index
:
django.git
fix-31295
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
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-13
Refs #35844 -- Removed unnecessary ArgumentParser.add_argument_group()'s pref...
Mariusz Felisiak
2025-01-09
Fixed #35515 -- Added automatic model imports to shell management command.
Salvo Polizzi
2025-01-08
Fixed #36062 -- Handled serialization of CompositePrimaryKeys.
Sarah Boyce
2025-01-08
Fixed #36014 -- Supported international domains in EmailValidator.
Chaitanya Rahalkar
2025-01-04
Fixed #36056 -- Made OutputWrapper a virtual subclass of TextIOBase.
Adam Johnson
2025-01-03
Fixed #36052 -- Supported CompositePrimaryKey in inspectdb.
Jacob Walls
2024-12-18
Fixed #35996 -- Fixed database serialization crash when serializing a many-to...
Erica Pisani
2024-12-13
Fixed #36007 -- Removed dead code from URLValidator.
Mike Edmunds
2024-12-11
Fixed #35920 -- Observed requires_system_checks in migrate and runserver.
Jacob Walls
2024-12-09
Fixed #35973 -- Improved makemessages locale validation to handle numeric reg...
Juan Pablo Mallarino
2024-12-09
Fixed #35935 -- Colorized system checks when running sqlmigrate.
Jacob Walls
2024-11-29
Fixed #35308 -- Handled OSError when launching code formatters.
Jacob Walls
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-12
Refs #21286 -- Fixed YAML serialization of TimeField primary key.
Adam Zapletal
2024-10-28
Refs #34900 -- Removed usage of deprecated glob.glob1().
earthyoung
2024-10-17
Fixed #35845 -- Updated DomainNameValidator to require entire string to be a ...
Justin Thurman
2024-10-15
Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...
leondaz
2024-10-10
Fixed docstring for django.core.exceptions module.
Baptiste Mispelon
2024-09-17
Fixed #29522 -- Refactored the Deserializer functions to classes.
Amir Karimi
2024-08-30
Dropped safeguards against very old versions of gettext.
Claude Paroz
2024-08-28
Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.O...
Simon Charette
2024-08-23
Fixed #35689 -- Handled custom labels in LabelCommand.missing_args_message.
Giovanni Fabbretti
2024-08-12
Refs #35591 -- Removed hardcoded "stable" version in runserver warning.
Mariusz Felisiak
2024-08-09
Fixed #35658 -- Initialized InMemoryFileNode instances with a name.
lucasesposito
2024-08-09
Fixed #35591 -- Added unsuitable for production console warning to runserver.
Andrew Miller
2024-08-05
Refs #35537 -- Improved documentation and test coverage for email attachments...
Jake Howard
[next]