Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/forms_tests/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-0/+2
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25129 -- Made model instance defaults work with ↵Tim Graham2015-07-211-1/+1
| | | | migrations (refs #24919).
* 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
| | | | | | | Dropped the DJANGO_TEST_TEMP_DIR environment variable. Before this change, proper removal depended on the developer passing dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
* 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 ↵Anubhav Joshi2014-07-091-1/+1
| | | | | | are ignored for ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review.
* PEP8 cleanupJason Myers2013-11-031-1/+4
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20649 -- Allowed blank field display to be ↵Alex Couper2013-07-311-0/+23
| | | | defined in the initial list of choices.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-0/+90
modeltests/regressiontests.