<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/dumpdata.py, branch 3.1rc1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1rc1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-04-07T18:41:59Z</updated>
<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>
<entry>
<title>Removed unnecessary parens in various code.</title>
<updated>2017-09-14T01:20:29Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2017-09-14T01:20:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ec0e5029ca5c499eac93787c3073c3e716b5951'/>
<id>urn:sha1:0ec0e5029ca5c499eac93787c3073c3e716b5951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used OrderedDict.fromkeys() to initialize OrderedDict with None values.</title>
<updated>2017-08-23T15:40:17Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-08-23T15:40:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fac74b84a3abd92f1a49070f31ec7c8c0df8b698'/>
<id>urn:sha1:fac74b84a3abd92f1a49070f31ec7c8c0df8b698</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>Refs #23919 -- Used yield from.</title>
<updated>2017-02-24T01:06:01Z</updated>
<author>
<name>Vytis Banaitis</name>
<email>vytis.banaitis@gmail.com</email>
</author>
<published>2017-02-24T01:06:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3dcc3516914f25b58bde9312831f1d94b05cdb53'/>
<id>urn:sha1:3dcc3516914f25b58bde9312831f1d94b05cdb53</id>
<content type='text'>
</content>
</entry>
</feed>
