<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/conf/global_settings.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-09-19T12:18:05Z</updated>
<entry>
<title>Updated link with valid options for LANGUAGE_CODE in global_settings.py.</title>
<updated>2024-09-19T12:18:05Z</updated>
<author>
<name>r0Zh-ovanya</name>
<email>roj@ovanya.com</email>
</author>
<published>2024-09-19T12:18:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4b65dc2f217d705ad9438212f38a31ac8c7d58ba'/>
<id>urn:sha1:4b65dc2f217d705ad9438212f38a31ac8c7d58ba</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.</title>
<updated>2023-11-28T19:04:21Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-11-28T19:04:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a4931cd75a1780923b02e43475ba5447df3adb31'/>
<id>urn:sha1:a4931cd75a1780923b02e43475ba5447df3adb31</id>
<content type='text'>
This allows early adoption of the new default "https".</content>
</entry>
<entry>
<title>Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-09-18T20:12:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-09-15T03:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f72f420f17c1bf6aea4022ecdb9b5f53a46597cc'/>
<id>urn:sha1:f72f420f17c1bf6aea4022ecdb9b5f53a46597cc</id>
<content type='text'>
This also removes django.core.files.storage.get_storage_class().

Per deprecation timeline.
</content>
</entry>
<entry>
<title>Added Uyghur language.</title>
<updated>2023-08-12T18:37:15Z</updated>
<author>
<name>Azat</name>
<email>8280770+azataiot@users.noreply.github.com</email>
</author>
<published>2023-08-12T09:07:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d25f3892114466d689fd6936f79f3bd9a9acc30e'/>
<id>urn:sha1:d25f3892114466d689fd6936f79f3bd9a9acc30e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.</title>
<updated>2023-02-14T07:18:40Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2022-12-13T09:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85ac33591c393f1480d4f23b4daff40119cb6410'/>
<id>urn:sha1:85ac33591c393f1480d4f23b4daff40119cb6410</id>
<content type='text'>
Thanks to Jakob Ackermann for the report.
</content>
</entry>
<entry>
<title>Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-12T11:47:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e01970e9d23a241473671ea26126f8440db4dead'/>
<id>urn:sha1:e01970e9d23a241473671ea26126f8440db4dead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32365 -- Removed support for pytz timezones per deprecation timeline.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-09T08:03:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e6f82438d4e3750e8d299bfd79dac98eebe9f1e0'/>
<id>urn:sha1:e6f82438d4e3750e8d299bfd79dac98eebe9f1e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T13:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d98f99a4ab5de6f2c730399f53eba8bf6bea470'/>
<id>urn:sha1:8d98f99a4ab5de6f2c730399f53eba8bf6bea470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32379 -- Changed default USE_TZ to True.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T11:30:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=602d9a312facc64d44619c61c3863d3d0820006a'/>
<id>urn:sha1:602d9a312facc64d44619c61c3863d3d0820006a</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
<entry>
<title>Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-01-12T08:58:36Z</updated>
<author>
<name>Jarosław Wygoda</name>
<email>jaroslaw@wygoda.me</email>
</author>
<published>2022-09-11T15:33:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32940d390a00a30a6409282d314d617667892841'/>
<id>urn:sha1:32940d390a00a30a6409282d314d617667892841</id>
<content type='text'>
</content>
</entry>
</feed>
