summaryrefslogtreecommitdiff
path: root/tests/admin_docs
AgeCommit message (Expand)Author
2015-09-07Removed 'Test that' prefix from admindocs tests.Zan Anderle
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-13Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than h...Ben Spaulding
2015-06-11Refs #24125 -- Added admin_docs tests for multiple template engines.Kai Richard Koenig
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-04-14Refs #24625 -- Filtered docutils warnings output in testsMarkus Holtermann
2015-04-11Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann
2015-04-11Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-11-03Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-06Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann
2014-06-21Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz
2014-05-10Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
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