| Age | Commit message (Collapse) | Author |
|
with similar methods.
|
|
Obsolete since e9d12bae1e59e51738c11c492c620f56f96106bf.
|
|
nonexistent field.
Thanks Tim for the review.
|
|
|
|
Thanks Tim Graham and Nick Pope for reviews.
|
|
Obsolete since Query.alias_map became an OrderedDict (refs #26522).
|
|
|
|
|
|
Thanks Markus Holtermann and Tim Graham for reviews.
|
|
Thanks Tim Graham for the review.
|
|
parent changes.
|
|
constraint if db_constraint=False.
|
|
Big/Small/Positive/PositiveSmallIntegerField on MySQL.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Markus Holtermann for review.
|
|
|
|
|
|
django_migrations table.
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.
Reverted documentation change from refs #23808.
|
|
|
|
|
|
Field.deconstruct()/__repr__().
|
|
|
|
Migrations will now be created for changes to limit_choices_to.
|
|
Follow up to ab89414f40db1598364a7fe4cfac1766cacd2668.
|
|
|
|
combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
|
|
Returning invalid bytestrings in __str__() is unlikely in Python 3.
|
|
|
|
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
|
|
Unused since 5008a4db440c8f7d108a6979b959025ffb5789ba.
|
|
Model.
|
|
|
|
Oracle.
|
|
Model.pk was added after _get_pk_val() and many places weren't simplified.
|
|
an instance only descriptor.
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86.
|
|
autoextend size on Oracle.
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Jani Tiainen for reviews.
|
|
|
|
|
|
|
|
Thanks Shai Berger and Tim Graham for reviews.
|
|
|
|
|
|
Thanks Simon Charette for the fix.
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
QuerySet.update_or_create()/get_or_create() defaults.
|