summaryrefslogtreecommitdiff
path: root/tests/forms_tests/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-2/+1
* Consolidated ModelChoiceField tests.François Freitag2018-03-011-7/+0
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Organized forms_tests test_regressions.py.Tim Graham2016-09-091-4/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-0/+2
* Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).Tim Graham2015-07-211-1/+1
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-14/+54
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-3/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Removed usage of a global variable.Aymeric Augustin2014-11-191-10/+6
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* PEP8 cleanupJason Myers2013-11-021-1/+4
* Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper2013-07-311-0/+23
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-0/+90