index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_docs
/
test_views.py
Age
Commit message (
Collapse
)
Author
2018-11-26
Removed empty setUp() in admindocs tests.
Simon Charette
2018-06-03
Fixed #29385 -- Made admindocs ModelDetailView show model properties.
humbertotm
Original patch by bkaluza. Tests and docs by humbertotm.
2018-04-12
Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
Paul Donohue
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-10
Completed test coverage for ModelDetailView.
Mads Jensen
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-01-26
Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters.
Mariusz Felisiak
Regression in f0ef0c49e9284f262fbc63e8a497699ca4a248fe.
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
Thanks Tim Graham for the review.
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-03
Fixed #26621 -- Corrected simplify_regex()'s handling of named capture groups.
Ketan Bhatt
2016-09-27
Split admin_docs tests into separate files.
Tim Graham