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-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
2021-09-20
Advanced deprecation warnings for Django 4.1.
Mariusz Felisiak
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-16
Fixed #33107 -- Fixed import_string() crash on not fully initialized modules.
Mariusz Felisiak
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-10
Fixed #33099 -- Improved performance of import_string().
yujin
2021-08-30
Fixed #32992 -- Restored offset extraction for fixed offset timezones.
Carlton Gibson
2021-08-06
Refs #32956 -- Corrected spelling of daylight saving time.
David Smith
2021-08-05
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...
Chris Jerdonek
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-20
Refs #32940 -- Removed unnecessary branch in Node.add().
Keryn Knight
2021-07-20
Refs #32940 -- Removed Node.add()'s unused squash parameter.
Keryn Knight
2021-07-19
Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.
Keryn Knight
2021-07-19
Removed unnecessary tuple construction in Node.__eq__().
Nick Pope
2021-07-13
Simplified django.utils.dateformat methods.
Nick Pope
2021-07-07
Fixed #32904 -- Made parse_time() more strict.
abhiabhi94
2021-07-07
Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...
Shipeng Feng
2021-07-06
Fixed #32892 -- Optimized django.utils.dateparse functions by using fromisofo...
Keryn Knight
2021-06-30
Refs #32880 -- Moved logging reference to new document.
Daniele Procida
2021-06-24
Fixed #32727 -- Allowed spaces before time zone offset in parse_datetime().
Ben Wilber
[prev]
[next]