summaryrefslogtreecommitdiff
path: root/tests/admin_docs
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #24125 -- Added admin_docs tests for multiple template engines.Kai Richard Koenig2015-06-111-0/+24
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-3/+3
* Refs #24625 -- Filtered docutils warnings output in testsMarkus Holtermann2015-04-141-3/+6
* Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann2015-04-113-0/+12
* Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz2015-04-111-0/+14
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-24/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-3/+3
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle2014-11-032-0/+119
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-8/+8
* Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann2014-10-061-0/+11
* Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz2014-06-211-13/+13
* Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz2014-05-101-1/+5
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-8/+8
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-10/+10
* Added tests for django.contrib.admindocsGreg Chapple2014-02-232-11/+150
* Made staff_member_required redirect to loginClaude Paroz2014-02-041-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-6/+6
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Removed the app_config.installed flag.Aymeric Augustin2013-12-221-13/+5
* Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma2013-12-182-1/+37
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed missing admindocs' site_headerBouke Haarsma2013-11-221-0/+6
* Updated admindocs to use class-based viewsClaude Paroz2013-11-212-6/+82
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Fixed #6681 -- Don't break docutils when rendering reStructuredText.Tai Lee2013-10-042-1/+46
* Removed most of absolute_import importsClaude Paroz2013-07-291-3/+0
* Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareƁukasz Langa2013-05-196-0/+86