1
0
mirror of https://github.com/django/django.git synced 2025-01-14 12:27:24 +00:00
django/tests/regressiontests/admin_views
Ramiro Morales 87eb3a25aa Removed superflous commented-out lines.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-04 12:23:12 +00:00
..
fixtures Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin and InlineModelAdmin to be able to handle prepopulated fields on a case-by-case basis. Thanks, leanmeandonothingmachine. 2011-04-22 12:02:25 +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