summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_forms_regress/models.py
AgeCommit message (Expand)Author
2009-05-08[1.0.X] Fixed test suite on Oracle that was broken by using keyword "date" as...Matt Boersma
2009-05-02[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...Russell Keith-Magee
2009-04-18[1.0.X\ Fixed #10156: `ModelMultipleChoiceField.clean` now does a single quer...Jacob Kaplan-Moss
2009-04-08[1.0.X] Fixed the test from [10447] to not depend on `os.listdir()` ordering....Jacob Kaplan-Moss
2009-04-08[1.0.X] Fixed #8422: FilePathField now respects required=False. Backport of r...Jacob Kaplan-Moss
2008-10-08[1.0.X] Fixed #9319 -- Fixed a crash when using the same model field in multipleMalcolm Tredinnick