summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests/test_relative_fields.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-1/+8
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-19/+55
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-966/+1190
* Fixed #33131 -- Improved error messages for clashing reverse accessor names.Bernd Wechner2021-10-061-52/+57
* Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...Hasan Ramezani2021-09-091-27/+1
* Fixed #32983 -- Added system check for redundant related_name on symmetrical ...Nick Touran2021-08-061-0/+14
* Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav0142020-12-301-1/+27
* Added app labels to related fields checks messages E302-E305.Mariusz Felisiak2020-12-291-92/+193
* Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta2020-02-281-4/+3
* Refs #31310 -- Added test for check for using intermediate model with ambiguo...Matheus Cunha Motta2020-02-281-0/+30
* Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze2020-02-271-8/+136
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-5/+4
* Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.Mariusz Felisiak2020-01-161-0/+27
* Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel2019-06-211-64/+0
* Refs #28478 -- Prevented database feature based skipping on tests disallowing...Simon Charette2019-01-141-4/+7
* Made assertions in invalid_models_tests consistent.Adam Johnson2017-07-111-170/+86
* Fixed #27904 -- Added a system check that Field.validators are callable.Adam Chainz2017-03-111-1/+1
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-7/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.Tim Graham2017-01-171-87/+0
* Fixed #27295 -- Added a system check to prohibit model names that start or en...Quentin Fulsher2016-11-221-1/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Moved model_validation tests to invalid_models_tests.Tim Graham2016-08-161-0/+15
* Refs #26796 -- Fixed ManyToManyField's limit_choices_to warning without a thr...Kevan Swanberg2016-07-211-0/+9
* Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...Anderson Resende2016-07-081-6/+21
* Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.Andrew Nester2016-06-301-0/+16
* Fixed #26648 -- Added a system check for invalid related_query_name's contain...Michal Petrucha2016-06-091-3/+28
* Fixed #26718 -- Added system check for existence of the fields specified by F...Sergey Fedoseev2016-06-091-0/+50
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-16/+23
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-121-125/+145
* Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette2016-02-081-6/+30
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-3/+2
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-41/+29
* Fixed #25981 -- Added need to update migrations to on_delete deprecation warn...Luis San Pablo2015-12-241-6/+6
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25723 -- Made related field checks lookup against their local apps.Simon Charette2015-11-111-0/+68
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-161-0/+1
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-17/+17
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-121-3/+80
* Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.Mariusz Felisiak2015-10-061-26/+30
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-13/+20
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-59/+152
* Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...薛丞宏2015-06-261-2/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #22064 -- Add check for related_nameAndré Ericson2014-10-041-0/+67
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+30
* Flake8 correctionsShai Berger2014-03-121-1/+0
* Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou2014-03-111-17/+69