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-11-27
Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...
Farhaan Bukhsh
2019-11-25
Removed unused unencoded_ampersands_re regex.
Baptiste Mispelon
2019-11-22
Fixed #9762 -- Made DateFormat.r() locale-independent.
Baptiste Mispelon
2019-11-22
Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...
Baptiste Mispelon
2019-11-18
Fixed #30989 -- Removed unimplemented B time format.
Baptiste Mispelon
2019-11-18
Simplified DateFormat.W() and z().
Baptiste Mispelon
2019-11-18
Fixed #30990 -- Fixed example output in 'z' date format docs.
Baptiste Mispelon
2019-10-30
Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
Hasan Ramezani
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
Refs #30899 -- Made _lazy_re_compile() support bytes.
Hasan Ramezani
2019-10-29
Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.
Hasan Ramezani
2019-10-28
Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...
Hasan Ramezani
2019-10-21
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
André Ericson
2019-10-10
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...
Flavio Curella
2019-10-10
Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...
Viktor Lomakin
2019-09-30
Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().
Ad Timmering
2019-09-10
Advanced deprecation warnings for Django 3.1.
Mariusz Felisiak
2019-09-10
Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation time...
Mariusz Felisiak
2019-09-04
Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.
Nasir Hussain
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-08-28
Adjusted subprocess.run() calls to use arg list, rather than string.
Jon Dufresne
2019-08-28
Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-16
Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...
Adnan Umer
2019-08-13
Refs #30461 -- Added django.utils._os.to_path().
Claude Paroz
2019-08-11
Fixed #30677 -- Improved error message for urlencode() and Client when None i...
swatantra
2019-08-01
Removed unneeded ValueError catching in django.utils.text._replace_entity().
Jon Dufresne
2019-08-01
Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.enc...
Florian Apolloner
2019-08-01
Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tag...
Florian Apolloner
2019-08-01
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-07-31
Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproj...
Nick Pope
2019-07-31
Refs #30160 -- Simplified archive extension map and added other aliases.
Nick Pope
2019-07-30
Refs #30160 -- Made destination path a required argument of extract().
Nick Pope
2019-07-24
Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...
Tom Forbes
2019-07-24
Removed unused BaseReloader.watch_file().
Mariusz Felisiak
2019-07-23
Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.
Tom Forbes
2019-07-03
Refs #30608 -- Added django.utils.encoding.punycode().
Mariusz Felisiak
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-07-01
Removed unnecessary import in django/utils/autoreload.py.
PatOnTheBack
2019-06-26
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...
nsasaki128
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
[prev]
[next]