summaryrefslogtreecommitdiff
path: root/tests/admin_docs/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-9/+9
* Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue2018-04-121-0/+2
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-3/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-10/+10
* Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma2013-12-181-1/+6
* Updated admindocs to use class-based viewsClaude Paroz2013-11-211-0/+2
* Fixed #6681 -- Don't break docutils when rendering reStructuredText.Tai Lee2013-10-041-1/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-3/+0
* Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareƁukasz Langa2013-05-191-0/+11