<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/inline_formsets/tests.py, branch 3.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2017-01-25T17:23:46Z</updated>
<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/chango.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed six.&lt;various&gt;_types usage</title>
<updated>2017-01-18T19:18:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-29T15:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7b2f2e74adb36a4334e83130f6abc2f79d395235'/>
<id>urn:sha1:7b2f2e74adb36a4334e83130f6abc2f79d395235</id>
<content type='text'>
Thanks Tim Graham and Simon Charette for the reviews.
</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/chango.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26747 -- Used more specific assertions in the Django test suite.</title>
<updated>2016-06-16T18:19:18Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-06-16T18:19:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4f336f66523001b009ab038b10848508fd208b3b'/>
<id>urn:sha1:4f336f66523001b009ab038b10848508fd208b3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21332, #26538 -- Fixed inconsistent and duplicate form fields on inline formsets.</title>
<updated>2016-04-26T14:26:25Z</updated>
<author>
<name>David Sanders</name>
<email>dsanders11@ucsbalum.com</email>
</author>
<published>2016-03-30T11:01:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a5c8a6ce19eabd96bf3b8c7bb4fb487f53928f3b'/>
<id>urn:sha1:a5c8a6ce19eabd96bf3b8c7bb4fb487f53928f3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25987 -- Made inline formset validation respect unique_together with an unsaved parent object.</title>
<updated>2016-03-27T01:49:41Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-03-25T00:04:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1a403aa705e7921eb6ec88c7d9f686ab0e54ef76'/>
<id>urn:sha1:1a403aa705e7921eb6ec88c7d9f686ab0e54ef76</id>
<content type='text'>
Thanks Anton Kuzmichev for the report and Tim for the review.
</content>
</entry>
<entry>
<title>Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.</title>
<updated>2016-01-29T18:37:33Z</updated>
<author>
<name>Hasan</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2016-01-18T08:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=26ad01719d73823e65c0358a2ee9941e0a888a63'/>
<id>urn:sha1:26ad01719d73823e65c0358a2ee9941e0a888a63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26022 -- Used context manager version of assertRaises in tests.</title>
<updated>2016-01-29T17:32:18Z</updated>
<author>
<name>Hasan</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2016-01-17T11:26:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3d0dcd7f5af378d3ab6adb303b913e6c7b2e0ee5'/>
<id>urn:sha1:3d0dcd7f5af378d3ab6adb303b913e6c7b2e0ee5</id>
<content type='text'>
</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/chango.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_auto_pk_0.</title>
<updated>2014-02-06T10:16:40Z</updated>
<author>
<name>Vajrasky Kok</name>
<email>sky.kok@speaklikeaking.com</email>
</author>
<published>2013-11-24T13:12:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d3cf6cfacfb828faad4f4f97c904e259304649b3'/>
<id>urn:sha1:d3cf6cfacfb828faad4f4f97c904e259304649b3</id>
<content type='text'>
MySQL does allow primary key with value 0. It only forbids autoincrement
primary key with value 0.

Thanks Claude Paroz for the report.
</content>
</entry>
</feed>
