django/tests/admin_views
Adam Wentz a4b8a4b632 Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.
Updated LogEntry.get_admin_url to use 'reverse' instead
of a hard-coded path.
2013-03-25 23:45:27 -04:00
..
fixtures
templates
__init__.py
admin.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
customadmin.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
forms.py
models.py Fixed test failures introduced in e16c48e001. 2013-03-24 15:27:50 +01:00
tests.py Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path. 2013-03-25 23:45:27 -04:00
urls.py
views.py