| Age | Commit message (Collapse) | Author |
|
Regression in 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
Backport of 95a11578ce41de1e152fe7d173f109e280aebd6d from master
|
|
multiple times in model Meta.ordering.
Backport of c7944628a1979453468d67818c63957532d396d8 from master
|
|
choice.
|
|
and refactored AutoFields.
This reduces duplication by allowing AutoField, BigAutoField and
SmallAutoField to inherit from IntegerField, BigIntegerField and
SmallIntegerField respectively. Doing so also allows for enabling the
max_length warning check and minimum/maximum value validation for auto
fields, as well as providing a mixin that can be used for other possible
future auto field types such as a theoretical UUIDAutoField.
|
|
This will notably silence the warnings issued when running the test
suite on MySQL.
|
|
|
|
ManyToManyField.
|
|
unique/index_together and Index's fields.
|
|
comments and hints.
|
|
defaults.
Thanks Claude Paroz for the initial patch.
|
|
in model Meta.ordering.
Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
|
|
Meta.ordering.
|
|
|
|
disallowing queries.
Database features may require a connection to be established to determine
whether or not they are enabled.
|
|
|
|
|
|
|
|
arguments.
Also renamed the `constraint` argument to `check` to better represent which
part of the constraint the provided `Q` object represents.
|
|
model if through_fields differs.
|
|
|
|
|
|
Regression in 3aa9ab39cce6b2a27d6334ad0148c8f37b6f5986.
|
|
|
|
primary_key field.
|
|
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
|
|
Regression in f9844f484186fa13399bf8b96f58616687fe158a.
Thanks Matthias Kestenholz for the report and suggestions.
|
|
|
|
|
|
continue statements.
|
|
related field accessor.
|
|
|
|
Meta.indexes.
Thanks Gabriel for the report and Adam Johnson for the review.
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
Thanks Zubair Alam for the initial patch and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
timeline.
|
|
|
|
Per deprecation timeline.
|
|
|
|
|