summaryrefslogtreecommitdiff
path: root/django/utils
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...Mariusz Felisiak2023-05-023-3/+6
* Corrected exception type in safe_join()'s docstring.David Sanders2023-04-201-2/+2
* Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...Mariusz Felisiak2023-04-141-3/+6
* Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...nessita2023-04-131-1/+2
* Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce2023-04-101-0/+1
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.Mariusz Felisiak2023-04-051-0/+1
* Fixed #34445 -- Fixed string-casting of non-string lazy objects.Ran Benita2023-03-301-8/+2
* Removed unused __bytes_cast_encoded() from proxy class in lazy().Ran Benita2023-03-301-3/+0
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-013-2/+2
* Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Accept-Lan...Nick Pope2023-02-011-1/+30
* Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope2023-01-191-42/+0
* Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak2023-01-183-5/+4
* Refs #34233 -- Used types.NoneType.Nick Pope2023-01-181-1/+2
* Refs #34233 -- Referenced isocalendar() results by names not indexes.Mariusz Felisiak2023-01-181-2/+2
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-185-126/+5
* Advanced deprecation warnings for Django 5.0.Mariusz Felisiak2023-01-171-4/+4
* Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.Mariusz Felisiak2023-01-171-26/+1
* Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...Mariusz Felisiak2023-01-171-11/+1
* Refs #32365 -- Removed is_dst argument for various methods and functions.Mariusz Felisiak2023-01-171-13/+1
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-66/+6
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-172-16/+10
* Refs #32738 -- Removed django.utils.datetime_safe module per deprecation time...Mariusz Felisiak2023-01-171-118/+0
* Refs #32712 -- Removed django.utils.baseconv module per deprecation timeline.Mariusz Felisiak2023-01-171-115/+0
* Refs #33879 -- Fixed plural value deprecation warnings.Mariusz Felisiak2023-01-111-1/+1
* Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interva...sag᠎e2023-01-051-0/+1
* Simplified handling ambiguous/imaginary datetimes in django.utils.dateformat.Nick Pope2023-01-051-15/+11
* Added support for datetime.date to DateFormat.r().Nick Pope2023-01-051-10/+8
* Simplified django.utils.dateformat.DateFormat.O()/t()/e() a bit.Nick Pope2023-01-051-3/+4
* Optimized imports in django.utils.dateformat.Nick Pope2023-01-051-8/+8
* Simplified django.utils.formats.date_format()/time_format() calls.Nick Pope2023-01-041-1/+1
* Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca2023-01-041-32/+68
* Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson2022-12-221-0/+25
* Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson2022-12-201-7/+4
* Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.Andreas Pelme2022-12-171-4/+24
* Fixed #34194 -- Added django.utils.http.content_disposition_header().Alex Vandiver2022-12-051-0/+22
* Updated documentation and comments for RFC updates.Nick Pope2022-11-105-32/+31
* Used more augmented assignment statements.Nick Pope2022-10-315-7/+7
* Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18...Sergio2022-10-132-6/+2
* Refs #34000 -- Optimized handling None values in numberformat.format().Jimmy Angelakos2022-09-121-1/+1
* Fixed #34000 -- Fixed numberformat.format() crash on empty strings.Jimmy Angelakos2022-09-121-0/+2
* Refs #30213 -- Removed post-startup check for Watchman availability.Carlton Gibson2022-08-111-10/+1
* Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.Nick Pope2022-07-271-1/+1
* Refs #32948 -- Added Node.__copy__().Nick Pope2022-07-271-0/+7
* Refs #32948 -- Simplified WhereNode and Node.__deepcopy__()/add().Nick Pope2022-07-271-3/+2
* Refs #32948 -- Renamed Node._new_instance() to Node.create().Nick Pope2022-07-271-10/+6
* Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoric...Mariusz Felisiak2022-07-261-39/+0
* Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin.David Wobrock2022-07-071-0/+39
* Updated vendored _urlsplit() to strip newline and tabs.Michael Manfre2022-07-011-2/+17
* Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_s...Hrushikesh Vaidya2022-06-281-2/+4
* Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...Mehrdad2022-06-281-1/+12