<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/index.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-09-24T07:47:47Z</updated>
<entry>
<title>Refs #35859 -- Mentioned tasks in the docs index.</title>
<updated>2025-09-24T07:47:47Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-09-24T07:47:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=44addbf4e7e0cc4211c4c3418469800cd275c886'/>
<id>urn:sha1:44addbf4e7e0cc4211c4c3418469800cd275c886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensured :doc: role uses absolute targets in docs.</title>
<updated>2025-08-28T16:48:32Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2025-06-27T13:33:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=56955636e66505b7ac0246f97883f979d1b1f6a1'/>
<id>urn:sha1:56955636e66505b7ac0246f97883f979d1b1f6a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #15727 -- Added Content Security Policy (CSP) support.</title>
<updated>2025-06-27T18:57:02Z</updated>
<author>
<name>Rob Hudson</name>
<email>rob@cogit8.org</email>
</author>
<published>2025-05-03T17:01:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d63241ebc7067fdebbaf704989b34fcd8f26bbe9'/>
<id>urn:sha1:d63241ebc7067fdebbaf704989b34fcd8f26bbe9</id>
<content type='text'>
This initial work adds a pair of settings to configure specific CSP
directives for enforcing or reporting policy violations, a new
`django.middleware.csp.ContentSecurityPolicyMiddleware` to apply the
appropriate headers to responses, and a context processor to support CSP
nonces in templates for safely inlining assets.

Relevant documentation has been added for the 6.0 release notes,
security overview, a new how-to page, and a dedicated reference section.

Thanks to the multiple reviewers for their precise and valuable feedback.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Replaced usage of "patch" with more precise terms in faq, howto, and intro docs.</title>
<updated>2024-06-09T17:38:04Z</updated>
<author>
<name>Andreu Vallbona</name>
<email>avallbona@gmail.com</email>
</author>
<published>2024-06-08T10:33:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85240139ca1a6b369019ba657ad80c3249a9cb37'/>
<id>urn:sha1:85240139ca1a6b369019ba657ad80c3249a9cb37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganized the Contributing to Django docs.</title>
<updated>2024-01-12T01:25:27Z</updated>
<author>
<name>Mark Walker</name>
<email>mark@marksweb.co.uk</email>
</author>
<published>2023-12-01T00:43:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4eb4ab4122b2b974911d4b1f935728cf35e4208c'/>
<id>urn:sha1:4eb4ab4122b2b974911d4b1f935728cf35e4208c</id>
<content type='text'>
This work follows a comprehensive review conducted during the DjangoCon US 2023
sprints. Changes include:
 - Updated the title of the main page for better alignment with the content.
 - Removed emojis to enhance accessibility and avoid cultural specificity.
 - Improved the layout and navigation of contributing documentation.
 - Unified sections for communication channels and community links.
 - Grouped resources according to the Diátaxis systematic approach.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
Co-authored-by: Daniele Procida &lt;daniele@vurt.org&gt;
</content>
</entry>
<entry>
<title>Added Django Forum to mailing lists page.</title>
<updated>2023-03-24T07:32:17Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-03-23T14:52:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d33368b4ab6ae0c01e83d525f7e1655156a640d1'/>
<id>urn:sha1:d33368b4ab6ae0c01e83d525f7e1655156a640d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34146 -- Fixed typos in tutorial. (#16530)</title>
<updated>2023-02-07T19:19:58Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-07T19:19:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1df7814e4b76211a13eaecd77a05137006b82723'/>
<id>urn:sha1:1df7814e4b76211a13eaecd77a05137006b82723</id>
<content type='text'>
- Fixed formatting on index page.
- Removed duplicate What's next section.

Thanks to Tim Graham for the report.</content>
</entry>
<entry>
<title>Fixed #34146 -- Added 3rd-party lib tutorial step.</title>
<updated>2023-02-07T14:26:37Z</updated>
<author>
<name>Tim Schilling</name>
<email>schillingt@better-simple.com</email>
</author>
<published>2023-02-07T14:26:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7715c9fef55c8775608cdb64d5666c7f90ada937'/>
<id>urn:sha1:7715c9fef55c8775608cdb64d5666c7f90ada937</id>
<content type='text'>
Added a tutorial step that highlights Django Debug Toolbar, on of the
most common third party packages. It also added a mention of
djangopackages.com as a place to search for other libraries and a
link to Adam Johnson’s post on evaluating whether a package is
well-maintained.

Third-party packages are one of Django’s strengths. This should give
folks a sound route in.</content>
</entry>
<entry>
<title>Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.</title>
<updated>2021-07-29T04:24:12Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-07-23T06:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1024b5e74a7166313ad4e4975a15e90dccd3ec5f'/>
<id>urn:sha1:1024b5e74a7166313ad4e4975a15e90dccd3ec5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25712 -- Reorganized templates docs.</title>
<updated>2020-04-30T06:12:09Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-04-22T20:16:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb13711451157d5081c2d2a297820f6bc131ac27'/>
<id>urn:sha1:bb13711451157d5081c2d2a297820f6bc131ac27</id>
<content type='text'>
</content>
</entry>
</feed>
