Brian King

Results 12 comments of Brian King

I don't really like `time_version` as a method name though. `version_as_of(..)` perhaps?

No, not at all. Go ahead if you feel like it.

@maennel I'm not sure I understand the value of having the `inclusive` parameter. What's the use case for that? There are these possible cases: 1. version ended before or started...

Current status on brki/cleanerversion/interval-querying: Works for queried models, including with the `unique` parameter for in_interval(). The `unique` parameter only works for Django 1.8+. Since Django 1.7 has been at EOL...

Hi @halfnibble , well I'm kind of surprised that it doesn't work on MySQL, since it does work on SQLite. We're definitely open to pull requests to fix the issues...

I'm not sure about the specifics of your application, but it seems like you would also get an error with cleanerversion if you try to clone a particular object (e.g....

After looking at the code again, I see that what I said before is not true. Both processes would succeed in "updating" the object. It seems like it wouldn't be...

Thanks for the report. Can you provide some code to allow reproducing this? What database type are you using? Have you specified a value for VERSIONS_USE_UUIDFIELD in your settings? What...

@TiDeane If you're working on this, perhaps you can make a related doc fix too? I noticed that the example given for https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#task-log-prefix-template does not work. Given example is: ```...

Thanks, didn't think of looking there. I don't see anything though. I click on the "Get Access Token", and nothing appears in the Console and Network tabs.