1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/model_forms_regress
2010-03-06 18:42:56 +00:00
..
__init__.py Fixed #9319 -- Fixed a crash when using the same model field in multiple 2008-10-08 10:09:44 +00:00
models.py Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding against it in ModelForms. Thanks, andrewsk. 2010-02-23 20:02:18 +00:00
tests.py Fixed #12960. The return value of ModelForm.clean() is now applied to the model. Thanks for the report, krejcik. 2010-03-06 18:42:56 +00:00