<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git, 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 #32339 -- Fixed super() call in deprecated renderers.</title>
<updated>2023-05-17T14:11:43+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-05-17T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=4a5753fb0af28967c9ad6a5be8966cdbd933ad64'/>
<id>4a5753fb0af28967c9ad6a5be8966cdbd933ad64</id>
<content type='text'>
Missing function call `()` leads to:

TypeError: descriptor '__init__' of 'super' object needs an argument

Regression in b209518089131c6b4afd18b1d9c320ba3521c5ab.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Missing function call `()` leads to:

TypeError: descriptor '__init__' of 'super' object needs an argument

Regression in b209518089131c6b4afd18b1d9c320ba3521c5ab.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34568 -- Made makemigrations --update respect --name option.</title>
<updated>2023-05-17T11:14:43+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-05-17T11:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c52f4295f254e1c14af769d22b1a5f516a941f58'/>
<id>c52f4295f254e1c14af769d22b1a5f516a941f58</id>
<content type='text'>
Thanks David Sanders for the report.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks David Sanders for the report.</pre>
</div>
</content>
</entry>
<entry>
<title>Updated broken links in docs.</title>
<updated>2023-05-17T10:13:10+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-05-17T10:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=93830abf7694e0f281931f10eeaa34993855e7dd'/>
<id>93830abf7694e0f281931f10eeaa34993855e7dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.</title>
<updated>2023-05-17T06:06:11+00:00</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-05-16T19:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=99e5dff737cd20b12d060e4794e097063b61ec40'/>
<id>99e5dff737cd20b12d060e4794e097063b61ec40</id>
<content type='text'>
While deferring many-to-many and GFK has no effect, the previous
implementation of QuerySet.defer() ignore them instead of crashing.

Regression in b3db6c8dcb5145f7d45eff517bcd96460475c879.

Thanks Paco Martínez for the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While deferring many-to-many and GFK has no effect, the previous
implementation of QuerySet.defer() ignore them instead of crashing.

Regression in b3db6c8dcb5145f7d45eff517bcd96460475c879.

Thanks Paco Martínez for the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.</title>
<updated>2023-05-16T06:26:41+00:00</updated>
<author>
<name>Julie Rymer</name>
<email>rymerjulie.pro@gmail.com</email>
</author>
<published>2023-05-15T13:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=0ec60661e61b153e6bcec64649b1b7f524eb3e18'/>
<id>0ec60661e61b153e6bcec64649b1b7f524eb3e18</id>
<content type='text'>
Regression in 5c23d9f0c32f166c81ecb6f3f01d5077a6084318.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression in 5c23d9f0c32f166c81ecb6f3f01d5077a6084318.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #470 -- Added support for database defaults on fields.</title>
<updated>2023-05-12T17:11:40+00:00</updated>
<author>
<name>Ian Foote</name>
<email>python@ian.feete.org</email>
</author>
<published>2020-11-22T22:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7414704e88d73dafbcfbb85f9bc54cb6111439d3'/>
<id>7414704e88d73dafbcfbb85f9bc54cb6111439d3</id>
<content type='text'>
Special thanks to Hannes Ljungberg for finding multiple implementation
gaps.

Thanks also to Simon Charette, Adam Johnson, and Mariusz Felisiak for
reviews.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Special thanks to Hannes Ljungberg for finding multiple implementation
gaps.

Thanks also to Simon Charette, Adam Johnson, and Mariusz Felisiak for
reviews.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and strings iterators.</title>
<updated>2023-05-12T13:34:47+00:00</updated>
<author>
<name>Alexerson</name>
<email>Alexerson@users.noreply.github.com</email>
</author>
<published>2023-05-12T13:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=599f3e2cda50ab084915ffd08edb5ad6cad61415'/>
<id>599f3e2cda50ab084915ffd08edb5ad6cad61415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarified database connections lifetime outside HTTP requests.</title>
<updated>2023-05-12T11:09:38+00:00</updated>
<author>
<name>Alberto Sottile</name>
<email>alby128@gmail.com</email>
</author>
<published>2023-05-12T11:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e901407e2369ddb16a5c866e1f2fbf8ea8acf549'/>
<id>e901407e2369ddb16a5c866e1f2fbf8ea8acf549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.</title>
<updated>2023-05-11T16:22:55+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-05-11T16:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=72a86ceb33749d4fd17d3d2910e19b9d9ca1643b'/>
<id>72a86ceb33749d4fd17d3d2910e19b9d9ca1643b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made explicit the location of locally-built HTML docs.</title>
<updated>2023-05-11T10:55:45+00:00</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-05-11T10:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2b11740e1d9d23ef53d94a1c45896fb7b91df908'/>
<id>2b11740e1d9d23ef53d94a1c45896fb7b91df908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
