summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2021-04-27[2.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner
2021-02-18[2.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope
2021-02-01[2.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak
2020-06-02[2.2.x] Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-06-01[2.2.x] Fixed #31570 -- Corrected translation loading for apps providing terr...Carlton Gibson
2020-03-10[2.2.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2019-11-18[2.2.x] Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-07-29[2.2.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.u...Florian Apolloner
2019-07-29[2.2.x] Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in s...Florian Apolloner
2019-07-29[2.2.X] Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues w...Florian Apolloner
2019-07-24[2.2.x] Fixed #30647 -- Fixed crash of autoreloader when extra directory cann...Tom Forbes
2019-07-23[2.2.x] Fixed #30506 -- Fixed crash of autoreloader when path contains null c...Tom Forbes
2019-06-26[2.2.x] Fixed #30588 -- Fixed crash of autoreloader when __main__ module does...Tom Forbes
2019-05-29[2.2.x] Fixed #30523 -- Fixed updating file modification times on seen files ...Tom Forbes
2019-05-29[2.2.x] Fixed #30516 -- Fixed crash of autoreloader when re-raising exception...Tom Forbes
2019-05-28[2.2.x] Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader ...Tom Forbes
2019-04-29[2.2.x] Fixed #30323 -- Fixed detecting changes by autoreloader when using St...Tom Forbes
2019-04-29[2.2.x] Refs #30323 -- Prevented crash of autoreloader when get_resolver().ur...Tom Forbes
2019-04-26[2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to 5...Jacob Green
2019-03-28[2.2.x] Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-02-27[2.2.x] Refs #30179 -- Moved topological sort functions to django.utils.Matthias Kestenholz
2019-02-27[2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-25[2.2.x] Refs #27685 -- Removed "watchman unavailable" message.Tom Forbes
2019-02-11[2.2.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat....Carlton Gibson
2019-01-28[2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes
2019-01-19[2.2.x] Removed redundant period in Watchman unavailable message.Tom Forbes
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-12-27Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...Jon Dufresne
2018-12-06Fixed #29986 -- Added .format() support to ngettext_lazy strings.Patrick Arminio
2018-11-23Improved readability of translation's to_locale().Jaap Roes
2018-11-19Fixed #29478 -- Added support for mangled names to cached_property.Thomas Grainger
2018-11-06Refs #29926 -- Removed usage of gettext.translation()'s deprecated codeset pa...Tim Graham
2018-10-17Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and li...aspalding
2018-10-17Refs #29838 -- Fixed make_hashable() for values that have lists or dicts nest...aspalding
2018-10-17Moved make_hashable() to django.utils and added tests.aspalding
2018-10-14Fixed typo in django/utils/datastructures.py.Taoufik
2018-10-12Simplified django.utils.html.urlize().Tim Graham
2018-10-12Refs #29826 -- Removed unused characters from urlize configuration.Tim Graham
2018-10-10Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne
2018-10-04Simplified utils.text.StreamingBuffer.Sergey Fedoseev
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Refs #27795 -- Removed force_bytes() usage in utils/_os.py.Jon Dufresne
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-19Fixed #29772 -- Made LazyObject proxy __lt__() and __gt__().Javier Buzzi
2018-08-28Refs #27795 -- Removed force_bytes() usage in django/utils/cache.py.Jon Dufresne
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-08Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...Mariusz Felisiak