summaryrefslogtreecommitdiff
path: root/tests/admin_docs
Commit message (Expand)AuthorAgeFilesLines
* Replaced docutils link by PyPI reference.Claude Paroz2023-04-251-1/+1
* Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names.skidipap2023-02-021-0/+16
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-0/+10
* Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...Mariusz Felisiak2022-09-011-28/+1
* Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay2022-05-171-1/+28
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-6/+14
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-077-274/+354
* Fixed #28135 -- Made simplify_regex() handle non-capturing groups.Ayush Joshi2022-01-141-0/+7
* Fixed #32499 -- Escaped additional metacharacters in simplify_regex().Nick Pope2021-09-221-0/+43
* Refs #32499 -- Fixed escaped metacharacters in simplify_regex().Nick Pope2021-09-221-0/+28
* Refs #32499 -- Added more tests for simplify_regex().Nick Pope2021-09-221-1/+12
* Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' Templat...Florian Apolloner2021-06-021-0/+16
* Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...Hasan Ramezani2021-03-111-1/+2
* Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva2021-02-112-0/+9
* Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie2021-02-041-1/+18
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-3/+3
* Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.Jon Dufresne2020-05-231-1/+1
* Updated docutils link to HTTPS and new location.Jon Dufresne2020-05-181-1/+4
* Fixed #30255 -- Fixed admindocs errors when rendering docstrings without lead...Baptiste Mispelon2019-11-291-14/+9
* Added tests for middlewares' checks.Sergey Fedoseev2019-10-231-0/+11
* Fixed #30731 -- Fixed handling trailing groups in simplify_regex().Alan Crosswell2019-08-301-0/+4
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-1/+1
* 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