django/tests/regressiontests/admin_views
Karen Tracey f88c2f16e8 Fixed #13004: Ensure the add page for a model with a ManyToManyField specified
in readonly_fields does not raise an exception. Thanks hejsan, mlavin, copelco.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-21 14:23:25 +00:00
..
fixtures Added file omitted from r12598. 2010-02-26 13:22:52 +00:00
__init__.py
customadmin.py Fixed #8933 - Allow more admin templates to be overridden. 2010-01-12 23:34:46 +00:00
models.py Fixed #13004: Ensure the add page for a model with a ManyToManyField specified 2010-03-21 14:23:25 +00:00
tests.py Fixed #13004: Ensure the add page for a model with a ManyToManyField specified 2010-03-21 14:23:25 +00:00
urls.py
views.py