summaryrefslogtreecommitdiff
path: root/tests/forms_tests/models.py
AgeCommit message (Collapse)Author
2014-11-19Removed usage of a global variable.Aymeric Augustin
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ↵Anubhav Joshi
ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review.
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial ↵Alex Couper
list of choices.
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner