summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2024-01-26[5.0.x] Applied Black's 2024 stable style.Mariusz Felisiak
2023-10-23[5.0.x] Fixed #34899 -- Added blank choice to forms' callable choices lazily.Nick Pope
2023-10-23[5.0.x] Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper ...Nick Pope
2023-10-23[5.0.x] Refs #31262 -- Added __eq__() and __getitem__() to BaseChoiceIterator.Nick Pope
2023-10-04[5.0.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....Natalia
2023-09-13Refs #31949 -- Made make_middleware_decorator to work with async functions.Ben Lomax
2023-09-12Renamed ChoicesMeta to ChoicesType.Nick Pope
2023-09-04Refs #31262 -- Renamed ChoiceIterator to BaseChoiceIterator.Nick Pope
2023-09-04Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.uri_to_i...Mariusz Felisiak
2023-09-01Fixed #34807 -- Avoided circular import between forms, models, and utils' cho...nessita
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-28Fixed #34787 -- Fixed autoreloader crash when run from installed script on Wi...sarahboyce
2023-08-02Removed unneeded escapes in regexes.Mariusz Felisiak
2023-07-14Refs #30686 -- Moved Parser.SELF_CLOSING_TAGS to django.utils.html.VOID_ELEMENTSDavid Smith
2023-07-14Refs #30686 -- Moved add_truncation_text() helper to a module level.David Smith
2023-06-12Allowed custom formatting of lazy() objects.Nick Pope
2023-06-12Allowed multiplication of lazy() objects with int return type.Nick Pope
2023-06-12Removed function call overhead when preparing proxy class for lazy().Nick Pope
2023-06-12Made proxy class in lazy() prepare eagerly.Ran Benita
2023-06-12Improved order of methods in proxy class in lazy().Ran Benita
2023-06-08Optimized lazy() by removing use of @total_ordering.Ran Benita
2023-06-08Made bytes and str return types no longer mutually exclusive in lazy().Ran Benita
2023-06-08Removed unnecessary wrapping of __bytes__ in proxy class in lazy().Ran Benita
2023-06-08Removed unnecessary branch in __mod__() from proxy class in lazy().Ran Benita
2023-06-08Refs #34445 -- Fixed string-casting of non-string lazy objects when value may...Ran Benita
2023-06-06Fixed #34609 -- Deprecated calling format_html() without arguments.devilsautumn
2023-05-02Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...Mariusz Felisiak
2023-04-20Corrected exception type in safe_join()'s docstring.David Sanders
2023-04-14Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...Mariusz Felisiak
2023-04-13Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...nessita
2023-04-10Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce
2023-04-05Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.Mariusz Felisiak
2023-03-30Fixed #34445 -- Fixed string-casting of non-string lazy objects.Ran Benita
2023-03-30Removed unused __bytes_cast_encoded() from proxy class in lazy().Ran Benita
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-02-01Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Accept-Lan...Nick Pope
2023-01-19Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-18Refs #34233 -- Used types.NoneType.Nick Pope
2023-01-18Refs #34233 -- Referenced isocalendar() results by names not indexes.Mariusz Felisiak
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Advanced deprecation warnings for Django 5.0.Mariusz Felisiak
2023-01-17Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...Mariusz Felisiak
2023-01-17Refs #32365 -- Removed is_dst argument for various methods and functions.Mariusz Felisiak
2023-01-17Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32738 -- Removed django.utils.datetime_safe module per deprecation time...Mariusz Felisiak
2023-01-17Refs #32712 -- Removed django.utils.baseconv module per deprecation timeline.Mariusz Felisiak
2023-01-11Refs #33879 -- Fixed plural value deprecation warnings.Mariusz Felisiak