<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/dumpdata.py, branch 4.0.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.0.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.0.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-02-01T10:52:33Z</updated>
<entry>
<title>[4.0.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:52:33Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e565a5cd187197a6349e55d7a4c68a9e12e2fd20'/>
<id>urn:sha1:e565a5cd187197a6349e55d7a4c68a9e12e2fd20</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-08T18:25:02Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-08T11:27:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3278c31fa59b41d03aea167f4cf85f4ddf7f848d'/>
<id>urn:sha1:3278c31fa59b41d03aea167f4cf85f4ddf7f848d</id>
<content type='text'>
Backport of 7119f40c9881666b6f9b5cf7df09ee1d21cc8344 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-08T11:15:38Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-08T11:09:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a682b38e75d4c975b4c4493565a59f1bc14397c'/>
<id>urn:sha1:6a682b38e75d4c975b4c4493565a59f1bc14397c</id>
<content type='text'>
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
</content>
</entry>
<entry>
<title>Fixed #32291 -- Added fixtures compression support to dumpdata.</title>
<updated>2021-01-12T14:47:58Z</updated>
<author>
<name>Paolo Melchiorre</name>
<email>paolo@melchiorre.org</email>
</author>
<published>2021-01-12T14:47:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c412d9af7e4121f6979758312c9426fa6893e9b7'/>
<id>urn:sha1:c412d9af7e4121f6979758312c9426fa6893e9b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made small readability improvements.</title>
<updated>2020-10-28T19:20:20Z</updated>
<author>
<name>Martin Thoma</name>
<email>info@martin-thoma.de</email>
</author>
<published>2020-09-24T16:37:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=302caa40e4caab7d95ef7d0a88a90f935039ab09'/>
<id>urn:sha1:302caa40e4caab7d95ef7d0a88a90f935039ab09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31051 -- Made dumpdata do not sort dependencies if natural foreign keys are not used.</title>
<updated>2020-04-07T18:41:59Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2019-12-01T23:48:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2e67e80fbe0accd5f256415ac28af8bd82eeaced'/>
<id>urn:sha1:2e67e80fbe0accd5f256415ac28af8bd82eeaced</id>
<content type='text'>
There is no need to sort dependencies when natural foreign keys are not
used.
</content>
</entry>
<entry>
<title>Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.</title>
<updated>2020-04-07T18:41:59Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2019-12-01T23:50:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f216e4f8ea9bac61948cb63066cd4747f6d05fb'/>
<id>urn:sha1:4f216e4f8ea9bac61948cb63066cd4747f6d05fb</id>
<content type='text'>
Since #26291 forward references in natural keys are properly handled by
loaddata, so sorting depenencies in dumpdata doesn't need to break on
cycles. This patch allows circular references in natural keys by
breaking sort_depenencies() on loops.
</content>
</entry>
<entry>
<title>Fixed typos in docs, comments, and exception messages.</title>
<updated>2019-04-18T07:33:53Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2019-04-14T07:44:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03db5fddfd0c76303ec83eb1cd91a6d2dc4441cb'/>
<id>urn:sha1:03db5fddfd0c76303ec83eb1cd91a6d2dc4441cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30159 -- Removed unneeded use of OrderedDict.</title>
<updated>2019-02-06T18:48:39Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-02-05T11:22:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24b82cd201e21060fbc02117dc16d1702877a1f3'/>
<id>urn:sha1:24b82cd201e21060fbc02117dc16d1702877a1f3</id>
<content type='text'>
Dicts preserve order since Python 3.6.
</content>
</entry>
<entry>
<title>Removed parser.add_arguments() arguments that match the defaults.</title>
<updated>2018-07-02T21:54:57Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-07-02T21:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eac9ab7ebb1ce0cbbc79c4cf65e8f70b0635a240'/>
<id>urn:sha1:eac9ab7ebb1ce0cbbc79c4cf65e8f70b0635a240</id>
<content type='text'>
</content>
</entry>
</feed>
