summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2026-07-24Fixed subject/verb agreement in DecimalValidator messages.Mike Edmunds
2026-07-24Fixed minor typos and grammatical errors in docs and docstrings.Jacob Walls
2026-07-23Fixed #36027 -- Made error response rendering thread-sensitive.Carlton Gibson
2026-07-23Fixed #37203 -- Used normalized field names for composite pks in inspectdb.mundur
2026-07-23Refs #37203 -- Escaped introspection error comments in inspectdb.mundur
2026-07-16Fixed #32915 -- Suppressed fewer ImportErrors in management commands.Ben Cail
2026-07-06Fixed CVE-2026-53878 -- Prevented newlines from being accepted in DomainNameV...Natalia
2026-06-26Fixed #37191 -- Prevented ValueError in FileBasedCache.touch() for expired keys.ayoub
2026-06-24Fixed #37183 -- Prevented writing control characters into XML attributes.Jacob Walls
2026-06-24Fixed #37174 -- Used netstring delimiter between vary on arguments for cached...Jacob Walls
2026-06-23Fixed #37166 -- Added deploy system check for dev-only 'default' MAILERS.Mike Edmunds
2026-06-22Fixed #37161 -- Warned via system check on missing "default" entry in MAILERS...badereddinebenhirt
2026-06-18Fixed #37164 -- Supported subclasses’ _get_lines() in jsonl Deserializer.Adam Johnson
2026-06-16Fixed #37152 -- Raised ValueError when Bcc is used in EmailMessage headers.diaxoaine
2026-06-11Fixed #37141 -- Added --using option to sendtestemail command.NagaKartheekReddy
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-09Fixed #37130 -- Skipped DB cache deletion when culling offset is zero.vishwa
2026-06-09Fixed #36900 -- Used safe_join() on downloaded template archive.ar3ph
2026-06-08Fixed #32785 -- Optimized cull frequency for DBCache.eevelweezel
2026-06-03Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK transition...Jacob Walls
2026-06-03Fixed CVE-2026-7666 -- Delayed setting SMTP connection until fully configured.Jake Howard
2026-06-03Fixed CVE-2026-6873 -- Prevented signed cookie salt namespace collisions.Paul McMillan
2026-06-01Fixed #28800 -- Added a listurls management command.Chris Rose
2026-06-01Fixed #37108 -- Made DjangoJSONEncoder consistently omit .000 microseconds.Aaryan P
2026-05-14Refs #36664 -- Updated SMTP EmailBackend tests for Python 3.15.Mike Edmunds
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-13Refs CVE-2025-64460 -- Removed workaround for minidom document checks.Jacob Walls
2026-05-07Fixed #37084 -- Added CSP nonce context processor system check.Milad Zarour
2026-05-06Refs #35514 -- Added error for missing EMAIL_FILE_PATH setting.Mike Edmunds
2026-05-05Fixed #37053 -- Added validate=True to base64.b64decode() calls.Sarah Boyce
2026-05-05Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in MemoryFileUplo...Jacob Walls
2026-05-04Fixed #37078 -- Deprecated SHA-1 default for salted_hmac() and base64_hmac() ...Denny Biasiolli
2026-04-19Added support for nested fields to XML deserializer.Tim Graham
2026-04-19Removed OrderedDict representer from PyYAML serializer.Tim Graham
2026-04-19Refs #36986 -- Replaced yaml's Serializer._value_from_field() time handling w...Tim Graham
2026-04-19Replaced yaml serializer workaround to preserve dict order with PyYAML's sort...Tim Graham
2026-04-14Fixed #27150 -- Made base File objects truthy by default.VIZZARD-X
2026-04-07Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.Jacob Walls
2026-04-06Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...Tim Graham
2026-04-06Refs #37023 -- Removed hardcoded indent levels from XML serializer.Tim Graham
2026-03-16Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs.Praful Gulani
2026-03-08Fixed #12529 -- Fixed migrate --run-syncdb crash for existing model with trun...Mariusz Felisiak
2026-03-06Fixed #36940 -- Fixed script name edge case in ASGIRequest.path_info.khadyottakale
2026-03-03Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...Natalia
2026-02-27Refs #23919 -- Used yield from in Paginator.Pierre Sassoulas
2026-02-26Fixed #36750 -- Made ordering of M2M objects deterministic in serializers.VIZZARD-X
2026-02-10Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...93578237
2026-02-09Added DatabaseFeatures.supports_inspectdb.Tim Graham
2026-02-03Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI requests.Jake Howard
2026-02-03Fixed #36879 -- Identified Django client in Redis client metadata.ar3ph