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
12 days
Added support for nested fields to XML deserializer.
Tim Graham
13 days
Removed OrderedDict representer from PyYAML serializer.
Tim Graham
13 days
Refs #36986 -- Replaced yaml's Serializer._value_from_field() time handling w...
Tim Graham
13 days
Replaced yaml serializer workaround to preserve dict order with PyYAML's sort...
Tim Graham
2026-04-14
Fixed #27150 -- Made base File objects truthy by default.
VIZZARD-X
2026-04-07
Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.
Jacob Walls
2026-04-06
Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...
Tim Graham
2026-04-06
Refs #37023 -- Removed hardcoded indent levels from XML serializer.
Tim Graham
2026-03-16
Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs.
Praful Gulani
2026-03-08
Fixed #12529 -- Fixed migrate --run-syncdb crash for existing model with trun...
Mariusz Felisiak
2026-03-06
Fixed #36940 -- Fixed script name edge case in ASGIRequest.path_info.
khadyottakale
2026-03-03
Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...
Natalia
2026-02-27
Refs #23919 -- Used yield from in Paginator.
Pierre Sassoulas
2026-02-26
Fixed #36750 -- Made ordering of M2M objects deterministic in serializers.
VIZZARD-X
2026-02-10
Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...
93578237
2026-02-09
Added DatabaseFeatures.supports_inspectdb.
Tim Graham
2026-02-03
Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI requests.
Jake Howard
2026-02-03
Fixed #36879 -- Identified Django client in Redis client metadata.
ar3ph
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2026-01-26
Fixed #36776 -- Clarified dev server runs in WSGI mode.
jafarkhan83
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2026-01-12
Refs #36769 -- Raised SuspiciousOperation for unexpected nested tags in XML D...
Jacob Walls
2026-01-12
Refs #36769 -- Avoided visiting grandchild nodes in XML Deserializer.
Jacob Walls
2025-12-22
Fixed #36786 -- Fixed XML serialization of None values in natural keys.
Youngkwang Yang
2025-12-22
Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.
Skyiesac
2025-12-19
Fixed #36590 -- Made async cache methods use specialized sync versions if ava...
eevelweezel
2025-12-17
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Mariusz Felisiak
2025-12-11
Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.
Pravin Kamble
2025-12-09
Fixed #36768 -- Optimized string concatenation in File.__iter__().
varunkasyap
2025-12-03
Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.
rimi0108
2025-12-02
Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation in XML se...
Shai Berger
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
[next]