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