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