index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-11
Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().
Carlton Gibson
2019-02-09
Removed unneeded list() calls in sorted() argument.
Sergey Fedoseev
2019-02-08
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...
Jon Dufresne
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
Tim Graham
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-05
Refs #27753 -- Removed django.utils.safestring.SafeBytes.
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.functional.curry().
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.decorators.ContextDecorator alias.
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.six.
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath().
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.decorators.available_attrs().
Tim Graham
2019-02-05
Refs #27753 -- Removed django.utils.lru_cache.
Tim Graham
2019-02-04
Refs #27753 -- Deprecated django.utils.http urllib aliases.
Tim Graham
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-28
Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
Tom Forbes
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-19
Removed redundant period in Watchman unavailable message.
Tom Forbes
2019-01-17
Advanced deprecation warnings for Django 3.0.
Tim Graham
2019-01-17
Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.
Tim Graham
2019-01-16
Fixed #20147 -- Added HttpRequest.headers.
Santiago Basulto
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-27
Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...
Jon Dufresne
2018-12-06
Fixed #29986 -- Added .format() support to ngettext_lazy strings.
Patrick Arminio
2018-11-23
Improved readability of translation's to_locale().
Jaap Roes
2018-11-19
Fixed #29478 -- Added support for mangled names to cached_property.
Thomas Grainger
2018-11-06
Refs #29926 -- Removed usage of gettext.translation()'s deprecated codeset pa...
Tim Graham
2018-10-17
Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and li...
aspalding
2018-10-17
Refs #29838 -- Fixed make_hashable() for values that have lists or dicts nest...
aspalding
2018-10-17
Moved make_hashable() to django.utils and added tests.
aspalding
2018-10-14
Fixed typo in django/utils/datastructures.py.
Taoufik
2018-10-12
Simplified django.utils.html.urlize().
Tim Graham
2018-10-12
Refs #29826 -- Removed unused characters from urlize configuration.
Tim Graham
2018-10-10
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
Jon Dufresne
2018-10-04
Simplified utils.text.StreamingBuffer.
Sergey Fedoseev
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Refs #27795 -- Removed force_bytes() usage in utils/_os.py.
Jon Dufresne
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-19
Fixed #29772 -- Made LazyObject proxy __lt__() and __gt__().
Javier Buzzi
2018-08-28
Refs #27795 -- Removed force_bytes() usage in django/utils/cache.py.
Jon Dufresne
2018-08-21
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-08
Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...
Mariusz Felisiak
2018-08-07
Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound meth...
Josh Schneier
2018-08-07
Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().
Josh Schneier
2018-08-02
Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupp...
Tim Graham
[prev]
[next]