<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git, branch stable/4.2.x</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>[4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.</title>
<updated>2023-05-17T11:15:30+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=cdd970ae22303e6c58b5c1f3ba695c470a811b56'/>
<id>cdd970ae22303e6c58b5c1f3ba695c470a811b56</id>
<content type='text'>
Thanks David Sanders for the report.
Backport of c52f4295f254e1c14af769d22b1a5f516a941f58 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks David Sanders for the report.
Backport of c52f4295f254e1c14af769d22b1a5f516a941f58 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Updated broken links in docs.</title>
<updated>2023-05-17T10:13:40+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=2b5c5e54de6545c6cf3cc97996b37618cbae87bd'/>
<id>2b5c5e54de6545c6cf3cc97996b37618cbae87bd</id>
<content type='text'>
Backport of 93830abf7694e0f281931f10eeaa34993855e7dd from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of 93830abf7694e0f281931f10eeaa34993855e7dd from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.</title>
<updated>2023-05-17T06:39:44+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=201d29b3719ef15637648be7bd947ef90a66ab55'/>
<id>201d29b3719ef15637648be7bd947ef90a66ab55</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.

Backport of 99e5dff737cd20b12d060e4794e097063b61ec40 from main
</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.

Backport of 99e5dff737cd20b12d060e4794e097063b61ec40 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.</title>
<updated>2023-05-16T09:02:33+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=9c301814b0d342bfc5f10c1513594ce5fbb6c6a9'/>
<id>9c301814b0d342bfc5f10c1513594ce5fbb6c6a9</id>
<content type='text'>
Regression in 5c23d9f0c32f166c81ecb6f3f01d5077a6084318.

Backport of 0ec60661e61b153e6bcec64649b1b7f524eb3e18 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression in 5c23d9f0c32f166c81ecb6f3f01d5077a6084318.

Backport of 0ec60661e61b153e6bcec64649b1b7f524eb3e18 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and strings iterators.</title>
<updated>2023-05-12T13:36:03+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=ddccecee91601ce790c82b0aa03b2fa751580361'/>
<id>ddccecee91601ce790c82b0aa03b2fa751580361</id>
<content type='text'>
Backport of 599f3e2cda50ab084915ffd08edb5ad6cad61415 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of 599f3e2cda50ab084915ffd08edb5ad6cad61415 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Clarified database connections lifetime outside HTTP requests.</title>
<updated>2023-05-12T11:10:51+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=dbe263751cf80732c2cd47d409f5f0a9701ec327'/>
<id>dbe263751cf80732c2cd47d409f5f0a9701ec327</id>
<content type='text'>
Backport of e901407e2369ddb16a5c866e1f2fbf8ea8acf549 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of e901407e2369ddb16a5c866e1f2fbf8ea8acf549 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Made explicit the location of locally-built HTML docs.</title>
<updated>2023-05-11T10:56:53+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=e50fe33e13f15ddeafd6354817b9d96002559751'/>
<id>e50fe33e13f15ddeafd6354817b9d96002559751</id>
<content type='text'>
Backport of 2b11740e1d9d23ef53d94a1c45896fb7b91df908 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of 2b11740e1d9d23ef53d94a1c45896fb7b91df908 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle.</title>
<updated>2023-05-08T17:35:20+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-05-08T17:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e0d8981139cd329962e509efb575fdfb2dad4073'/>
<id>e0d8981139cd329962e509efb575fdfb2dad4073</id>
<content type='text'>
Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.

Thanks Michael Smith for the report.

This also reverts commit 1e4da439556cdd69eb9f91e07f99cf77997e70d2.
Backport of 1586a09b7949bbb7b0d84cb74ce1cadc25cbb355 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.

Thanks Michael Smith for the report.

This also reverts commit 1e4da439556cdd69eb9f91e07f99cf77997e70d2.
Backport of 1586a09b7949bbb7b0d84cb74ce1cadc25cbb355 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34545 -- Corrected the number of months in installation FAQ.</title>
<updated>2023-05-08T06:34:47+00:00</updated>
<author>
<name>Akash Kumar Sen</name>
<email>71623442+Akash-Kumar-Sen@users.noreply.github.com</email>
</author>
<published>2023-05-08T06:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=dc3b8190ed2b01e450c81df28023f0b6352b4a27'/>
<id>dc3b8190ed2b01e450c81df28023f0b6352b4a27</id>
<content type='text'>
Backport of aaf8c76c567e8311f4a85cf74c82fc3d70cc6f12 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of aaf8c76c567e8311f4a85cf74c82fc3d70cc6f12 from main
</pre>
</div>
</content>
</entry>
<entry>
<title>[4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt.</title>
<updated>2023-05-07T12:52:16+00:00</updated>
<author>
<name>Pan Dango</name>
<email>76955186+hoopandango@users.noreply.github.com</email>
</author>
<published>2023-05-07T12:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=bcf66f135595c4a305f45bcfeafcd86af72b5290'/>
<id>bcf66f135595c4a305f45bcfeafcd86af72b5290</id>
<content type='text'>
Backport of 12ec80726f33e8dbd80de3cecf48d76ac4c0aa89 from main
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of 12ec80726f33e8dbd80de3cecf48d76ac4c0aa89 from main
</pre>
</div>
</content>
</entry>
</feed>
