<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/sqlsequencereset.py, 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-05-10T09:14:07Z</updated>
<entry>
<title>Fixed #35429 -- Added argparse choices to --database options.</title>
<updated>2024-05-10T09:14:07Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2024-05-08T12:24:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a76ac0e9d21c3680cc533ec7f55c0a1919424ba'/>
<id>urn:sha1:4a76ac0e9d21c3680cc533ec7f55c0a1919424ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</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 #30595 -- Added error message when no objects found to sql* management commands.</title>
<updated>2019-07-01T11:47:54Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-06-29T23:35:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d03f2bc01fc08f57558cdd3b4fc08e6b379dad7'/>
<id>urn:sha1:5d03f2bc01fc08f57558cdd3b4fc08e6b379dad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</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>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.</title>
<updated>2014-12-26T20:55:34Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T20:27:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c2e419c26781b88f2b34b445f450b735267155b0'/>
<id>urn:sha1:c2e419c26781b88f2b34b445f450b735267155b0</id>
<content type='text'>
</content>
</entry>
</feed>
