summaryrefslogtreecommitdiff
path: root/tests/forms_tests/models.py
AgeCommit message (Expand)Author
2026-02-10Modified tests to format PKs with %s rather than %d.Tim Graham
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-01Consolidated ModelChoiceField tests.François Freitag
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-09Organized forms_tests test_regressions.py.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-21Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).Tim Graham
2015-07-21Refs #24919 -- Made test models serializable for migrations.Tim Graham
2015-02-23Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-19Removed usage of a global variable.Aymeric Augustin
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2013-11-02PEP8 cleanupJason Myers
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner