| Age | Commit message (Collapse) | Author |
|
|
|
|
|
ChoiceField's choices.
|
|
|
|
form fields.
|
|
It accounts for differences seen on MySQL with MyISAM storage engine.
|
|
|
|
Regression in 502e75f9ed5476ffe8229109acf0c23999d4b533.
|
|
|
|
|
|
choices.
Regression in 2d38eb0ab9f78d68c083a5b78b1eca39027b279a
|
|
Thanks Sergey Fedoseev for the implementation idea.
Regression in a68ea231012434b522ce45c513d84add516afa60.
|
|
relationships.
|
|
|
|
respect model's Meta.ordering.
Regression in 6d4e5feb79f7eabe8a0c7c4b87f25b1a7f87ca0b.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
choices.
|
|
|
|
|
|
Field.deconstruct()/__repr__().
|
|
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86.
Thanks Adam Alton for the report and test, and Adam Johnson for
suggesting the fix.
|
|
with choices.
|
|
|
|
|
|
|
|
|
|
|
|
behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.
Thanks Tim for the review.
Refs #25858.
|
|
|
|
Thanks to Karl Hobley for the report and Markus, Shai, Aymeric for their input
and Tim for the review.
|
|
Thanks to Tim for the review.
|
|
|
|
Positive(Small)IntegerField on MySQL.
|
|
|
|
|
|
|
|
Unused since c2ba59fc1da5287d6286e2c2aca4083d5bafe056 (Django 1.0).
Thanks Andy Baker for the report.
|
|
ForeignKey/OneToOneField
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
|
|
This is consistent with CharField.
|
|
|
|
|
|
|
|
|
|
This adds a new method, Apps.lazy_model_operation(), and a helper function,
lazy_related_operation(), which together supersede add_lazy_relation() and
make lazy model operations the responsibility of the App registry. This
system no longer uses the class_prepared signal.
|
|
Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.
In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True.
|