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
14 days
Fixed #37152 -- Raised ValueError when Bcc is used in EmailMessage headers.
diaxoaine
2026-06-11
Fixed #37141 -- Added --using option to sendtestemail command.
NagaKartheekReddy
2026-06-10
Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.
zhengkangyang
2026-06-09
Fixed #37130 -- Skipped DB cache deletion when culling offset is zero.
vishwa
2026-06-09
Fixed #36900 -- Used safe_join() on downloaded template archive.
ar3ph
2026-06-08
Fixed #32785 -- Optimized cull frequency for DBCache.
eevelweezel
2026-06-03
Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK transition...
Jacob Walls
2026-06-03
Fixed CVE-2026-7666 -- Delayed setting SMTP connection until fully configured.
Jake Howard
2026-06-03
Fixed CVE-2026-6873 -- Prevented signed cookie salt namespace collisions.
Paul McMillan
2026-06-01
Fixed #28800 -- Added a listurls management command.
Chris Rose
2026-06-01
Fixed #37108 -- Made DjangoJSONEncoder consistently omit .000 microseconds.
Aaryan P
2026-05-14
Refs #36664 -- Updated SMTP EmailBackend tests for Python 3.15.
Mike Edmunds
2026-05-13
Fixed #35514 -- Implemented dictionary-based MAILERS.
Mike Edmunds
2026-05-13
Refs CVE-2025-64460 -- Removed workaround for minidom document checks.
Jacob Walls
2026-05-07
Fixed #37084 -- Added CSP nonce context processor system check.
Milad Zarour
2026-05-06
Refs #35514 -- Added error for missing EMAIL_FILE_PATH setting.
Mike Edmunds
2026-05-05
Fixed #37053 -- Added validate=True to base64.b64decode() calls.
Sarah Boyce
2026-05-05
Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in MemoryFileUplo...
Jacob Walls
2026-05-04
Fixed #37078 -- Deprecated SHA-1 default for salted_hmac() and base64_hmac() ...
Denny Biasiolli
2026-04-19
Added support for nested fields to XML deserializer.
Tim Graham
2026-04-19
Removed OrderedDict representer from PyYAML serializer.
Tim Graham
2026-04-19
Refs #36986 -- Replaced yaml's Serializer._value_from_field() time handling w...
Tim Graham
2026-04-19
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
[next]