| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add warning for using Coalesce with python values on MySQL and document
workaround.
|
|
Greatest and Least are row-level Function versions of Min and Max.
|
|
This was implemented for non-SQLite backends in 1.7 (as a
side effect of #16187).
|
|
|
|
|
|
|
|
objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsolete since refs #23867.
|
|
Thanks Carl Meyer for the report and review, and Tim Graham for the
review.
|
|
|
|
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.
|
|
|
|
|
|
Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
|
|
|
|
|
|
|
|
inheritance.
|
|
|
|
|
|
|
|
|
|
the same model.
|
|
As suggested by Anssi. This has the slightly strange side effect of
passing the expression to Expression.convert_value has the expression
passed back to it, but it allows more complex patterns of expressions.
|
|
Thanks Carl Meyer and Tim Graham for the reviews and to all involved
in the discussion.
|
|
|
|
Removed fragile algorithm to find which application a model belongs to.
Fixed #21680, #21719. Refs #21794.
|
|
Thanks Anssi Kääriäinen, Carl Meyer, Collin Anderson, and Tim Graham for the reviews.
|
|
|
|
The method is mainly intended for use with UUIDField. For UUIDField we
want to call the field's default even when primary key value is
explicitly set to None to match the behavior of AutoField.
Thanks to Marc Tamlyn and Tim Graham for review.
|
|
|
|
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|
|
|
|
|
|
|
|
|