| Age | Commit message (Collapse) | Author |
|
OperationalError when saving negative numbers in PositiveInteger fields.
Backport of dd82f3327124fd2762cf6df2ac8c6380772bf127 from master
|
|
Previously, it was a QuerySet which could reevaluate to a new value if the
model's data changes. This is inconsistent with other Field.value_from_object()
methods.
This allows reverting the fix in the admin for refs #27998.
|
|
|
|
Unused since b3b71a0922334c70bbc646a4873010f808196671.
|
|
|
|
|
|
Field.deconstruct()/__repr__().
|
|
|
|
|
|
|
|
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86.
Thanks Adam Alton for the report and test, and Adam Johnson for
suggesting the fix.
|
|
|
|
Thanks Tim Graham and Adam Johnson for the reviews.
|
|
|
|
on Oracle.
|
|
with choices.
|
|
Thanks Tim Graham for the review.
|
|
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the initial patch.
|
|
When a FileField is set to an instance of File that is not also an
instance of FieldFile, pre_save() passes that object as the contents to
Storage.save(). This allows the file to be moved rather than copied
to the upload destination.
|
|
4-byte characters.
|
|
|
|
Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc.
|
|
|
|
|
|
|
|
model instances.
This behavior was removed in 67d984413c9540074e4fe6aa033081a35cf192bc
but is needed to prevent a crash in formtools.
|
|
Thanks Tim Graham for completing the initial patch.
|
|
the Storage.
|
|
GenericIPAddressField.
|
|
The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation.
|
|
|
|
|
|
|
|
behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.
Thanks Tim for the review.
Refs #25858.
|