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
Age
Commit message (
Expand
)
Author
2023-02-02
[4.2.x] Fixed #34286 -- Fixed admindocs markups for case-sensitive template/v...
skidipap
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-09-01
Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...
Mariusz Felisiak
2022-05-17
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Alokik Vijay
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-14
Fixed #28135 -- Made simplify_regex() handle non-capturing groups.
Ayush Joshi
2021-09-22
Fixed #32499 -- Escaped additional metacharacters in simplify_regex().
Nick Pope
2021-09-22
Refs #32499 -- Fixed escaped metacharacters in simplify_regex().
Nick Pope
2021-09-22
Refs #32499 -- Added more tests for simplify_regex().
Nick Pope
2021-06-02
Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' Templat...
Florian Apolloner
2021-03-11
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...
Hasan Ramezani
2021-02-11
Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.
Ramon Saraiva
2021-02-04
Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.
Jim Xie
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-05-23
Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.
Jon Dufresne
2020-05-18
Updated docutils link to HTTPS and new location.
Jon Dufresne
2019-11-29
Fixed #30255 -- Fixed admindocs errors when rendering docstrings without lead...
Baptiste Mispelon
2019-10-23
Added tests for middlewares' checks.
Sergey Fedoseev
2019-08-30
Fixed #30731 -- Fixed handling trailing groups in simplify_regex().
Alan Crosswell
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-26
Removed empty setUp() in admindocs tests.
Simon Charette
2018-06-03
Fixed #29385 -- Made admindocs ModelDetailView show model properties.
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
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
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
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-20
Fixed #27018 -- Fixed admindocs crash with a view in a class.
Helen Sherwood-Taylor
2016-06-18
Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.
Markus Holtermann
2016-05-30
Refs #26621 -- Added tests for admindocs.views.simplify_regex().
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-02
Fixed #25667 -- Fixed admindocs initial_header_level.
Ville Skyttä
2015-09-07
Removed 'Test that' prefix from admindocs tests.
Zan Anderle
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-13
Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than h...
Ben Spaulding
2015-06-11
Refs #24125 -- Added admin_docs tests for multiple template engines.
Kai Richard Koenig
[next]