<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/sql.py, branch 6.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<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 #32395 -- Allowed capturing stdout of migration signals.</title>
<updated>2021-02-04T10:19:49Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2021-01-29T15:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f23b05696e470fc113c729e18665722ccbb7a9f0'/>
<id>urn:sha1:f23b05696e470fc113c729e18665722ccbb7a9f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #5086 -- Removed unused only_django argument from sql_flush().</title>
<updated>2020-06-04T09:59:47Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-04T09:59:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f997b5e6ae85e2df2342b1a7812fe8130206c957'/>
<id>urn:sha1:f997b5e6ae85e2df2342b1a7812fe8130206c957</id>
<content type='text'>
Unused (always True) since its introduction in 132605d889db8767a40243259066b8450428714c.</content>
</entry>
<entry>
<title>Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL.</title>
<updated>2020-04-17T09:57:24Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-15T09:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75410228dfd16e49eb3c0ea30b59b4c0d2ea6b03'/>
<id>urn:sha1:75410228dfd16e49eb3c0ea30b59b4c0d2ea6b03</id>
<content type='text'>
The sql_flush() positional argument sequences is replaced by the boolean
keyword-only argument reset_sequences. This ensures that the old
function signature can't be used by mistake when upgrading Django. When
the new argument is True, the sequences of the truncated tables will
reset. Using a single boolean value, rather than a list, allows making a
binary yes/no choice as to whether to reset all sequences rather than a
working on a completely different set.
</content>
</entry>
<entry>
<title>Removed unnecessary assignments in various code.</title>
<updated>2019-04-24T11:09:29Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-04-24T11:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8b3f1c35dd848678225e8634d6880efeeab5e796'/>
<id>urn:sha1:8b3f1c35dd848678225e8634d6880efeeab5e796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27656 -- Updated django.core docstring verbs according to PEP 257.</title>
<updated>2017-02-21T16:58:42Z</updated>
<author>
<name>Anton Samarchyan</name>
<email>anton.samarchyan@savoirfairelinux.com</email>
</author>
<published>2017-01-25T19:02:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a6f70b4281817656db2f36c5919036d38fcce7f'/>
<id>urn:sha1:5a6f70b4281817656db2f36c5919036d38fcce7f</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 #24100 -- Made the migration signals dispatch its plan and apps.</title>
<updated>2016-05-15T23:51:15Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-05-13T15:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f937c9ec975ebd719f0c22e5d1d5f5fb87ff1edd'/>
<id>urn:sha1:f937c9ec975ebd719f0c22e5d1d5f5fb87ff1edd</id>
<content type='text'>
Thanks Markus for your contribution and Tim for your review.
</content>
</entry>
<entry>
<title>Removed support for syncing apps without migrations per deprecation timeline.</title>
<updated>2015-01-18T20:58:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T18:56:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7e8cf74dc74539f40f4cea53c1e8bba82791fcb6'/>
<id>urn:sha1:7e8cf74dc74539f40f4cea53c1e8bba82791fcb6</id>
<content type='text'>
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
</content>
</entry>
<entry>
<title>Required sqlparse for SQL splitting per deprecation timeline.</title>
<updated>2015-01-17T15:20:30Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T19:48:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b845951fd41cf6a380b3e09eeb30f7d105c37061'/>
<id>urn:sha1:b845951fd41cf6a380b3e09eeb30f7d105c37061</id>
<content type='text'>
</content>
</entry>
</feed>
