summaryrefslogtreecommitdiff
path: root/tests/admin_docs/urls.py
AgeCommit message (Expand)Author
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-11-21Updated admindocs to use class-based viewsClaude Paroz
2013-10-04Fixed #6681 -- Don't break docutils when rendering reStructuredText.Tai Lee
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareƁukasz Langa