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
2024-01-31
[5.0.x] Fixed #35059 -- Ensured that ASGIHandler always sends the request_fin...
James Thorniley
2024-01-31
[5.0.x] Fixed #35159 -- Fixed dumpdata crash when base querysets use prefetch...
Mariusz Felisiak
2024-01-26
[5.0.x] Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-09
[5.0.x] Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
2023-10-10
[5.0.x] Refs #26029 -- Improved get_storage_class() deprecation warning with ...
Carlton Gibson
2023-09-22
[5.0.x] Fixed #34848 -- Ignored i18n_catalog.js file when building Django's t...
Natalia
2023-09-11
Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.
Sam Toyer
2023-09-11
Fixed #34642 -- Added File.open() support for *args and **kwargs.
Yves Weissig
2023-09-03
Refs #34768 -- Ignored lack of just_fix_windows_console() for colorama < 0.4.6.
Mariusz Felisiak
2023-09-01
Fixed #34778 -- Avoided importing modules in startapp/startproject.
Jacob Walls
2023-09-01
Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.
Sulabh Katila
2023-08-19
Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fields with...
Juan Alvarez
2023-07-27
Simplified call_command() calls.
Nick Pope
2023-07-17
Refs #34118 -- Improved sanitize_address() error message for tuple with empty...
Mariusz Felisiak
2023-07-03
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...
Mariusz Felisiak
2023-06-28
Fixed #34681 -- Optimized memcache_key_warnings().
Adam Johnson
2023-06-16
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...
Jacob Rief
2023-06-04
Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys ...
Mariusz Felisiak
2023-05-22
Fixed #34587 -- Allowed customizing table name normalization in inspectdb com...
Andrii Kohut
2023-05-17
Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2023-05-04
Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...
Jan Pieter Waagmeester
2023-04-13
Fixed typo in ManagementUtility.autocomplete()'s docstring.
Vitor [Bux]baum
2023-04-12
Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...
Mariusz Felisiak
2023-04-12
Fixed #27505 -- Allowed customizing Paginator's error messages.
Marcelo Galigniana
2023-04-12
Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.
sarahboyce
2023-04-03
Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.
th3nn3ss
2023-03-20
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
2023-03-14
Improved connection clean-up for SMTP backend.
Carlton Gibson
2023-03-07
Fixed #32172 -- Adapted signals to allow async handlers.
Jon Janzen
2023-03-06
Fixed #34386 -- Made SMTP backend load default system root CA certificates by...
Dmitriy Sintsov
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-02-10
Fixed #32813 -- Made runserver display port after binding.
Dhanush
2023-02-03
Fixed #34259 -- Passed called_from_command_line to command subparsers.
Adam Johnson
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-27
Fixed #28054 -- Made runserver not return response body for HEAD requests.
Sarah Boyce
2023-01-26
Fixed #34294 -- Protected django.core.files.locks against argtypes redefiniti...
Simon Sawicki
2023-01-18
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
Refs #34233 -- Used aiter() and anext().
Nick Pope
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-10
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2023-01-05
Fixed #33865 -- Optimized LimitedStream wrapper.
Nick Pope
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-16
Fixed #34212 -- Made RedisCacheClient.incr() use write connection.
Leo
[next]