Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-7/+7
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Fixed #24294 -- Allowed staff_member_required decorator ↵Andrei Kulakov2015-03-021-0/+1
| | | | to handle args.
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-2/+2
| | | | | Refs #15779. This will allow easier admin URL changes, when needed. Thanks Simon Charette for the review.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
|
* Fixed #22295 -- Replaced permission check for displaying ↵Thomas Tanner2014-12-311-1/+2
| | | | admin user-tools
* Fixed #6327 -- Added has_module_permission method to ↵Maxime Turcotte2014-06-131-0/+1
| | | | | | BaseModelAdmin Thanks chrj for the suggestion.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-10/+10
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #20767 -- Fixed ModelAdmin.preserve_filters for ↵Loic Bistuer2013-07-191-0/+1
| | | | | | namespaced URLs. Thanks Collin Anderson for the report.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+15