Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_docs/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-3/+3
| | | | | | | | 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 #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.
* Fixed #21386 -- Removed admindocs dependence on sites ↵Bouke Haarsma2013-12-181-1/+6
| | | | | | | | | | framework * Removed ADMIN_FOR setting and warn warning * Group view functions by namespace instead of site * Added a test verifying namespaces are listed Thanks to Claude Paroz for reviewing and ideas for improvement.
* Updated admindocs to use class-based viewsClaude Paroz2013-11-211-0/+2
| | | | Thanks Bouke Haarsma for the review.
* Fixed #6681 -- Don't break docutils when rendering ↵Tai Lee2013-10-041-1/+2
| | | | | | | | | | reStructuredText. Don't set a global default interpreted role function for reStructuredText. Instead, use the `default-role` directive to change the default only within the `parse_rst()` function. Thanks Malcolm Tredinnick for the report.
* Removed most of absolute_import importsClaude Paroz2013-07-291-3/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #20126 -- XViewMiddleware moved to ↵Łukasz Langa2013-05-191-0/+11
django.contrib.admindocs.middleware