summaryrefslogtreecommitdiff
path: root/django/core
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner2021-05-043-0/+26
* [3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...Mariusz Felisiak2021-04-211-4/+5
* [3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...Mikolaj Rybinski2021-02-051-1/+1
* Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre2021-01-121-1/+44
* Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani2021-01-121-2/+2
* Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani2021-01-121-1/+28
* Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner2021-01-061-26/+40
* Fixed #32298 -- Fixed URLValidator hostname length validation.Akshat1Nar2021-01-041-1/+1
* Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...Mariusz Felisiak2020-12-291-2/+4
* Used model's Options.label where applicable.Mariusz Felisiak2020-12-291-3/+2
* Fixed #29867 -- Added support for storing None value in caches.Nick Pope2020-12-172-15/+20
* Fixed typo in django/core/cache/backends/base.py docstring.Abhishek Ghaskata2020-12-151-1/+1
* Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark2020-12-141-1/+5
* Ensured that registered checks accept keyword arguments.Adam Johnson2020-12-141-1/+6
* Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak2020-12-092-3/+9
* Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner2020-12-081-56/+9
* Refs #21012 -- Removed unnecessary _create_cache() hook.Florian Apolloner2020-12-071-27/+10
* Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.manav0142020-11-131-0/+8
* Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb2020-11-111-2/+37
* Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko2020-11-112-6/+11
* Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany2020-11-111-0/+16
* Fixed #32183 -- Fixed shell crash when passing code with nested scopes.William Schwartz2020-11-111-2/+2
* Fixed #32177 -- Made execute_from_command_line() use program name from the ar...William Schwartz2020-11-101-1/+6
* Fixed #31983 -- Added system check for file system caches location.christa2020-11-041-2/+41
* Fixed #32153 -- Fixed management commands when using required list options.Hasan Ramezani2020-10-301-8/+17
* Made small readability improvements.Martin Thoma2020-10-281-3/+2
* Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson2020-10-272-2/+2
* Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...Thomas Riccardi2020-10-091-0/+4
* Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette2020-10-051-3/+2
* Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani2020-09-301-2/+6
* Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan2020-09-301-1/+17
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-0/+3
* Tweaked loaddata command to re-use a calculated value.Владимир Лысенко2020-09-171-1/+1
* Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope2020-09-161-0/+14
* Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani2020-09-151-4/+7
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-092-1/+17
* Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope2020-09-021-1/+12
* Refs #29887 -- Simplified memcached client instantiation.Nick Pope2020-09-011-17/+4
* Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...Mariusz Felisiak2020-09-011-1/+7
* Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...Mariusz Felisiak2020-09-011-3/+3
* Fixed #31907 -- Fixed missing validate_key() calls in cache backends.Nick Pope2020-08-242-1/+9
* Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.Nick Pope2020-08-201-4/+4
* Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...Nick Pope2020-08-201-12/+8
* Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein2020-08-131-3/+5
* Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().Nick Pope2020-08-061-0/+34
* Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak2020-08-042-2/+17
* Bumped minimum isort version to 5.1.0.David Smith2020-07-304-6/+8
* Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...David Smith2020-07-291-0/+20
* Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).Florian Apolloner2020-07-291-5/+10
* Fixed #31806 -- Made validators include the value in ValidationErrors.Jon Dufresne2020-07-271-18/+19