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