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
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
2021-03-10
Refs #24121 -- Added __repr__() to OrderedSet.
Nick Pope
2021-03-08
Fixed #32517 -- Made OrderedSet reversible.
Diego Lima
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-02-10
Refs #32355 -- Restored PY36 and PY37 version constants.
Carlton Gibson
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-01
Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...
Mariusz Felisiak
2021-01-19
Refs #32365 -- Allowed use of non-pytz timezone implementations.
Paul Ganssle
2021-01-14
Advanced deprecation warnings for Django 4.0.
Mariusz Felisiak
2021-01-14
Refs #31359 -- Made get_random_string()'s length argument required.
Mariusz Felisiak
2021-01-14
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2021-01-14
Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...
Mariusz Felisiak
2021-01-14
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2021-01-14
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...
Mariusz Felisiak
2021-01-13
Refs #31358 -- Added constant for get_random_string()'s default alphabet.
Florian Apolloner
2021-01-05
Fixed #32314 -- Fixed detection when started non-django modules with "python ...
William Schwartz
2020-12-21
Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.
starryrbs
2020-12-21
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-12-14
Added docstring to django.utils.inspect.func_accepts_kwargs().
Adam Johnson
[prev]
[next]