summaryrefslogtreecommitdiff
path: root/django/conf
Commit message (Expand)AuthorAgeFilesLines
* Added Irish locale formats.Michael J Walsh2023-04-192-0/+37
* Fixed Central Kurdish (Sorani) translations of date-related strings.Swara2023-04-042-10/+10
* Updated translations from Transifex.Mariusz Felisiak2023-04-0350-727/+2483
* Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann2023-02-141-0/+4
* Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.Youngkwang Yang2023-02-081-1/+1
* Refs #34233 -- Used @functools.cache.Nick Pope2023-01-181-1/+1
* Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...Mariusz Felisiak2023-01-172-16/+1
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-172-16/+0
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-172-30/+0
* Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak2023-01-172-9/+1
* Updated source translation catalogs.Mariusz Felisiak2023-01-171-200/+204
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-122-2/+69
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-121-0/+2
* Refs #26029 -- Added LazySettings._show_deprecation_warning() hook.Jarosław Wygoda2023-01-111-10/+11
* Updated translations from Transifex.Mariusz Felisiak2022-12-2016-326/+478
* Made urls.py docstring consistent with other files in project template.Jarek Pacocha2022-12-131-1/+2
* Added Central Kurdish (Sorani) language.Swara2022-08-305-1/+33
* Updated translations from Transifex.Mariusz Felisiak2022-08-0360-870/+1283
* Updated source translation catalogs.Mariusz Felisiak2022-05-171-261/+271
* Fixed #33661 -- Corrected Catalan date-format localization.mpachas2022-04-283-15/+15
* Optimized lazy wrappers a bit.Collin Anderson2022-03-031-2/+3
* Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.Theo Alexiou2022-02-161-2/+3
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0782-2192/+2198
* Refs #33476 -- Used vertical hanging indentation for format lists with inline...Mariusz Felisiak2022-02-0137-129/+262
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-012-0/+5
* Updated translations from Transifex.Claude Paroz2022-01-292-185/+236
* Updated translations from Transifex.Mariusz Felisiak2021-12-0684-1896/+3610
* Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.Chris Jerdonek2021-11-292-0/+14
* Added Malay language.jhisham2021-11-185-0/+46
* Updated source translation catalogs.Mariusz Felisiak2021-09-211-218/+218
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-162-0/+17
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-144-8/+62
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed #32275 -- Added scrypt password hasher.ryowright2021-07-221-0/+1
* Updated translations from Transifex.Claude Paroz2021-06-2810-151/+239
* Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz2021-05-181-0/+10
* Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham2021-04-301-1/+0
* Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz2021-04-103-50/+50
* Updated translations from Transifex.Claude Paroz2021-04-0666-1020/+1403
* Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc2021-03-301-0/+1
* Removed trailing whitespaces in error messages.Mariusz Felisiak2021-03-241-1/+1
* Fixed #29606 -- Added type check for ALLOWED_HOSTS setting.Adam Donaghy2021-03-241-0/+1
* Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann2021-02-061-1/+1
* Updated source translation catalogs.Claude Paroz2021-01-151-195/+201
* Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak2021-01-142-19/+0
* Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.Mariusz Felisiak2021-01-141-15/+2
* Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...Mariusz Felisiak2021-01-142-36/+0
* Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...Mariusz Felisiak2020-12-311-10/+3
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-153-0/+9