<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/_theme, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-06-10T00:56:35Z</updated>
<entry>
<title>Fixed #37150 -- Made djangodocs Sphinx extension work with any html builder.</title>
<updated>2026-06-10T00:56:35Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-06-08T21:43:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9b1db9cb2c38c75b8fb0fc64ba5f73a6012e5b2d'/>
<id>urn:sha1:9b1db9cb2c38c75b8fb0fc64ba5f73a6012e5b2d</id>
<content type='text'>
Changed djangodocs extension to register DjangoHTMLTranslator for any
html-format builder (in the builder-inited hook), rather than a limited
list of builders at startup. That fixes missing content in dirhtml and
standard html builds (including ReadTheDocs PR previews):
- Missing console tabs
- Empty divs for versionadded and versionchanged directives

Removed JS code that depended on jQuery, which hasn't worked since
Sphinx 6.0 dropped jQuery in 2023:
- Unnecessary console tabs click handling. (Console tab behavior is
  implemented purely in CSS.)
- Client-side hyperlinking of Django template tags and filters in code
  examples. (This is also not supported on docs.djangoproject.com.)

Removed custom DjangoStandaloneHTMLBuilder and "djangohtml" builder
type. Its sole purpose was to generate the "templatebuiltins.js" file
used for the (non-functional) client-side template filter/tag linking.

Changed docs "make html" target from "djangohtml" to standard "html".
</content>
</entry>
<entry>
<title>Formatted CSS files.</title>
<updated>2026-04-18T12:46:37Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2026-04-18T11:13:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=241b8e1aab7fc71018a059467b2ba17bce6556cc'/>
<id>urn:sha1:241b8e1aab7fc71018a059467b2ba17bce6556cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed docs build with sphinxcontrib-spelling 7.5.0+.</title>
<updated>2022-05-31T09:17:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-05-31T05:40:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ac90529cc58507d9a07610809a795ec5fc3cbf8c'/>
<id>urn:sha1:ac90529cc58507d9a07610809a795ec5fc3cbf8c</id>
<content type='text'>
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.
</content>
</entry>
<entry>
<title>Stopped including type="text/css" attributes for CSS link tags.</title>
<updated>2022-01-22T15:38:14Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2022-01-21T14:46:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7c4f3965098baad2396e24501e09237425a7bd6f'/>
<id>urn:sha1:7c4f3965098baad2396e24501e09237425a7bd6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32860 -- Made docs permalinks focusable to improve accessibility.</title>
<updated>2021-06-21T11:47:26Z</updated>
<author>
<name>Timothy McCurrach</name>
<email>tim.mccurrach@gmail.com</email>
</author>
<published>2021-06-17T21:52:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4659a790cf5d0036c3c7488877b4365d948ccb01'/>
<id>urn:sha1:4659a790cf5d0036c3c7488877b4365d948ccb01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #16300 -- Improved singlehtml docs formatting with headers CSS.</title>
<updated>2020-06-22T19:05:13Z</updated>
<author>
<name>David Smith</name>
<email>39445562+smithdc1@users.noreply.github.com</email>
</author>
<published>2020-06-22T19:05:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=be534348f55823093bf7a78bee78ee2d3bb18fdf'/>
<id>urn:sha1:be534348f55823093bf7a78bee78ee2d3bb18fdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31080 -- Removed redundant type="text/javascript" attribute from &lt;script&gt; tags.</title>
<updated>2019-12-11T08:49:54Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-12-11T08:49:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e703b93a656b78b9b444bb3a9980e305ed002a70'/>
<id>urn:sha1:e703b93a656b78b9b444bb3a9980e305ed002a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #20910 -- Replaced snippet directive with code-block.</title>
<updated>2018-09-10T17:00:34Z</updated>
<author>
<name>Curtis Maloney</name>
<email>curtis@tinbrain.net</email>
</author>
<published>2018-09-10T17:00:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c49ea6f5911296dcb40190c905e38b43cdc7c7a3'/>
<id>urn:sha1:c49ea6f5911296dcb40190c905e38b43cdc7c7a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28343 -- Add an OS chooser for docs command line examples.</title>
<updated>2018-01-20T17:38:48Z</updated>
<author>
<name>Ramiro Morales</name>
<email>ramiro@users.noreply.github.com</email>
</author>
<published>2018-01-20T17:38:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=37c17846ad6b02c6dca72e8087a279cca04a0c27'/>
<id>urn:sha1:37c17846ad6b02c6dca72e8087a279cca04a0c27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarified QuerySet.iterator()'s docs on server-side cursors.</title>
<updated>2017-06-01T19:38:30Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2017-05-28T01:12:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bf50ae821021c4f7cd608d2bd1f2dfff98f3ceb9'/>
<id>urn:sha1:bf50ae821021c4f7cd608d2bd1f2dfff98f3ceb9</id>
<content type='text'>
</content>
</entry>
</feed>
