summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2025-04-02[5.2.x] Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_ho...Sarah Boyce
2025-03-21[5.2.x] Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable ...Johanan Oppong Amoateng
2025-03-17[5.2.x] Fixed #36252 -- Handled duplicate automatic imports in the shell comm...hesham942
2025-03-07[5.2.x] Fixed #36224 -- Fixed shell imports when settings not configured.Sarah Boyce
2025-03-05[5.2.x] Clarified cryptic comment in django/core/cache/backends/redis.py.Tim Graham
2025-03-01[5.2.x] Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-17[5.2.x] Fixed #36191 -- Truncated the overwritten file content in FileSystemS...Gaƫl Utard
2025-02-13[5.2.x] Fixed #36158 -- Refactored shell command to improve auto-imported obj...Natalia
2025-02-10[5.2.x] Refs #35515 -- Fixed shell command verbose output when auto-importing...Natalia
2025-02-10[5.2.x] Refs #35515 -- Refactored internal `get_and_report_namespace` in the ...Natalia
2025-01-31[5.2.x] Fixed #36119 -- Fixed UnicodeEncodeError when attaching a file with 8...greg
2025-01-23[5.2.x] Fixed #36010 -- Avoided touching mo files while checking writability.Claude Paroz
2025-01-13Refs #35844 -- Removed unnecessary ArgumentParser.add_argument_group()'s pref...Mariusz Felisiak
2025-01-09Fixed #35515 -- Added automatic model imports to shell management command.Salvo Polizzi
2025-01-08Fixed #36062 -- Handled serialization of CompositePrimaryKeys.Sarah Boyce
2025-01-08Fixed #36014 -- Supported international domains in EmailValidator.Chaitanya Rahalkar
2025-01-04Fixed #36056 -- Made OutputWrapper a virtual subclass of TextIOBase.Adam Johnson
2025-01-03Fixed #36052 -- Supported CompositePrimaryKey in inspectdb.Jacob Walls
2024-12-18Fixed #35996 -- Fixed database serialization crash when serializing a many-to...Erica Pisani
2024-12-13Fixed #36007 -- Removed dead code from URLValidator.Mike Edmunds
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-12-09Fixed #35973 -- Improved makemessages locale validation to handle numeric reg...Juan Pablo Mallarino
2024-12-09Fixed #35935 -- Colorized system checks when running sqlmigrate.Jacob Walls
2024-11-29Fixed #35308 -- Handled OSError when launching code formatters.Jacob Walls
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-11-12Refs #21286 -- Fixed YAML serialization of TimeField primary key.Adam Zapletal
2024-10-28Refs #34900 -- Removed usage of deprecated glob.glob1().earthyoung
2024-10-17Fixed #35845 -- Updated DomainNameValidator to require entire string to be a ...Justin Thurman
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2024-10-10Fixed docstring for django.core.exceptions module.Baptiste Mispelon
2024-09-17Fixed #29522 -- Refactored the Deserializer functions to classes.Amir Karimi
2024-08-30Dropped safeguards against very old versions of gettext.Claude Paroz
2024-08-28Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.O...Simon Charette
2024-08-23Fixed #35689 -- Handled custom labels in LabelCommand.missing_args_message.Giovanni Fabbretti
2024-08-12Refs #35591 -- Removed hardcoded "stable" version in runserver warning.Mariusz Felisiak
2024-08-09Fixed #35658 -- Initialized InMemoryFileNode instances with a name.lucasesposito
2024-08-09Fixed #35591 -- Added unsuitable for production console warning to runserver.Andrew Miller
2024-08-05Refs #35537 -- Improved documentation and test coverage for email attachments...Jake Howard
2024-07-24Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour indepe...Sarah Boyce
2024-07-22Fixed broken link in django.core.files.temp docstring.Ellen
2024-07-11Fixed #35033, Refs #28912 -- Fixed repeated headers in EmailMessage.Mike Edmunds
2024-07-09Fixed CVE-2024-39330 -- Added extra file name validation in Storage's save me...Natalia
2024-06-21Fixed #35528 -- Added EmailMultiAlternatives.body_contains() helper method.Ronny Vedrilla
2024-06-20Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.a...Jake Howard
2024-05-23Updated the --traceback option help text.Peter Bittner
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