<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/generic_inline_admin/models.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<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>Refs #23919 -- Removed python_2_unicode_compatible decorator usage</title>
<updated>2017-01-18T12:44:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T20:54:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca'/>
<id>urn:sha1:f3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField</title>
<updated>2015-07-27T22:28:13Z</updated>
<author>
<name>Flavio Curella</name>
<email>flavio.curella@gmail.com</email>
</author>
<published>2015-07-22T14:43:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c2e70f02653519db3a49cd48f5158ccad7434d25'/>
<id>urn:sha1:c2e70f02653519db3a49cd48f5158ccad7434d25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24940 -- Made model managers hashable</title>
<updated>2015-06-19T17:02:01Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2015-06-18T19:57:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3d66d47222dd8765a20a15fdc754c0ed7635404'/>
<id>urn:sha1:d3d66d47222dd8765a20a15fdc754c0ed7635404</id>
<content type='text'>
Thanks Federico Jaramillo Martínez for the report and Tim Graham for the
test and review.
</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/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.</title>
<updated>2014-05-15T11:25:35Z</updated>
<author>
<name>Anders Steinlein</name>
<email>anders@e5r.no</email>
</author>
<published>2014-03-05T20:19:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4ef10f245ada0c7d5ae8dc31eebffa63790d40fb'/>
<id>urn:sha1:4ef10f245ada0c7d5ae8dc31eebffa63790d40fb</id>
<content type='text'>
Thanks Stephen Burrows for work on the patch as well.

Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x
</content>
</entry>
<entry>
<title>Fixed #19774 -- Deprecated the contenttypes.generic module.</title>
<updated>2014-01-26T19:42:30Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-01-22T06:43:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=10e3faf191d8f230dde8534d1c8fad8c8717816e'/>
<id>urn:sha1:10e3faf191d8f230dde8534d1c8fad8c8717816e</id>
<content type='text'>
It contained models, forms and admin objects causing undesirable
import side effects. Refs #16368.

Thanks to Ramiro, Carl and Loïc for the review.
</content>
</entry>
<entry>
<title>PEP8 cleanup</title>
<updated>2013-11-03T04:50:49Z</updated>
<author>
<name>Jason Myers</name>
<email>jason@jasonamyers.com</email>
</author>
<published>2013-11-03T04:36:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a61c68c50d3837c50e35c252fd76220f08b5290'/>
<id>urn:sha1:7a61c68c50d3837c50e35c252fd76220f08b5290</id>
<content type='text'>
Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2013-10-10T20:49:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-10T20:42:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dae4ac1778f04805c0ed62c8debb13b281ba02b'/>
<id>urn:sha1:1dae4ac1778f04805c0ed62c8debb13b281ba02b</id>
<content type='text'>
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
</content>
</entry>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
</feed>
