<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/dumpdata.py, branch 4.1.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<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 #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>
<entry>
<title>Fixed #28860 -- Removed unnecessary len() calls.</title>
<updated>2017-12-04T15:35:23Z</updated>
<author>
<name>Дилян Палаузов</name>
<email>Dilyan.Palauzov@db.com</email>
</author>
<published>2017-11-29T16:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d2afa5eb2308e672b6313876856e32e2561b90f3'/>
<id>urn:sha1:d2afa5eb2308e672b6313876856e32e2561b90f3</id>
<content type='text'>
</content>
</entry>
</feed>
