summaryrefslogtreecommitdiff
path: root/tests/admin_docs
Commit message (Expand)AuthorAgeFilesLines
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-312-14/+14
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-272-3/+11
* Removed empty setUp() in admindocs tests.Simon Charette2018-11-261-3/+0
* Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm2018-06-032-0/+8
* Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue2018-04-124-0/+18
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Completed test coverage for ModelDetailView.Mads Jensen2018-01-101-0/+10
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-1/+2
* Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters.Mariusz Felisiak2017-01-261-0/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-3/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-184-8/+0
* Fixed #26621 -- Corrected simplify_regex()'s handling of named capture groups.Ketan Bhatt2017-01-031-0/+5
* Split admin_docs tests into separate files.Tim Graham2016-09-274-476/+507
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor2016-08-201-0/+21
* Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.Markus Holtermann2016-06-182-0/+20
* Refs #26621 -- Added tests for admindocs.views.simplify_regex().Tim Graham2016-05-301-1/+10
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-55/+28
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-18/+9
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #25667 -- Fixed admindocs initial_header_level.Ville Skyttä2015-12-021-0/+5
* Removed 'Test that' prefix from admindocs tests.Zan Anderle2015-09-071-4/+4
* Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle2015-09-072-1/+43
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-312-2/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than h...Ben Spaulding2015-07-131-1/+1
* 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