summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2026-03-03[6.0.x] Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions o...Natalia
2026-02-24[6.0.x] Applied Black's 2026 stable style.Mariusz Felisiak
2026-02-10[6.0.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...93578237
2026-02-03[6.0.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...Jake Howard
2025-12-22[6.0.x] Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.Skyiesac
2025-12-02[6.0.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...Shai Berger
2025-12-01[6.0.x] Refs #36743 -- Corrected docstring for DisallowedRedirect.Jacob Walls
2025-10-20[6.0.x] Fixed #36470 -- Prevented log injection in runserver when handling NO...YashRaj1506
2025-09-14Fixed typo in django/core/files/storage/base.py docstring.Siyabonga Dlikilili
2025-08-27Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...Sarah Boyce
2025-08-25Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...SaJH
2025-08-21Fixed #36399 -- Added support for multiple Cookie headers in HTTP/2 for ASGIR...SaJH
2025-08-12Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in m...michalpokusa
2025-07-25Fixed #35581 -- Updated django.core.mail to Python's modern email API.Mike Edmunds
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-18Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches.nessita
2025-07-17Fixed #36163 -- Deprecated most positional arguments in django.core.mail.Mike Edmunds
2025-07-17Fixed #35680 -- Added automatic imports of common utilies to shell management...Salvo Polizzi
2025-07-09Refs #35844, #35945 -- Used asgiref.sync.iscoroutinefunction() instead of dep...Mariusz Felisiak
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-26Fixed #36478 -- Fixed inconsistent mail attachment handling.Mike Edmunds
2025-06-18Fixed #36467 -- Removed leading whitespaces from Set-Cookie header values in ...Lukas Komischke
2025-06-11Removed default value for app_configs in system check functions.Adam Johnson
2025-06-06Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() fo...Natalia
2025-05-04Fixed #36281 -- Used async-safe write in ASGIHandler.read_body().신우진
2025-04-30Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...Baptiste Mispelon
2025-04-27Fixed #18296 -- Created missing custom target directory for startproject and ...Bruno Alla
2025-04-24Fixed #36309 -- Made email alternatives and attachments pickleable.nessita
2025-04-07Fixed #36298 -- Truncated the overwritten file content in file_move_safe().Sarah Boyce
2025-04-02Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_host_and_s...Sarah Boyce
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-25Fixed #35452 -- Deprecated orphans being more than or equal to page_size in p...wookkl
2025-03-21Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANG...Johanan Oppong Amoateng
2025-03-21Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.Mike Edmunds
2025-03-18Refs #36138 -- Cleaned up duplicate code in mail_admins()/mail_managers().Mike Edmunds
2025-03-17Fixed #36252 -- Handled duplicate automatic imports in the shell command.hesham942
2025-03-12Fixed #35945 -- Added async interface to Paginator.wookkl
2025-03-11Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)Tom Carrick
2025-03-10Fixed #33579 -- Specialized exception raised on forced update failures.Simon Charette
2025-03-07Fixed #36224 -- Fixed shell imports when settings not configured.Sarah Boyce
2025-03-05Clarified cryptic comment in django/core/cache/backends/redis.py.Tim Graham
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-02-17Fixed #36191 -- Truncated the overwritten file content in FileSystemStorage.Gaël Utard
2025-02-16Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).Simon Charette
2025-02-13Fixed #36158 -- Refactored shell command to improve auto-imported objects rep...Natalia
2025-02-10Refs #35515 -- Fixed shell command verbose output when auto-importing 0 or 1 ...Natalia
2025-02-10Refs #35515 -- Refactored internal `get_and_report_namespace` in the shell co...Natalia