summaryrefslogtreecommitdiff
path: root/django/contrib/admindocs/templates/admin_doc
AgeCommit message (Collapse)Author
2025-10-14Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.antoliny0919
Co-authored by: farita1699 <uwanjerry25@gmail.com>
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> ↵Cosmic Process
tags.
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 ↵Chris Frisina
pages.
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
Thanks Claude Paroz for assistance with translations.
2019-03-27Removed obsolete ActiveXObject from admindocs bookmarklets.Nick Pope
Required for IE<7.
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
Thanks GunChleoc for the suggestions.
2015-10-10Simplified translatable string in admindocs templateClaude Paroz
Forward port of 60471c960 from stable/1.9.x.
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 ↵Ben Spaulding
hardcode it.
2015-07-13Fixed #25116 -- Removed long-broken admindocs bookmarkletsBen Spaulding
These were broken back in commit 64e11a6.
2014-11-03Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle
Thanks elvard and gkmngrgn for work on the patch and Markus H. for review.
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
Thanks Simon for the suggestion. Also removed inappropriate lowercasing of app labels in migrations. Unlike model names, they are case sensitive.
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
* Removed ADMIN_FOR setting and warn warning * Group view functions by namespace instead of site * Added a test verifying namespaces are listed Thanks to Claude Paroz for reviewing and ideas for improvement.
2013-11-21Updated admindocs to use class-based viewsClaude Paroz
Thanks Bouke Haarsma for the review.
2013-11-08Fixed a typo in admindocs templateClaude Paroz
Thanks Reza Mohammadi for the report.
2013-06-02Fixed admindoc template errors introduced by 02fd87c821.Simon Charette
Also regenerated the affected translation template. Refs #20540.
2013-06-01Fixed #20540 -- Added more translatable strings to contrib.admindocsClaude Paroz
Thanks lborgav for the initial patch.
2013-02-24Loaded cycle and firstof from future in built-in templates. Refs #17906.Aymeric Augustin
This was missing from f49e9a517f2fdc1d9ed7ac841ace77636cbd6747.
2013-02-12Fix admindocs on Python 3, where None cannot be sorted with strings.Carl Meyer
This fixes two tests in admin_views which were failing on Python 3, but only if the tests were run with docutils installed.
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
Also fixed some test breakages introduced in last commit
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new ↵Claude Paroz
syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-16Fixed #17234 -- Added back a missing endblock tag to an admindoc template. ↵Ramiro Morales
Thanks shibz for the report and fix. Refs #16912. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-20Converted internal link generation in the admin and admin document generator ↵Ramiro Morales
to use named URLs. Thanks to Florian Apolloner for both the initial patch and his final push to get this fixed, to Dario Ocles for his great work on the admin templates and switching the admin_doc application to also use named URLs, to Mikko Hellsing for his comments and to Jannis and Julien for their review and design guidance. Fixes #15294. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-16Fixed #2411 -- Fixed some XHTML validation errors in admindocs pages. Thanks ↵Ramiro Morales
to James Wheare for the report and to Simon Greenhill for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14920 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10Fixed id attribute generation in the admin docs page. Patch from simeon.Malcolm Tredinnick
Fixed #3695. Thanks. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ↵Russell Keith-Magee
admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. This change is backwards incompatible for anyone that is using the named URLs introduced in [9739]. Any usage of the old admin_XXX names need to be modified to use the new namespaced format; in many cases this will be as simple as a search & replace for "admin_" -> "admin:". See the docs for more details on the new URL names, and the namespace resolution strategy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix ↵Russell Keith-Magee
originally added in r10343, but missed the second usage. Thanks to Nathan for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01Fixed #10538: use a prefix for HTML ids on the admin doc page to avoid ↵Jacob Kaplan-Moss
conflicts with existing elements. Thanks, Justin Lilly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, ↵Adrian Holovaty
databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding git-svn-id: http://code.djangoproject.com/svn/django/trunk@8984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-09Fixed #7811: moved admindocs templates into admindocs/templates. This is ↵Jacob Kaplan-Moss
slightly backwards-incompatible in that if you're using the admindocs you'll need to add 'django.contrib.admindocs' to INSTALLED_APPS. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8264 bcc190cf-cafb-0310-a4f2-bffc1f526a37