<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/django-admin.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-10-29T15:32:12Z</updated>
<entry>
<title>Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects.</title>
<updated>2025-10-29T15:32:12Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2025-10-29T15:32:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=01f8460653e73a8f60c98d3a37a74b28818744b6'/>
<id>urn:sha1:01f8460653e73a8f60c98d3a37a74b28818744b6</id>
<content type='text'>
Thanks Bruno Alla, Sarah Boyce, and Jacob Walls for reviews.

Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 5.2.</title>
<updated>2025-09-17T18:17:05Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-09-05T17:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=00a84fc6f3bb8cca15113e4d41e710123d182b4a'/>
<id>urn:sha1:00a84fc6f3bb8cca15113e4d41e710123d182b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36597 -- Corrected directives for functions from email module in docs.</title>
<updated>2025-09-12T16:51:52Z</updated>
<author>
<name>Mridul Dhall</name>
<email>mriduldhall@Mriduls-MacBook-Pro.local</email>
</author>
<published>2025-09-10T13:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e183d6c26c8da4486c151f9ce973828e2404a796'/>
<id>urn:sha1:e183d6c26c8da4486c151f9ce973828e2404a796</id>
<content type='text'>
Thanks Mike Edmunds for the report.
</content>
</entry>
<entry>
<title>Refs #36588 -- Warned about using external templates in startapp/startproject commands.</title>
<updated>2025-09-04T16:37:54Z</updated>
<author>
<name>Jake Howard</name>
<email>git@theorangeone.net</email>
</author>
<published>2025-09-04T10:53:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4e7a991c12a113229e0927974d3bf94ea04eecf6'/>
<id>urn:sha1:4e7a991c12a113229e0927974d3bf94ea04eecf6</id>
<content type='text'>
Clarified that custom templates provided via `--template` for `starapp`
and `startproject` are used as-is, adding a warning that malicious or
poorly constructed templates may introduce security issues.
</content>
</entry>
<entry>
<title>Fixed #36570 -- Removed unnecessary :py domain from documentation roles.</title>
<updated>2025-08-28T06:52:43Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2025-08-25T15:50:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8'/>
<id>urn:sha1:3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8</id>
<content type='text'>
Signed-off-by: SaJH &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed double spaces after periods in sentences.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-22T15:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4'/>
<id>urn:sha1:4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-05-27T16:37:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f8e23d1c10c7ce32cea82b65ad2af640015f147'/>
<id>urn:sha1:6f8e23d1c10c7ce32cea82b65ad2af640015f147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35680 -- Added automatic imports of common utilies to shell management command.</title>
<updated>2025-07-17T10:51:43Z</updated>
<author>
<name>Salvo Polizzi</name>
<email>salvopolizzi03@gmail.com</email>
</author>
<published>2025-02-14T07:17:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5cd84ad2002f9a43363ab9fd9d9f6e9dfa48c60'/>
<id>urn:sha1:a5cd84ad2002f9a43363ab9fd9d9f6e9dfa48c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18296 -- Created missing custom target directory for startproject and startapp.</title>
<updated>2025-04-27T13:41:27Z</updated>
<author>
<name>Bruno Alla</name>
<email>alla.brunoo@gmail.com</email>
</author>
<published>2025-04-27T10:01:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc21bc4282d854053c1218e8fb3ea39387ccca72'/>
<id>urn:sha1:bc21bc4282d854053c1218e8fb3ea39387ccca72</id>
<content type='text'>
</content>
</entry>
</feed>
