| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
BooleanField(null=True).
|
|
|
|
|
|
|
|
DatabaseOperations.execute_sql_flush().
|
|
PostgreSQL.
The sql_flush() positional argument sequences is replaced by the boolean
keyword-only argument reset_sequences. This ensures that the old
function signature can't be used by mistake when upgrading Django. When
the new argument is True, the sequences of the truncated tables will
reset. Using a single boolean value, rather than a list, allows making a
binary yes/no choice as to whether to reset all sequences rather than a
working on a completely different set.
|
|
|
|
|
|
|
|
|
|
"term" role became case sensitive in Sphinx 3.0.1.
|
|
|
|
|
|
|
|
Now that order_by() has expression support passing RawSQL() can achieve
the same result.
This was also already supported through QuerySet.extra(order_by) for
years but this API is more or less deprecated at this point.
|
|
SimpleLazyObject.
Thanks Simon Charette for the solution and analysis.
|
|
Co-Authored-By: Simon Charette <charettes@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
or strings.
|
|
|
|
MariaDB 10.5+.
|
|
Command exits with non-zero status if unapplied migrations exist.
|
|
|
|
QuerySet.values()/values_list() when they collide with field names.
Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
Thanks Holovashchenko Vadym for the report.
|
|
|
|
|
|
|
|
Thanks Simon Charette for the review and Mariusz Felisiak for tests.
|
|
remove_stale_contenttypes management command.
Co-Authored-By: Javier Buzzi <buzzi.javier@gmail.com>
|
|
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
|
|
|
|
lookup.
|
|
|
|
error message key.
|
|
|
|
Thanks to Michal Čihař for review.
|
|
|
|
|
|
in admin.
|
|
|
|
|
|
|
|
|