index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-07-24
Fixed subject/verb agreement in DecimalValidator messages.
Mike Edmunds
2026-07-24
Fixed minor typos and grammatical errors in docs and docstrings.
Jacob Walls
2026-07-23
Fixed #36027 -- Made error response rendering thread-sensitive.
Carlton Gibson
2026-07-23
Fixed #37203 -- Used normalized field names for composite pks in inspectdb.
mundur
2026-07-23
Refs #37203 -- Escaped introspection error comments in inspectdb.
mundur
2026-07-16
Fixed #32915 -- Suppressed fewer ImportErrors in management commands.
Ben Cail
2026-07-06
Fixed CVE-2026-53878 -- Prevented newlines from being accepted in DomainNameV...
Natalia
2026-06-26
Fixed #37191 -- Prevented ValueError in FileBasedCache.touch() for expired keys.
ayoub
2026-06-24
Fixed #37183 -- Prevented writing control characters into XML attributes.
Jacob Walls
2026-06-24
Fixed #37174 -- Used netstring delimiter between vary on arguments for cached...
Jacob Walls
2026-06-23
Fixed #37166 -- Added deploy system check for dev-only 'default' MAILERS.
Mike Edmunds
2026-06-22
Fixed #37161 -- Warned via system check on missing "default" entry in MAILERS...
badereddinebenhirt
2026-06-18
Fixed #37164 -- Supported subclasses’ _get_lines() in jsonl Deserializer.
Adam Johnson
2026-06-16
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
[next]