<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/django-admin.txt, branch 5.1.12</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1.12</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1.12'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-08-13T09:21:06Z</updated>
<entry>
<title>[5.1.x] Fixed typo of --no-startup in django-admin docs.</title>
<updated>2024-08-13T09:21:06Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2024-08-13T06:51:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dbca05698a14d6c771346d3fe6b72159cb32ce14'/>
<id>urn:sha1:dbca05698a14d6c771346d3fe6b72159cb32ce14</id>
<content type='text'>
Backport of 5ae99226669bc516ecb0ed17066ec11a898fddab from main.
</content>
</entry>
<entry>
<title>[5.1.x] Refs #35591 -- Emphasized that runserver is not suitable for production.</title>
<updated>2024-08-08T08:10:29Z</updated>
<author>
<name>Andrew Miller</name>
<email>info@akmiller.co.uk</email>
</author>
<published>2024-08-07T13:47:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73fcb14cd86fa320322437b9827e465115fb6043'/>
<id>urn:sha1:73fcb14cd86fa320322437b9827e465115fb6043</id>
<content type='text'>
Backport of cec62fb99e8ff63f30c7871a048ab15081142668 from main.
</content>
</entry>
<entry>
<title>Fixed #35427 -- Corrected help text for makemessages --extension in docs/ref/django-admin.txt.</title>
<updated>2024-05-04T01:48:17Z</updated>
<author>
<name>Shamil</name>
<email>ashamil435@gmail.com</email>
</author>
<published>2024-05-03T20:14:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32d163e680817e202e0def3fbb70d2450b02cffd'/>
<id>urn:sha1:32d163e680817e202e0def3fbb70d2450b02cffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated "Dive Into Python" links.</title>
<updated>2024-01-20T18:43:55Z</updated>
<author>
<name>Emmanuel Katchy</name>
<email>katchyemma@gmail.com</email>
</author>
<published>2024-01-18T22:03:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=12ffcfc350a19bbfbc203126a9b6c84b5e0d0ba2'/>
<id>urn:sha1:12ffcfc350a19bbfbc203126a9b6c84b5e0d0ba2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34457 -- Restored output for makemigrations --check.</title>
<updated>2023-11-09T13:03:19Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2023-11-08T22:29:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f7389c4b07ceeb036436e065898e411b247bca78'/>
<id>urn:sha1:f7389c4b07ceeb036436e065898e411b247bca78</id>
<content type='text'>
Co-authored-by: David Sanders &lt;shang.xiao.sanders@gmail.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #32602 -- Clarified wording of TestCase class.</title>
<updated>2023-10-02T07:12:08Z</updated>
<author>
<name>faishalmanzar</name>
<email>faishalmanzar@gmail.com</email>
</author>
<published>2023-09-28T21:56:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f4e72e6523e6968d9628dfbff914ab57dbf19e6b'/>
<id>urn:sha1:f4e72e6523e6968d9628dfbff914ab57dbf19e6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 4.2.</title>
<updated>2023-09-18T20:12:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-09-11T07:57:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=295467c04ab4c26a1a9d3798b1e941003fa116cf'/>
<id>urn:sha1:295467c04ab4c26a1a9d3798b1e941003fa116cf</id>
<content type='text'>
This also removes remaining versionadded/changed annotations for older
versions.
</content>
</entry>
<entry>
<title>Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.</title>
<updated>2023-09-01T09:26:29Z</updated>
<author>
<name>Sulabh Katila</name>
<email>sulabhkatila@gmail.com</email>
</author>
<published>2023-08-31T03:03:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9a9620dda649dcdb685662bbd9cb409bfeff4214'/>
<id>urn:sha1:9a9620dda649dcdb685662bbd9cb409bfeff4214</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34210 -- Added unittest's durations option to the test runner.</title>
<updated>2023-08-31T05:14:58Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-06-14T18:22:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74b5074174d1749ee44df2f7ed418010a7a4ac70'/>
<id>urn:sha1:74b5074174d1749ee44df2f7ed418010a7a4ac70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified call_command() calls.</title>
<updated>2023-07-27T13:48:47Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-07-27T08:40:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89c8c2e8311bd31b79c0829055d1e494ab88b801'/>
<id>urn:sha1:89c8c2e8311bd31b79c0829055d1e494ab88b801</id>
<content type='text'>
</content>
</entry>
</feed>
