summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2021-10-25[4.0.x] Fixed #33205 -- Made call_command() raise TypeError when dest with mu...Hasan Ramezani
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-09-14Fixed #33012 -- Added Redis cache backend.Daniyal
2021-09-07Fixed #32076 -- Added async methods to BaseCache.Andrew-Chen-Wang
2021-09-07Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.Nick Pope
2021-09-07Refs #33060 -- Ensured cache backends validate keys.Nick Pope
2021-09-06Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.Peter Inglesby
2021-09-03Refs #33060 -- Added .make_key() in .touch() for dummy cache backend.Nick Pope
2021-09-02Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...Daniyal Abbasi
2021-09-02Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.Stefanos I. Tsaklidis
2021-09-01Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
2021-08-31Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().Mariusz Felisiak
2021-08-31Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr(...Sondre Lillebø Gundersen
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-06Fixed typo in regex for IPv6 literals in EmailValidator.qimingmafan
2021-08-04Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...Jacob Walls
2021-08-04Fixed typos in migrations tests, comments, and error message.Jacob Walls
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-22Fixed #32930 -- Fixed URLValidator when port numbers < 10.Wu Haotian
2021-07-13Refs #23359 -- Corrected showmigrations help text for the --database option.Wilhelm Klopp
2021-07-01Fixed #32889 -- Allowed per-request sync_to_async context in ASGIHandler .Allan Feldman
2021-07-01Refs #32144 -- Made makemessages remove temporary files on preprocessing error.Carlton Gibson
2021-07-01Fixed #32144 -- Made makemessages remove temporary files when locale path doe...Carlton Gibson
2021-06-23Fixed #32363 -- Ensured sys.__interactivehook__ is called in shellPeter Inglesby
2021-06-21Fixed typo in makemessages error message.Jacob Walls
2021-06-11Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...Jacob Walls
2021-06-07Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek
2021-06-02Fixed #28154 -- Prevented infinite loop in FileSystemStorage.save() when a br...Jacob Walls
2021-06-02Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.Mariusz Felisiak
2021-05-26Fixed #32772 -- Made database cache count size once per set.Michael Lissner
2021-05-19Fixed #32740 -- Caught possible exception when initializing colorama.Carlton Gibson
2021-05-18Fixed #32747 -- Prevented initialization of unused caches.Mariusz Felisiak
2021-05-18Fixed #32317 -- Refactored loaddata command to make it extensible.William Schwartz
2021-05-14Refs #32317 -- Simplified find_fixtures() in loaddata command.William Schwartz
2021-05-14Refs #32317 -- Cleaned up try/except blocks in loaddata command.William Schwartz
2021-05-14Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.Rohith PR
2021-05-13Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-05-07Fixed #32712 -- Deprecated django.utils.baseconv module.Hasan Ramezani
2021-05-06Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs from being ...Mariusz Felisiak
2021-05-05Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...ecogels
2021-05-04Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner
2021-04-30Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham
2021-04-21Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a li...Mariusz Felisiak
2021-04-12Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.Chris Jerdonek
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc
2021-03-19Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal
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