| Age | Commit message (Collapse) | Author |
|
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.
Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Regression in 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
Thanks Simon Meers for the report.
|
|
|
|
constraints support.
|
|
invalid_models_tests.test_models.FieldNamesTests.
|
|
invalid_models_tests.test_models.FieldNamesTests.
|
|
|
|
collision when database routers are installed.
Turned the error into a warning when database routers are installed.
|
|
ConstraintsTests.test_check_constraints_required_db_features().
|
|
|
|
We assumed that any OneToOneField's in a child model must be the
parent link and raised an error when parent_link=True was not
specified. This patch allows to specify multiple OneToOneField's to
the parent model.
OneToOneField's without a custom related_name will raise fields.E304
and fields.E305 so this should warn users when they try to override
the auto-created OneToOneField.
|
|
Regression in 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
|
|
multiple times in model Meta.ordering.
|
|
This will notably silence the warnings issued when running the test
suite on MySQL.
|
|
|
|
unique/index_together and Index's fields.
|
|
in model Meta.ordering.
Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
|
|
Meta.ordering.
|
|
|
|
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.
|
|
|
|
|
|
primary_key field.
|
|
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()).
|
|
|
|
|
|
|
|
timeline.
|
|
|
|
end with an underscore or contain double underscores.
|
|
models.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Tim for the review.
|
|
|
|
inheritance.
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
|
|
|