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
/
django
/
contrib
/
admindocs
/
templates
Age
Commit message (
Expand
)
Author
2025-10-14
Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.
antoliny0919
2024-11-04
Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary.
sai-ganesh-03
2024-02-14
Fixed #35195 -- Removed unnecessary type="text/css" attributes from <style> t...
Cosmic Process
2023-11-14
Fixed #34919 -- Added scope attribute to admindocs model templates.
jedidiah
2023-10-21
Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pa...
Chris Frisina
2023-10-20
Fixed #34911 -- Corrected HTML heading levels on admindocs' main page.
laserhyena
2023-04-25
Replaced docutils link by PyPI reference.
Claude Paroz
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-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-03-27
Removed obsolete ActiveXObject from admindocs bookmarklets.
Nick Pope
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2015-11-30
Fixed #25823 -- Made some titles consistent in admindocs.
gunchleoc
2015-11-27
Added two translator comments in contrib apps
Claude Paroz
2015-10-10
Simplified translatable string in admindocs template
Claude Paroz
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-07-13
Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than h...
Ben Spaulding
2015-07-13
Fixed #25116 -- Removed long-broken admindocs bookmarklets
Ben Spaulding
2014-11-03
Fixed #5405 -- Added admindocs support for reStructured text in model docstrings
Zan Anderle
2014-05-10
Fixed #21685 -- Displayed app verbose name in admindocs model index
Claude Paroz
2014-03-28
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
Maxime Turcotte
2013-12-29
Replaced Options.object_name.lower() by Options.model_name.
Aymeric Augustin
2013-12-18
Fixed #21386 -- Removed admindocs dependence on sites framework
Bouke Haarsma
2013-11-21
Updated admindocs to use class-based views
Claude Paroz
2013-11-08
Fixed a typo in admindocs template
Claude Paroz
2013-06-02
Fixed admindoc template errors introduced by 02fd87c821.
Simon Charette
2013-06-01
Fixed #20540 -- Added more translatable strings to contrib.admindocs
Claude Paroz
2013-02-24
Loaded cycle and firstof from future in built-in templates. Refs #17906.
Aymeric Augustin
2013-02-12
Fix admindocs on Python 3, where None cannot be sorted with strings.
Carl Meyer
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2011-11-16
Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Th...
Ramiro Morales
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2010-12-16
Fixed #2411 -- Fixed some XHTML validation errors in admindocs pages. Thanks ...
Ramiro Morales
2010-09-10
Fixed id attribute generation in the admin docs page. Patch from simeon.
Malcolm Tredinnick
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-06-24
Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix origina...
Russell Keith-Magee
2009-04-01
Fixed #10538: use a prefix for HTML ids on the admin doc page to avoid confli...
Jacob Kaplan-Moss
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-08-09
Fixed #7811: moved admindocs templates into admindocs/templates. This is slig...
Jacob Kaplan-Moss