<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/deprecation, 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 #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline.</title>
<updated>2023-01-17T10:49:15+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-12T11:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e01970e9d23a241473671ea26126f8440db4dead'/>
<id>e01970e9d23a241473671ea26126f8440db4dead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.</title>
<updated>2023-01-17T10:49:15+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T13:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=8d98f99a4ab5de6f2c730399f53eba8bf6bea470'/>
<id>8d98f99a4ab5de6f2c730399f53eba8bf6bea470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-01-12T08:58:36+00:00</updated>
<author>
<name>Jarosław Wygoda</name>
<email>jaroslaw@wygoda.me</email>
</author>
<published>2022-09-11T15:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=32940d390a00a30a6409282d314d617667892841'/>
<id>32940d390a00a30a6409282d314d617667892841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #34118 -- Adopted asgiref coroutine detection shims.</title>
<updated>2022-12-20T10:10:48+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-12-20T10:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=32d70b2f55b1f74736fd11bc8efce890ad5fa2f0'/>
<id>32d70b2f55b1f74736fd11bc8efce890ad5fa2f0</id>
<content type='text'>
Thanks to Mariusz Felisiak for review.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Mariusz Felisiak for review.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #33518 -- Added RemovedAfterNextVersionWarning.</title>
<updated>2022-02-21T05:23:41+00:00</updated>
<author>
<name>saeedblanchette</name>
<email>saiidblanchettel@outlook.com</email>
</author>
<published>2022-02-18T20:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e559070a7a1aa70eaf97686da6e8116c3c7b08fd'/>
<id>e559070a7a1aa70eaf97686da6e8116c3c7b08fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.</title>
<updated>2021-11-29T09:47:39+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2021-08-17T13:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=5d80843ebc5376d00f98bf2a6aadbada4c29365c'/>
<id>5d80843ebc5376d00f98bf2a6aadbada4c29365c</id>
<content type='text'>
This also adds CSRF_COOKIE_MASKED transitional setting helpful in
migrating multiple instance of the same project to Django 4.1+.

Thanks Florian Apolloner and Shai Berger for reviews.

Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds CSRF_COOKIE_MASKED transitional setting helpful in
migrating multiple instance of the same project to Django 4.1+.

Thanks Florian Apolloner and Shai Berger for reviews.

Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32873 -- Deprecated settings.USE_L10N.</title>
<updated>2021-09-14T10:05:43+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2021-09-09T05:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=676bd084f2509f4201561d5c77ed4ecbd157bfa0'/>
<id>676bd084f2509f4201561d5c77ed4ecbd157bfa0</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses.</title>
<updated>2021-03-10T20:16:58+00:00</updated>
<author>
<name>Jonny Park</name>
<email>jonnythebard9@gmail.com</email>
</author>
<published>2021-03-10T05:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=dc86a25a677d05703e0bb021b178e44412cea7e9'/>
<id>dc86a25a677d05703e0bb021b178e44412cea7e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.</title>
<updated>2021-01-14T16:50:04+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-14T09:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=0aa6a602b2b1cac6fe8e55051eed493b9cea7b81'/>
<id>0aa6a602b2b1cac6fe8e55051eed493b9cea7b81</id>
<content type='text'>
Per deprecation timeline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per deprecation timeline.
</pre>
</div>
</content>
</entry>
</feed>
