django/tests/regressiontests/model_forms_regress
Luke Plant 48cd8e856f Fixed #11183 - BaseForm init leaves pointers pointing back to base_fields
Thanks to margieroginski for the report



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08 23:55:04 +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 #11183 - BaseForm init leaves pointers pointing back to base_fields 2010-03-08 23:55:04 +00:00