summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2021-03-18Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-09Fixed #32145 -- Improved makemessages error message when app's locale directo...Josh Santos
2021-02-05Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...Mikolaj Rybinski
2021-02-04Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.Daniel Ebrahimian
2021-02-04Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette
2021-01-22Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach
2021-01-19Removed unreachable SystemExit check.Adam Johnson
2021-01-18Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani
2021-01-16Fixed #32265, Refs #32355 -- Removed unnecessary ServerHandler.handle_error().Mariusz Felisiak
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2021-01-14Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer an...Mariusz Felisiak
2021-01-14Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...Mariusz Felisiak
2021-01-12Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre
2021-01-12Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani
2021-01-12Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani
2021-01-06Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner
2021-01-04Fixed #32298 -- Fixed URLValidator hostname length validation.Akshat1Nar
2020-12-29Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...Mariusz Felisiak
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak
2020-12-17Fixed #29867 -- Added support for storing None value in caches.Nick Pope
2020-12-15Fixed typo in django/core/cache/backends/base.py docstring.Abhishek Ghaskata
2020-12-14Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark
2020-12-14Ensured that registered checks accept keyword arguments.Adam Johnson
2020-12-09Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak
2020-12-08Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner
2020-12-07Refs #21012 -- Removed unnecessary _create_cache() hook.Florian Apolloner
2020-11-13Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.manav014
2020-11-11Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb
2020-11-11Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko
2020-11-11Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany
2020-11-11Fixed #32183 -- Fixed shell crash when passing code with nested scopes.William Schwartz
2020-11-10Fixed #32177 -- Made execute_from_command_line() use program name from the ar...William Schwartz
2020-11-04Fixed #31983 -- Added system check for file system caches location.christa
2020-10-30Fixed #32153 -- Fixed management commands when using required list options.Hasan Ramezani
2020-10-28Made small readability improvements.Martin Thoma
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-10-09Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...Thomas Riccardi
2020-10-05Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette
2020-09-30Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani
2020-09-30Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-09-17Tweaked loaddata command to re-use a calculated value.Владимир Лысенко
2020-09-16Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope
2020-09-15Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-09-02Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope
2020-09-01Refs #29887 -- Simplified memcached client instantiation.Nick Pope
2020-09-01Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...Mariusz Felisiak
2020-09-01Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...Mariusz Felisiak