-
When switching the way the timestamps are created in the csv files, from `calendar.timegm(date.utctimetuple())` to `{{ date|date:'U' }}` the timestamps changed!
It just so happens to have changed the …
-
There's a "TODO" placeholder in README.md right now, mentioning how we'll need to include a pointer to the exact dataset that gets loaded. Does that dataset live online anywhere?
-
# Surviving Django (if you care about databases) — Daniele Varrazzo
[https://www.varrazzo.com/blog/2020/07/25/surviving-django/](https://www.varrazzo.com/blog/2020/07/25/surviving-django/)
-
Upon doing `REUSE_DB=1 NOSE=1 ./manage.py test members.tests.forms.form_network_filter_test --with-progressive`, I had some very scary evidence (`show processlist` and some traceback messages) that su…
-
First of all, it's not an issue. It just questions about the realization of this package. This package creates newly nested every "update". Is any reason why you don't update nested fields by "pk" or…
-
**Original report ([archived issue](https://labscript-suite-temp-2.github.io/labscript-suite-bitbucket-archive/#!/labscript_suite/labscript_devices/issues/24)) by Philip Starkey (Bitbucket: [pstarkey]…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](http://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current …
-
For DB safety reasons, sometimes it is necessary to add an index concurrently. With the `CONCURRENTLY` option:
> PostgreSQL will build the index without taking any locks that prevent concurrent ins…
-
I'd like to generate migration files from models.
Now, i create migration files by hand. So, gap may occur between models and migrate files.
In addition, a function to execute SQL is necessary for d…
-
For some reason, when using placeholder columns, only one can be used. However, when two or more placeholder columns are required the following error is thrown.
`Exception: Column 1 ("custom_column…