summaryrefslogtreecommitdiff
path: root/tests/admin_docs/test_views.py
AgeCommit message (Expand)Author
2018-04-12[1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable...Paul Donohue
2017-01-26[1.11.x] Fixed #27781 -- Made simplify_regex() remove outstanding '?' charact...Mariusz Felisiak
2017-01-03Fixed #26621 -- Corrected simplify_regex()'s handling of named capture groups.Ketan Bhatt
2016-09-27Split admin_docs tests into separate files.Tim Graham