1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/tests/regressiontests/admin_views
Hiroki Kiyohara e94f405d94 Fixed #18558 -- Added url property to HttpResponseRedirect*
Thanks coolRR for the report.
2013-02-13 10:29:32 +01:00
..
fixtures Don't escape object ids when passing to the contenttypes.shortcut view. 2012-06-07 17:52:12 +02:00
templates Fixed #17515 -- Added ability to override the template of custom admin FilterSpec classes. Thanks, saxix and Julien Phalip. 2012-02-09 18:59:05 +00:00
__init__.py
admin.py Expanded tests added when fixing #14529. 2012-12-24 17:48:48 -03:00
customadmin.py Fixed #18697 -- Made values accepted for two customizable admin templates consistent. 2012-12-04 01:13:01 -03:00
forms.py
models.py Expanded tests added when fixing #14529. 2012-12-24 17:48:48 -03:00
tests.py Fixed #18558 -- Added url property to HttpResponseRedirect* 2013-02-13 10:29:32 +01:00
urls.py Fixed #18697 -- Made values accepted for two customizable admin templates consistent. 2012-12-04 01:13:01 -03:00
views.py