summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_forms_regress/tests.py
AgeCommit message (Expand)Author
2010-03-09[1.1.X] Fixed #11183 - BaseForm init leaves pointers pointing back to base_fi...Luke Plant
2010-02-23[1.1.X] Fixed #12285. ModelForm raises a more informative error if it doesn't...Joseph Kocherhans
2009-05-19Fixed #11149 -- Don't call save_form_data on file-type fields multiple times ...Karen Tracey
2009-05-07Fixed test suite on Oracle that was broken by using keyword "date" as a field...Matt Boersma
2009-05-02Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee
2009-04-18Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea...Jacob Kaplan-Moss