summaryrefslogtreecommitdiff
path: root/tests/admin_docs
AgeCommit message (Expand)Author
2014-10-06[1.7.x] Fixed #23601 -- Ensured view exists in URLconf before importing it in...Markus Holtermann
2014-05-10[1.7.x] Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz
2014-02-23Added tests for django.contrib.admindocsGreg Chapple
2014-02-04Made staff_member_required redirect to loginClaude Paroz
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Removed the app_config.installed flag.Aymeric Augustin
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-22Fixed missing admindocs' site_headerBouke Haarsma
2013-11-21Updated admindocs to use class-based viewsClaude Paroz
2013-11-02PEP8 cleanupJason Myers
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