summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2022-06-20[4.1.x] Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensi...Zainab Amir
2022-05-31[4.1.x] Fixed #33748 -- Fixed date template filter crash with lazy format.Claude Paroz
2022-05-12Made closing in connection handlers more DRY.Nick Pope
2022-05-11Refs #33173 -- Removed use of deprecated cgi module.Carlton Gibson
2022-04-20Fixed #33654 -- Added localdate to utils.timezone.__all__. Andrey Otto
2022-03-29Refs #32365 -- Deprecated django.utils.timezone.utc.Carlton Gibson
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-03-08Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().Mariusz Felisiak
2022-03-03Optimized lazy wrappers a bit.Collin Anderson
2022-02-23Fixed #33532 -- Optimized CaseInsensitiveMapping instantiation for dicts.Keryn Knight
2022-02-22Refs #32873 -- Avoided looking up settings._USE_L10N_INTERNAL twice.Collin Anderson
2022-02-21Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.Theo Alexiou
2022-02-21Removed unnecessary str type from @keep_lazy decorator for escape()/escapejs().Mariusz Felisiak
2022-02-21Fixed #33518 -- Added RemovedAfterNextVersionWarning.saeedblanchette
2022-02-19Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+.David Smith
2022-02-17Refs #28358 -- Fixed infinite recursion in LazyObject.__getattribute__().Matthias Kestenholz
2022-02-16Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.Theo Alexiou
2022-02-10Fixed #26287 -- Added support for addition operations to SimpleLazyObject.Theo Alexiou
2022-02-10Refs #32568 -- Optimized escape() by using SafeString instead of mark_safe().David
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-29Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.Keryn Knight
2022-01-12Changed django.utils.log.log_response() to take exception instance.Adam Johnson
2022-01-11Refs #30141 -- Removed unused branch in parse_duration().Mariusz Felisiak
2022-01-07Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.Mariusz Felisiak
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2022-01-04Refs #33216 -- Made @deconstructible do not change path for subclasses.Allen Jonathan David
2021-12-30Refs #27753 -- Removed unused django.utils.text._replace_entity() and _entity...Mariusz Felisiak
2021-12-21Optimized MiddlewareMixin coroutine check.Adam Johnson
2021-12-20Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...mendespedro
2021-12-17Changed signatures of setting_changed signal receivers.Adam Johnson
2021-12-16Fixed #30127 -- Deprecated name argument of cached_property().mgaligniana
2021-12-14Fixed unescape_string_literal() crash on empty strings.Florian Apolloner
2021-12-03Fixed #33078 -- Added support for language regions in i18n_patterns().Maxim Piskunov
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-11-22Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon
2021-11-03Refs #33245 -- Minor edits to django.utils.html.urlize() changes.tim-mccurrach
2021-11-01Fixed #33245 -- Made django.utils.html.urlize() thread-safe.Timothy McCurrach
2021-10-20Fixed #33043 -- Made method_decorator() preserve wrapper assignments.Vinay Karanam
2021-10-15Fixed #33195 -- Refactored urlize() based on a class.Claude Paroz
2021-10-14Removed unused DOTS list.Claude Paroz
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee
2021-10-04Refs #33107 -- Optimized cached_import() helper.Nick Pope
2021-09-30Optimized @async_unsafe.Adam Johnson
2021-09-29Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
2021-09-22Optimized handling case-insensitive mappings.Illia Volochii