index
:
django.git
fix-31295
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
2021-10-20
[4.0.x] Fixed #33043 -- Made method_decorator() preserve wrapper assignments.
Vinay Karanam
2021-09-29
[4.0.x] Fixed #33027 -- Made autoreloader pass -X options.
Chenyang Yan
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
2021-06-21
Fixed #32859 -- Simplified compress_string() by using gzip.compress().
Illia Volochii
2021-06-05
Fixed #32810 -- Optimized django.utils.formats.number_format() a bit.
Mateo Radman
2021-05-29
Fixed typos in comments and docs.
David Sanders
2021-05-27
Fixed #32789 -- Made feeds emit elements with no content as self-closing tags.
Mohammadreza Varasteh
2021-05-26
Fixed #32669 -- Fixed detection when started non-django modules which aren't ...
Moriyoshi Koizumi
2021-05-26
Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have...
Mariusz Felisiak
2021-05-13
Fixed #32717 -- Fixed filtering of querysets combined with the | operator.
Simon Charette
2021-05-12
Fixed #32738 -- Deprecated django.utils.datetime_safe module.
Nick Pope
2021-05-12
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
Nick Pope
2021-05-12
Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...
Nick Pope
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.
Nick Pope
2021-05-07
Fixed #32712 -- Deprecated django.utils.baseconv module.
Hasan Ramezani
2021-05-05
Fixed #32479 -- Added fallbacks to subsequent language codes in translations.
Maxim Beder
2021-05-04
Refs #32074 -- Removed usage of deprecated Thread.setDaemon().
Karthikeyan Singaravelan
2021-05-04
Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_loop().
Mariusz Felisiak
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
Fixed #32709 -- Corrected examples in django/utils/baseconv.py docstring.
pythonwood
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-10
Fixed #31937 -- Eased translation of time strings in some languages.
Claude Paroz
2021-04-09
Refs #32074 -- Removed usage of Python's deprecated distutils.version package.
Mariusz Felisiak
2021-04-01
Fixed #32316 -- Deferred accessing __file__.
William Schwartz
2021-04-01
Fixed #32610 -- Fixed get_git_changeset() on Linux.
Mariusz Felisiak
2021-03-26
Refs #32355 -- Corrected comments about Python's _NamespacePath.
William Schwartz
2021-03-23
Optimized django.utils.text.capfirst().
Nick Pope
2021-03-22
Refs #31732 -- Fixed django.utils.inspect caching for bound methods.
Adam Johnson
2021-03-22
Fixed #32581 -- Prevented to_locale() from corrupting locale names.
Claude Paroz
2021-03-15
Refs #32508 -- Raised ValueError instead of using "assert" in lazy().
Hasan Ramezani
2021-03-10
Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses.
Jonny Park
[next]