summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2026-04-07[5.2.x] Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.Jacob Walls
2026-03-30[5.2.x] Applied Black's 2026 stable style.Mariusz Felisiak
2026-03-03[5.2.x] Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions o...Natalia
2026-02-10[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...93578237
2026-02-03[5.2.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...Jake Howard
2025-12-22[5.2.x] Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.Skyiesac
2025-12-02[5.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...Shai Berger
2025-12-01[5.2.x] Refs #36743 -- Corrected docstring for DisallowedRedirect.Jacob Walls
2025-06-06[5.2.x] Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_respo...Natalia
2025-04-30[5.2.x] Fixed #36357 -- Skipped unique_together in inspectdb output for compo...Baptiste Mispelon
2025-04-24[5.2.x] Fixed #36309 -- Made email alternatives and attachments pickleable.nessita
2025-04-07[5.2.x] Fixed #36298 -- Truncated the overwritten file content in file_move_s...Sarah Boyce
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