index
:
chango.git
devmain
fix-31295
initial-branch
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
2025-12-01
Refs #36743 -- Corrected docstring for DisallowedRedirect.
Jacob Walls
2025-11-20
Fixed #36321 -- Defaulted suggest_on_error=True in management commands.
kihuni
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-11-13
Fixed #36663 -- Defaulted to running checks against all databases.
Simon Charette
2025-11-07
Refs #36315 -- Replaced manual task and cancellation handling with TaskGroup ...
Thomas Grainger
2025-11-07
Refs #36315 -- Used contextlib.closing() in ASGIHandler.handle().
Thomas Grainger
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2025-10-20
Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.
YashRaj1506
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-10-13
Replaced multi-level relative imports with absolute imports in django/.
lyova24
2025-09-14
Fixed typo in django/core/files/storage/base.py docstring.
Siyabonga Dlikilili
2025-08-27
Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...
Sarah Boyce
2025-08-25
Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...
SaJH
2025-08-21
Fixed #36399 -- Added support for multiple Cookie headers in HTTP/2 for ASGIR...
SaJH
2025-08-12
Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in m...
michalpokusa
2025-07-25
Fixed #35581 -- Updated django.core.mail to Python's modern email API.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-18
Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches.
nessita
2025-07-17
Fixed #36163 -- Deprecated most positional arguments in django.core.mail.
Mike Edmunds
2025-07-17
Fixed #35680 -- Added automatic imports of common utilies to shell management...
Salvo Polizzi
2025-07-09
Refs #35844, #35945 -- Used asgiref.sync.iscoroutinefunction() instead of dep...
Mariusz Felisiak
2025-06-27
Fixed #15727 -- Added Content Security Policy (CSP) support.
Rob Hudson
2025-06-26
Fixed #36478 -- Fixed inconsistent mail attachment handling.
Mike Edmunds
2025-06-18
Fixed #36467 -- Removed leading whitespaces from Set-Cookie header values in ...
Lukas Komischke
2025-06-11
Removed default value for app_configs in system check functions.
Adam Johnson
2025-06-06
Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() fo...
Natalia
2025-05-04
Fixed #36281 -- Used async-safe write in ASGIHandler.read_body().
신우진
2025-04-30
Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...
Baptiste Mispelon
2025-04-27
Fixed #18296 -- Created missing custom target directory for startproject and ...
Bruno Alla
2025-04-24
Fixed #36309 -- Made email alternatives and attachments pickleable.
nessita
2025-04-07
Fixed #36298 -- Truncated the overwritten file content in file_move_safe().
Sarah Boyce
2025-04-02
Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_host_and_s...
Sarah Boyce
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-25
Fixed #35452 -- Deprecated orphans being more than or equal to page_size in p...
wookkl
2025-03-21
Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANG...
Johanan Oppong Amoateng
2025-03-21
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
Mike Edmunds
2025-03-18
Refs #36138 -- Cleaned up duplicate code in mail_admins()/mail_managers().
Mike Edmunds
2025-03-17
Fixed #36252 -- Handled duplicate automatic imports in the shell command.
hesham942
2025-03-12
Fixed #35945 -- Added async interface to Paginator.
wookkl
2025-03-11
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Tom Carrick
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2025-03-07
Fixed #36224 -- Fixed shell imports when settings not configured.
Sarah Boyce
2025-03-05
Clarified cryptic comment in django/core/cache/backends/redis.py.
Tim Graham
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-02-17
Fixed #36191 -- Truncated the overwritten file content in FileSystemStorage.
Gaël Utard
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2025-02-13
Fixed #36158 -- Refactored shell command to improve auto-imported objects rep...
Natalia
[prev]
[next]