| Age | Commit message (Collapse) | Author |
|
contrib.contentttypes.
|
|
is needed for query.
|
|
parent changes.
|
|
|
|
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
|
|
constraint if db_constraint=False.
|
|
|
|
|
|
|
|
Big/Small/Positive/PositiveSmallIntegerField on MySQL.
|
|
user fields.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Markus Holtermann for review.
|
|
ordered attributes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
In retrospect, implementing a __repr__() for index subclasses doesn't
seem worthwhile.
|
|
context.
|
|
|
|
attrs.html widget template.
|
|
|
|
so it's less likely to overflow.
TransactionTestCase.assertNumQueries() fails in an overflow situation.
|
|
Thanks Tim Graham for the review and edits.
|
|
|
|
|
|
|
|
Mistake in 97c1931c4f610e80053430d0297d51e1bed1e7ae.
|
|
|
|
Field.deconstruct()/__repr__().
|
|
|
|
Migrations will now be created for changes to limit_choices_to.
|
|
choices.
|
|
|
|
|
|
|
|
evaluating a QuerySet.
|
|
combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
|
|
non-editable pk.
Thanks Robin Anupol for the initial report and workaround.
|
|
Returning invalid bytestrings in __str__() is unlikely in Python 3.
|
|
|
|
|
|
|