summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2024-07-24[5.1.x] Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviou...Sarah Boyce
2024-07-09[5.1.x] Fixed CVE-2024-39330 -- Added extra file name validation in Storage's...Natalia
2024-05-21Fixed #18119 -- Added a DomainNameValidator validator.Berker Peksag
2024-05-21Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.Ben Cail
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-04-26Made confirmation prompt in squashmigrations consistent with other prompts.Cole D
2024-04-05Fixed #35354 -- Simplified ASGIRequest path handling.Carlton Gibson
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-03-24Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing ...Ben Cail
2024-03-21Fixed #35320 -- Removed unnecessary django.core.files.move._samefile() hook.Ben Cail
2024-03-15Refs #34900 -- Fixed SafeMIMEText.set_payload() crash on Python 3.13.Mariusz Felisiak
2024-03-09Moved --failfast to DiscoverRunner.Adam Johnson
2024-03-01Made runserver close database connections from migration checks.Florian Apolloner
2024-02-20Fixed #23759 -- Preserved all file extensions in Storage.get_available_name().Adam Zapletal
2024-02-20Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...Adam Johnson
2024-02-19Fixed #35229 -- Made URL custom error handler check run once.Adam Johnson
2024-02-13Fixed #35122 -- Made migrate --prune option respect --app_label.Moein Bbp
2024-01-31Fixed #35059 -- Ensured that ASGIHandler always sends the request_finished si...James Thorniley
2024-01-31Fixed #35159 -- Fixed dumpdata crash when base querysets use prefetch_related().Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2024-01-16Improved --list-tags help text for check management command.David Sanders
2023-12-31Fixed #35051 -- Prevented runserver from removing non-zero Content-Length for...Paul Bailey
2023-11-24Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().Nick Pope
2023-11-24Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.Parth Verma
2023-11-13Fixed #34952 -- Copied dir list when processing locale folders to avoid missi...Andrew Cordery
2023-11-09Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson
2023-10-28Fixed #34943 -- Made EmailValidator.__eq__() ignore domain_allowlist ordering.ksg
2023-10-25Fixed #34904 -- Prevented mutating sent emails from outbox in locmem email ba...sindre
2023-10-24Fixed #34920 -- Made FileExtensionValidator.__eq__() ignore allowed_extension...ksg97031
2023-09-22Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translati...Natalia
2023-09-18Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Mariusz Felisiak
2023-09-18Refs #33199 -- Removed support for passing positional arguments to Signer/Tim...Mariusz Felisiak
2023-09-11Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.Sam Toyer
2023-09-11Fixed #34642 -- Added File.open() support for *args and **kwargs.Yves Weissig
2023-09-03Refs #34768 -- Ignored lack of just_fix_windows_console() for colorama < 0.4.6.Mariusz Felisiak
2023-09-01Fixed #34778 -- Avoided importing modules in startapp/startproject.Jacob Walls
2023-09-01Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.Sulabh Katila
2023-08-19Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fields with...Juan Alvarez
2023-07-27Simplified call_command() calls.Nick Pope
2023-07-17Refs #34118 -- Improved sanitize_address() error message for tuple with empty...Mariusz Felisiak
2023-07-03Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...Mariusz Felisiak
2023-06-28Fixed #34681 -- Optimized memcache_key_warnings().Adam Johnson
2023-06-16Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...Jacob Rief
2023-06-04Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys ...Mariusz Felisiak
2023-05-22Fixed #34587 -- Allowed customizing table name normalization in inspectdb com...Andrii Kohut
2023-05-17Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak
2023-05-04Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...Jan Pieter Waagmeester
2023-04-13Fixed typo in ManagementUtility.autocomplete()'s docstring.Vitor [Bux]baum
2023-04-12Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...Mariusz Felisiak