1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/tests/regressiontests/admin_views
Luke Plant 65cc646c48 Removed a broken test added in [16312]
This test caused a test failure (in subclass CustomModelAdminTest), and the
test also proved to be extremely brittle when trying to implement #11868,
and basically unfixable with current infrastructure.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-02 00:24:37 +00:00
..
fixtures
__init__.py
customadmin.py
forms.py
models.py Fixed #15964 - Do not order admin actions by description 2011-05-05 22:03:17 +00:00
tests.py Removed a broken test added in [16312] 2011-06-02 00:24:37 +00:00
urls.py
views.py