| Age | Commit message (Collapse) | Author |
|
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
|
|
Older versions don't support Python 2.7.
Partial backport of 2d96c027f5eb32c2c09bd57df2240ae1d343b98e from master
|
|
|
|
|
|
Thanks Tim Graham for the initial patch.
|
|
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
|
|
|
|
Thanks Tim Graham for completing the initial patch.
|
|
|
|
|
|
|
|
behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.
Thanks Tim for the review.
Refs #25858.
|
|
|
|
Thanks Luke Crouch for the report and Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
|
|
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.
|
|
|
|
|
|
|
|
|
|
|
|
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and
81e1a35c364e5353d2bf99368ad30a4184fbb653.
Thanks Carl Meyer for review.
|
|
ForeignKey/OneToOneField
|
|
Thanks hellbeast for the initial patch.
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|