Week ending February 5, 2023
Released Django 4.1.6, 4.0.9, and 3.2.17.
*Triaged:*
https://code.djangoproject.com/ticket/34301 - "show_save_as_new" in
admin can add without this permission (accepted)
https://code.djangoproject.com/ticket/34304 - Adding and removing a
conditional UniqueConstrain
I had a problem and solved it; just want to know if there was another more
elegant solution than the one I did. Please let me know if you know of a
better option:
The issue: have a date-time column in my specific SQLITE3 table. wanted
to create Year, Month, Day, Hour, Minute, Seconds and a
Hi Mike,
this is not really the correct list for your question - this list is about
development _of_ Django, not _with_ Django.
That said:
did you consider adding an index for each of the derived values you wanted?
This can act as an efficient way to keep, effectively, a "cache" of values
deri