index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
admin
/
admindocs.txt
Age
Commit message (
Expand
)
Author
2025-10-19
Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.
Mariusz Felisiak
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2024-11-11
Fixed #17905 -- Restricted access to model pages in admindocs.
sai-ganesh-03
2024-11-06
Fixed #27409 -- Made admindocs support custom link text in docstrings.
sai-ganesh-03
2023-09-04
Refs #34233 -- Bumped minimum supported version of docutils to 0.19.
Jacob Walls
2023-04-25
Replaced docutils link by PyPI reference.
Claude Paroz
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2021-02-11
Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.
Ramon Saraiva
2020-01-29
Refs #25778 -- Updated some links to HTTPS and new locations.
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2018-06-03
Fixed #29385 -- Made admindocs ModelDetailView show model properties.
humbertotm
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-02-09
Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.
userimack
2015-11-17
Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Alex Morozov
2015-11-03
Updated admindocs instructions for the deprecation of patterns().
Tim Graham
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 #25116 -- Removed long-broken admindocs bookmarklets
Ben Spaulding
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-10-30
Explained why admindocs omits model methods with arguments.
Zan Anderle
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-18
Fixed #21386 -- Removed admindocs dependence on sites framework
Bouke Haarsma
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-05-20
Fixed warnings in admindocs; refs #20126.
Tim Graham
2013-05-19
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Ćukasz Langa
2013-05-16
Fixed #19712 - Clarified admindocs regarding which attributes appear.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2010-11-20
Replaced an inappropriate UTF8 character in the admindocs docs. Thanks to Luk...
Gabriel Hurley
2010-11-07
Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...
Gabriel Hurley