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
/
core
Age
Commit message (
Expand
)
Author
2023-07-03
[3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a...
Mariusz Felisiak
2023-02-07
[3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2022-01-04
[3.2.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage sub...
Florian Apolloner
2021-06-02
[3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.
Mariusz Felisiak
2021-05-19
[3.2.x] Fixed #32740 -- Caught possible exception when initializing colorama.
Carlton Gibson
2021-05-18
[3.2.x] Fixed #32747 -- Prevented initialization of unused caches.
Mariusz Felisiak
2021-05-13
[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-06
[3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...
Mariusz Felisiak
2021-05-04
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
Florian Apolloner
2021-04-21
[3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...
Mariusz Felisiak
2021-02-05
[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...
Mikolaj Rybinski
2021-01-12
Fixed #32291 -- Added fixtures compression support to dumpdata.
Paolo Melchiorre
2021-01-12
Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.
Hasan Ramezani
2021-01-12
Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.
Hasan Ramezani
2021-01-06
Refs #32191 -- Added Signer.sign_object()/unsign_object().
Florian Apolloner
2021-01-04
Fixed #32298 -- Fixed URLValidator hostname length validation.
Akshat1Nar
2020-12-29
Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...
Mariusz Felisiak
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-17
Fixed #29867 -- Added support for storing None value in caches.
Nick Pope
2020-12-15
Fixed typo in django/core/cache/backends/base.py docstring.
Abhishek Ghaskata
2020-12-14
Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...
Petter Strandmark
2020-12-14
Ensured that registered checks accept keyword arguments.
Adam Johnson
2020-12-09
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-07
Refs #21012 -- Removed unnecessary _create_cache() hook.
Florian Apolloner
2020-11-13
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
manav014
2020-11-11
Fixed #31216 -- Added support for colorama terminal colors on Windows.
MinchinWeb
2020-11-11
Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...
Artem Kosenko
2020-11-11
Fixed #32180 -- Added system check for file system caches absolute location.
Carles Pina i Estany
2020-11-11
Fixed #32183 -- Fixed shell crash when passing code with nested scopes.
William Schwartz
2020-11-10
Fixed #32177 -- Made execute_from_command_line() use program name from the ar...
William Schwartz
2020-11-04
Fixed #31983 -- Added system check for file system caches location.
christa
2020-10-30
Fixed #32153 -- Fixed management commands when using required list options.
Hasan Ramezani
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-27
Fixed #32128 -- Added asgiref 3.3 compatibility.
Carlton Gibson
2020-10-09
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...
Thomas Riccardi
2020-10-05
Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.
Simon Charette
2020-09-30
Fixed #32047 -- Fixed call_command() crash if a constant option from required...
Hasan Ramezani
2020-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-17
Tweaked loaddata command to re-use a calculated value.
Владимир Лысенко
2020-09-16
Fixed #29887 -- Added a cache backend for pymemcache.
Nick Pope
2020-09-15
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-09-02
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...
Nick Pope
2020-09-01
Refs #29887 -- Simplified memcached client instantiation.
Nick Pope
2020-09-01
Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...
Mariusz Felisiak
2020-09-01
Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...
Mariusz Felisiak
2020-08-24
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-20
Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.
Nick Pope
[next]