django/tests/regressiontests/admin_views
Ramiro Morales 823a231500 Fixed typos in admin_views tests XML fixtures.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-08 14:22:36 +00:00
..
fixtures Fixed typos in admin_views tests XML fixtures. 2011-07-08 14:22:36 +00:00
__init__.py
customadmin.py
forms.py
models.py Removed superflous commented-out lines. 2011-07-04 12:23:12 +00:00
tests.py Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or post-save operations for objects related to the parent object currently displayed. Thanks, Julien Phalip. 2011-07-03 17:56:43 +00:00
urls.py
views.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00