django/tests/admin_views
Tim Graham cf8d6e9108 Fixed #20881 -- Removed contrib.auth.models.AbstractUser.get_absolute_url()
The definition is arbitrary and creates a broken "view on site"
link in the admin if a project doesn't define such a URL.
2013-08-29 06:36:35 -04:00
..
fixtures
templates
__init__.py
admin.py
customadmin.py
forms.py
models.py Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects 2013-08-19 12:01:33 -04:00
tests.py Fixed #20881 -- Removed contrib.auth.models.AbstractUser.get_absolute_url() 2013-08-29 06:36:35 -04:00
urls.py
views.py