<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/testserver.py, 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-02-16T07:43:42Z</updated>
<entry>
<title>Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).</title>
<updated>2025-02-16T07:43:42Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-12-18T04:38:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d34ebe49a25d0974392583d5bbd954baf742a32'/>
<id>urn:sha1:2d34ebe49a25d0974392583d5bbd954baf742a32</id>
<content type='text'>
Given there are no longer any internal usages of serialize=True and it
poses a risk to non-test databases integrity it seems appropriate to
deprecate it.
</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>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.</title>
<updated>2020-05-21T10:34:54Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-05-13T22:00:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c60524c658f197f645b638f9bcc553103bfe2630'/>
<id>urn:sha1:c60524c658f197f645b638f9bcc553103bfe2630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed implicit default store_true/false argparse args.</title>
<updated>2017-04-02T00:03:56Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-04-02T00:03:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7bbb5161eaad6771676281c5c544030cf9ff1312'/>
<id>urn:sha1:7bbb5161eaad6771676281c5c544030cf9ff1312</id>
<content type='text'>
argparse automatically sets the default value for store_true/false
arguments to its opposite.</content>
</entry>
<entry>
<title>Fixed E128 flake8 warnings in django/.</title>
<updated>2016-04-08T13:51:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-03-28T22:33:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df8d8d4292684d6ffa7474f1e201aed486f02b53'/>
<id>urn:sha1:df8d8d4292684d6ffa7474f1e201aed486f02b53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26315 -- Cleaned up argparse options in commands.</title>
<updated>2016-03-05T18:19:29Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-03-03T02:01:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1845bc1d1007751a7f65c66aeddc35f032f6bf41'/>
<id>urn:sha1:1845bc1d1007751a7f65c66aeddc35f032f6bf41</id>
<content type='text'>
* Removed type coercion. Options created by argparse are already coerced
  to the correct type.
* Removed fallback default values. Options created by argparse already
  have a default value.
* Used direct indexing. Options created by argparse are always set. This
  eliminates the need to use dict.get().
</content>
</entry>
<entry>
<title>Fixed #25350 -- Added alias --no-input for --noinput to management commands.</title>
<updated>2015-09-08T12:41:03Z</updated>
<author>
<name>Raphael Michel</name>
<email>mail@raphaelmichel.de</email>
</author>
<published>2015-09-07T13:17:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1bbca7961cee20c4ddd453a7d74d316e84f4bbb5'/>
<id>urn:sha1:1bbca7961cee20c4ddd453a7d74d316e84f4bbb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24571 -- Restored testserver positional arguments parsing</title>
<updated>2015-04-04T08:46:29Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-04-03T09:26:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=426b63ba04521b8eaffb129b7e4feca36eed8777'/>
<id>urn:sha1:426b63ba04521b8eaffb129b7e4feca36eed8777</id>
<content type='text'>
Thanks Domas Lapinskas for the report and Tim Graham for the
review.
</content>
</entry>
<entry>
<title>Limited lines to 119 characters in django/</title>
<updated>2014-09-05T13:22:16Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-04T12:15:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1101467ce0756272a54f4c7bc65c4c335a94111b'/>
<id>urn:sha1:1101467ce0756272a54f4c7bc65c4c335a94111b</id>
<content type='text'>
refs #23395.
</content>
</entry>
</feed>
