summaryrefslogtreecommitdiff
path: root/tests/admin_docs/test_views.py
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* Removed empty setUp() in admindocs tests.Simon Charette2018-11-261-3/+0
* Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm2018-06-031-0/+4
* Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue2018-04-121-0/+6
* 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 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-3/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+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-271-0/+340