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
2024-03-04
[3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words().
Shai Berger
2023-10-04
[3.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....
Natalia
2023-09-04
[3.2.x] Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding....
Mariusz Felisiak
2023-02-01
[3.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac...
Nick Pope
2021-10-05
[3.2.x] Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_l...
Mariusz Felisiak
2021-10-05
[3.2.x] Refs #32074 -- Fixed find_module()/find_loader() warnings on Python 3...
Mariusz Felisiak
2021-10-05
[3.2.x] Refs #32074 -- Removed usage of deprecated Thread.setDaemon().
Karthikeyan Singaravelan
2021-10-05
[3.2.x] Refs #32074 -- Removed usage of Python's deprecated distutils.version...
Mariusz Felisiak
2021-08-30
[3.2.x] Fixed #32992 -- Restored offset extraction for fixed offset timezones.
Carlton Gibson
2021-05-26
[3.2.x] Fixed #32783 -- Fixed crash of autoreloader when __main__ module does...
Mariusz Felisiak
2021-05-13
[3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with the | oper...
Simon Charette
2021-05-04
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
Florian Apolloner
2021-03-22
[3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.
Adam Johnson
2021-02-19
[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...
Nick Pope
2021-02-01
[3.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...
Mariusz Felisiak
2021-01-19
[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.
Paul Ganssle
2021-01-13
Refs #31358 -- Added constant for get_random_string()'s default alphabet.
Florian Apolloner
2021-01-05
Fixed #32314 -- Fixed detection when started non-django modules with "python ...
William Schwartz
2020-12-21
Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.
starryrbs
2020-12-21
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-12-14
Added docstring to django.utils.inspect.func_accepts_kwargs().
Adam Johnson
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-11-25
Fixed #32223 -- Removed strict=True in Path.resolve() in autoreloader.
Mariusz Felisiak
2020-11-19
Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...
Carlton Gibson
2020-11-12
Simplified TimeFormat.g().
Nick Pope
2020-11-12
Fixed #32149 -- Added support for years < 1000 to DateFormat.y().
Sam
2020-11-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-11-02
Protected Watchman autoreloader against busy loops.
Daniel Hahler
2020-10-30
Updated MultiValueDict.update() to mirror dict.update() behavior.
Nick Pope
2020-10-30
Removed unused custom exception support for ImmutableList.
Nick Pope
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-06
Removed unneeded calls to iri_to_uri() in cache key generation.
Florian Apolloner
2020-10-05
Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.
Simon Charette
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-07
Fixed #31985 -- Corrected salted_hmac()'s docstring about supported algorithms.
Francisco Couzo
2020-09-03
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
Nick Pope
2020-08-26
Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response(...
Michael Galler
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-16
Fixed #31623 -- Allowed specifying number of adjacent time units in timesince...
Tim Park
2020-07-06
Fixed #31732 -- Cached callables signatures in django.utils.inspect methods.
Tim Park
2020-06-22
Refs #5691 -- Made cache keys independent of USE_L10N.
Claude Paroz
2020-06-18
Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.
Tom Forbes
2020-06-04
Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...
Claude Paroz
2020-06-01
Fixed #31570 -- Corrected translation loading for apps providing territorial ...
Carlton Gibson
2020-05-29
Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.
David Smith
2020-05-29
Corrected slugify()'s docstring.
David Smith
2020-05-13
Updated logging calls to use arguments instead of string interpolation.
François Freitag
2020-05-13
Advanced deprecation warnings for Django 3.2.
Mariusz Felisiak
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
[next]