summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2019-12-03[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an environm...Andrew Godwin
2019-11-18[3.0.x] Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-09-30[3.0.x] Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-28Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().Jon Dufresne
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-08-16Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...Adnan Umer
2019-08-13Refs #30461 -- Added django.utils._os.to_path().Claude Paroz
2019-08-11Fixed #30677 -- Improved error message for urlencode() and Client when None i...swatantra
2019-08-01Removed unneeded ValueError catching in django.utils.text._replace_entity().Jon Dufresne
2019-08-01Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.enc...Florian Apolloner
2019-08-01Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tag...Florian Apolloner
2019-08-01Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...Florian Apolloner
2019-07-31Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproj...Nick Pope
2019-07-31Refs #30160 -- Simplified archive extension map and added other aliases.Nick Pope
2019-07-30Refs #30160 -- Made destination path a required argument of extract().Nick Pope
2019-07-24Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...Tom Forbes
2019-07-24Removed unused BaseReloader.watch_file().Mariusz Felisiak
2019-07-23Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.Tom Forbes
2019-07-03Refs #30608 -- Added django.utils.encoding.punycode().Mariusz Felisiak
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-07-01Removed unnecessary import in django/utils/autoreload.py.PatOnTheBack
2019-06-26Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...nsasaki128
2019-06-26Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...Tom Forbes
2019-06-24Simplified handling of non-existent paths in autoreloader with Path.resolve(s...Tom Forbes
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2019-05-29Fixed #30523 -- Fixed updating file modification times on seen files in auto-...Tom Forbes
2019-05-29Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...Tom Forbes
2019-05-28Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...Tom Forbes
2019-05-27Refs #30485 -- Avoided unnecessary instance checks in urlencode.Simon Charette
2019-05-24Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.Johan Lübcke
2019-05-22Fixed #30498 -- Fixed proxy class caching in lazy().Ran Benita
2019-05-20Fixed #27635 -- Used secrets module in django.utils.crypto.Nick Pope
2019-05-20Refs #27635 -- Removed fallback when SystemRandom() isn't available that does...Nick Pope
2019-05-15Refs #27685 -- Logged unexpected Watchman autoreloader errors.Daniel Hahler
2019-05-08Refs #27753 -- Deprecated django.utils.text.unescape_entities().Jon Dufresne
2019-05-03Ignored pywatchman.SocketTimeout in Watchman autoreloader.Daniel Hahler
2019-04-29Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.Tom Forbes
2019-04-29Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_mo...Tom Forbes
2019-04-29Refs #30323 -- Simplified utils.autoreload.ensure_echo_on().Tom Forbes
2019-04-26Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-04-13Fixed #30363 -- Do not use exponential notation for small decimal numbers.Sjoerd Job Postmus
2019-03-28Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-02-27Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-25Refs #27685 -- Removed "watchman unavailable" message.Tom Forbes
2019-02-25Refs #30179 -- Moved topological sort functions to django.utils.Matthias Kestenholz