summaryrefslogtreecommitdiff
path: root/tests/admin_views/urls.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-08[1.8.x] Replaced hardcoded URLs in admin_* testsClaude Paroz
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-06-13Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner