summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_forms_regress/models.py
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-02-23Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding...Joseph Kocherhans
2010-02-10Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError...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
2009-04-11Fixed #10645 -- Added some robustness around some admin and modelform params.Malcolm Tredinnick
2009-04-08Fixed the test from [10447] to not depend on `os.listdir()` ordering. I alway...Jacob Kaplan-Moss
2009-04-08Fixed #8422: FilePathField now respects required=False.Jacob Kaplan-Moss
2008-10-08Fixed #9319 -- Fixed a crash when using the same model field in multipleMalcolm Tredinnick