summaryrefslogtreecommitdiff
path: root/tests/admin_views/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+25
* Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne2021-01-121-0/+10
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-021-1/+0
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-16/+16
* Fixed #29663 -- Made admin change view redirect to changelist with view permi...Jon Dufresne2018-08-171-0/+1
* Fixed #29487 -- Accounted for object level permissions when calculating chang...Paulo2018-06-151-0/+1
* Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky2018-02-071-0/+1
* Used a separate admin site for autocomplete tests.Tim Graham2017-12-011-0/+2
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.Shabda Raaj2016-06-271-0/+2
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-7/+7
* Fixed #24294 -- Allowed staff_member_required decorator to handle args.Andrei Kulakov2015-03-021-0/+1
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner2014-12-311-1/+2
* Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte2014-06-131-0/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-10/+10
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer2013-07-181-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+15