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
2019-06-26
Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...
Tom Forbes
2019-06-24
Simplified handling of non-existent paths in autoreloader with Path.resolve(s...
Tom Forbes
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-11
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
2019-05-29
Fixed #30523 -- Fixed updating file modification times on seen files in auto-...
Tom Forbes
2019-05-29
Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...
Tom Forbes
2019-05-28
Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...
Tom Forbes
2019-05-27
Refs #30485 -- Avoided unnecessary instance checks in urlencode.
Simon Charette
2019-05-24
Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.
Johan Lübcke
2019-05-22
Fixed #30498 -- Fixed proxy class caching in lazy().
Ran Benita
2019-05-20
Fixed #27635 -- Used secrets module in django.utils.crypto.
Nick Pope
2019-05-20
Refs #27635 -- Removed fallback when SystemRandom() isn't available that does...
Nick Pope
2019-05-15
Refs #27685 -- Logged unexpected Watchman autoreloader errors.
Daniel Hahler
2019-05-08
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
Jon Dufresne
2019-05-03
Ignored pywatchman.SocketTimeout in Watchman autoreloader.
Daniel Hahler
2019-04-29
Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.
Tom Forbes
2019-04-29
Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_mo...
Tom Forbes
2019-04-29
Refs #30323 -- Simplified utils.autoreload.ensure_echo_on().
Tom Forbes
2019-04-26
Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...
Jacob Green
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-04-13
Fixed #30363 -- Do not use exponential notation for small decimal numbers.
Sjoerd Job Postmus
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-02-27
Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
shiningfm
2019-02-25
Refs #27685 -- Removed "watchman unavailable" message.
Tom Forbes
2019-02-25
Refs #30179 -- Moved topological sort functions to django.utils.
Matthias Kestenholz
2019-02-23
Fixed #30141 -- Fixed parse_duration() for some negative durations.
Seunghun Lee
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
[prev]
[next]