<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/model_meta, branch main</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32983 -- Removed unneeded related_name from test model definitions.</title>
<updated>2021-08-06T09:57:02+00:00</updated>
<author>
<name>Nick Touran</name>
<email>nick@partofthething.com</email>
</author>
<published>2021-08-04T20:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=1fb21ab3770bdc07fc847e131fa252759befadd2'/>
<id>1fb21ab3770bdc07fc847e131fa252759befadd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions between apps.</title>
<updated>2020-12-30T12:11:47+00:00</updated>
<author>
<name>manav014</name>
<email>dpsman13016@gmail.com</email>
</author>
<published>2020-12-30T02:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a9a7421ab83361746549d574ca13438ba93c95fe'/>
<id>a9a7421ab83361746549d574ca13438ba93c95fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #26977 -- Made abstract models raise TypeError when instantiating.</title>
<updated>2020-08-05T04:37:04+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2020-08-02T20:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c7e7f176c13b1070c689feb5255c07b524933e12'/>
<id>c7e7f176c13b1070c689feb5255c07b524933e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified imports from django.db and django.contrib.gis.db.</title>
<updated>2020-02-04T12:20:06+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-08-20T07:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=335c9c94acf263901fb023404408880245b0c4b4'/>
<id>335c9c94acf263901fb023404408880245b0c4b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #29444 -- Allowed returning multiple fields from INSERT statements on PostgreSQL.</title>
<updated>2019-09-09T08:51:14+00:00</updated>
<author>
<name>Johannes Hoppe</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2019-07-24T06:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7254f1138d9c51fa558229c39c9559b369c4278a'/>
<id>7254f1138d9c51fa558229c39c9559b369c4278a</id>
<content type='text'>
Thanks Florian Apolloner, Tim Graham, Simon Charette, Nick Pope, and
Mariusz Felisiak for reviews.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Florian Apolloner, Tim Graham, Simon Charette, Nick Pope, and
Mariusz Felisiak for reviews.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged isinstance() calls.</title>
<updated>2019-03-02T11:19:21+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-03-02T11:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=8a2ec55b180d3fddf4578de2e6759127c8250ce7'/>
<id>8a2ec55b180d3fddf4578de2e6759127c8250ce7</id>
<content type='text'>
Follow up to 0214f367bc84d7217e42ae0441d500d31c6a5b78.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to 0214f367bc84d7217e42ae0441d500d31c6a5b78.</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.</title>
<updated>2019-01-17T16:15:27+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-28T01:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=da1de1615c4d498d7de015dc0028ad4be220df15'/>
<id>da1de1615c4d498d7de015dc0028ad4be220df15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility.</title>
<updated>2017-10-31T17:22:27+00:00</updated>
<author>
<name>Charlie Denton</name>
<email>charleswdenton@gmail.com</email>
</author>
<published>2017-10-31T17:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=cbe334918a0a80762249706a15b699714b5dc828'/>
<id>cbe334918a0a80762249706a15b699714b5dc828</id>
<content type='text'>
Refs 631f4ab06112aca5bd6a57b81159048f936050bf.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs 631f4ab06112aca5bd6a57b81159048f936050bf.</pre>
</div>
</content>
</entry>
</feed>
