summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #28478 -- Prevented database feature based skipping on tests disallowing...Simon Charette2019-01-142-6/+9
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-6/+6
* Refs #23801 -- Made integer field max_length warning show correct field type.Nick Pope2018-11-231-11/+18
* Added test for Model._check_column_name_clashes().Hasan Ramezani2018-11-171-0/+15
* Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette2018-10-021-1/+1
* Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...Simon Willison2018-08-221-1/+23
* Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.Franck Michea2018-08-221-8/+14
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-101-2/+25
* Refs #28748 -- Reallowed lazy model field choices.Tim Graham2018-05-291-0/+7
* Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson2018-05-031-1/+1
* Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani2018-05-031-0/+13
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-1/+1
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-18/+0
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-1/+2
* Refs #28748 -- Reallowed lazy values in model field choices.François Freitag2018-01-271-0/+18
* Fixed #28748 -- Made model field choices check more strict for named groups.François Freitag2018-01-241-0/+38
* Added more tests for model field choices validation.François Freitag2018-01-241-0/+27
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-7/+2
* Fixed #28867 -- Added system check for a model property that clashes with a r...shanghui2018-01-031-0/+16
* Made a few cleanups to invalid_models_tests.test_models.shanghui2017-12-291-32/+18
* Fixed #28714 -- Added system checks for invalid model field names in Meta.ind...hui shang2017-12-271-0/+53
* Made assertions in invalid_models_tests consistent.Adam Johnson2017-07-115-409/+202
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak2017-05-231-1/+24
* Fixed #28120 -- Checked that CharField.max_length is not a boolean.Carles Pina Estany2017-04-241-0/+15
* Fixed #27904 -- Added a system check that Field.validators are callable.Adam Chainz2017-03-112-1/+18
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-5/+5
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+3
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-192-3/+3
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-7/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-184-12/+0
* Refs #26320 -- Removed implicit OneToOnField parent_link per deprecation time...Tim Graham2017-01-171-15/+3
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-171-5/+4
* Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.Tim Graham2017-01-171-87/+0
* Refs #25415 -- Made MySQL backend skip field validation of unsupported models.Adam Chainz2016-12-291-1/+1
* Fixed #27651 -- Allowed M2M to concrete and proxy through model.Tim Graham2016-12-281-0/+18
* Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.Lex Berezhny2016-11-301-0/+6
* Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...Henry Dang2016-11-291-0/+25
* Fixed #27295 -- Added a system check to prohibit model names that start or en...Quentin Fulsher2016-11-222-1/+40
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott2016-10-281-15/+0
* Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...Tim Graham2016-09-091-0/+30
* Moved model_validation tests to invalid_models_tests.Tim Graham2016-08-163-0/+111
* 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 #12810 -- Added a check for clashing ManyToManyField.db_table names.Berker Peksag2016-06-101-0/+66
* 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