1
0
mirror of https://github.com/django/django.git synced 2024-12-29 04:26:28 +00:00
django/tests/admin_views
Claude Paroz cd260d03bd [1.8.x] Replaced hardcoded URLs in admin_* tests
Refs #15779. This will allow easier admin URL changes, when needed.
Thanks Simon Charette for the review.

Backport of 32e6a7d3a5 from master
2015-02-08 15:12:07 -05:00
..
fixtures Fixed #22295 -- Replaced permission check for displaying admin user-tools 2014-12-31 16:31:59 -05:00
templates Fixed template tag braces spacing. 2014-12-12 09:34:18 -05:00
__init__.py
admin.py Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 2015-01-10 12:24:52 -05:00
custom_has_permission_admin.py Fixed #22295 -- Replaced permission check for displaying admin user-tools 2014-12-31 16:31:59 -05:00
customadmin.py [1.8.x] Replaced hardcoded URLs in admin_* tests 2015-02-08 15:12:07 -05:00
forms.py
models.py Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 2015-01-10 12:24:52 -05:00
tests.py [1.8.x] Replaced hardcoded URLs in admin_* tests 2015-02-08 15:12:07 -05:00
urls.py [1.8.x] Replaced hardcoded URLs in admin_* tests 2015-02-08 15:12:07 -05:00
views.py