summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-11Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/contrib/pos...David Sanders
2025-12-11Included ASGI servers when noting what the server does.Jake Howard
2025-12-11Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.Pravin Kamble
2025-12-11Noted testing uses for ContentTypeManager.clear_cache() method.Carlton Gibson
2025-12-11Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkserver mode.Jacob Walls
2025-12-11Fixed #36789 -- Added missing PDF file for docs/internals/_images/contributio...Pravin Kamble
2025-12-11Refs #36499 -- Adjusted test_strip_tags following Python behavior change for ...Jacob Walls
2025-12-10Refs #36025 -- Made get_prep_lookup() pass output_field when wrapping direct ...Clifford Gama
2025-12-10Refs #36689 -- Serialized JSONIn rhs parameters wrapped in Value expressions.Clifford Gama
2025-12-10Fixed #36689 -- Fixed top-level JSONField __in lookup failures on MySQL and O...Clifford Gama
2025-12-09Added tests for MultiPointField, MultiLineStringField, and GeometryCollection...Tim Graham
2025-12-09Fixed #36768 -- Optimized string concatenation in File.__iter__().varunkasyap
2025-12-08Fixed #36778 -- Extended advice to sanitize input before using in query expre...Jacob Walls
2025-12-08Refs #35581 -- Fixed email image inline attachment example.Adam Johnson
2025-12-07Refs #36620 -- Added contributor documentation for code coverage reports.saurabh
2025-12-06Refs #36620 -- Fixed PR number extraction in coverage_comment workflow.saurabh
2025-12-05Refs #27834 -- Restored "expression" in StrIndex's docs signature.Clifford Gama
2025-12-05Refs #36620 -- Removed PR number null check from coverage_comment workflow.saurabh
2025-12-05Fixed #36728 -- Validated template tag arguments at definition time.Jake Howard
2025-12-05Fixed #36722 -- Moved AutoFieldMixin validate_autopk_value() check to get_db_...Clifford Gama
2025-12-05Fixed #36367 -- Added a label to the date_hierarchy in admin changelist.Chaitanya
2025-12-04Added DatabaseFeatures.prohibits_dollar_signs_in_column_aliases.Tim Graham
2025-12-04Fixed #36620 -- Fixed workflow to summarize coverage in PRs.saurabh
2025-12-04Fixed #36744 -- Improved scrypt password hasher docs.Dmitry Chestnykh
2025-12-03Closed pool when parallel test runner encounters unpicklable exceptions.Jacob Walls
2025-12-03Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.rimi0108
2025-12-03Refs #36520 -- Removed release note for refactored `parse_header_parameters`.Jake Howard
2025-12-03Added stub release notes for 6.0.1.Natalia
2025-12-03Refs #35859 -- Clarified Tasks ref and topics docs regarding available backends.Jacob Walls
2025-12-03Finalized release notes for Django 6.0.Natalia
2025-12-03Made cosmetic edits to docs/releases/6.0.txt.Adam Johnson
2025-12-03Fixed #36280 -- Replaced exception checks with assertRaisesMessage().Skyiesac
2025-12-02Updated translations from Transifex.Natalia
2025-12-02Added CVE-2025-13372 and CVE-2025-64460 to security archive.Natalia
2025-12-02Added stub release notes for 5.2.10.Natalia
2025-12-02Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation in XML se...Shai Berger
2025-12-02Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL injection in c...Jacob Walls
2025-12-02Refs #35444 -- Fixed typo in PostgreSQL StringAgg deprecation warning.Νικόλαος-Διγενής Καραγιάννης
2025-12-01Fixed #36712 -- Evaluated type annotations lazily in template tag registration.Jacob Walls
2025-12-01Refs #36743 -- Corrected docstring for DisallowedRedirect.Jacob Walls
2025-12-01Refs #35535 -- Used intended decorator in test_simple_block_tag_parens().Jacob Walls
2025-11-30Added link to Python Pickle documentation in docs/topics/cache.txt.Rida Zouga
2025-11-27Fixed outdated redis-py link in cache docs.Bruno Alla
2025-11-27Highlighted community package upgrade utilities in docs/howto/upgrade-version...Tim Schilling
2025-11-27Reduced subjective tone and improved clarity in docs/howto/upgrade-version.txt.Natalia
2025-11-26Included usage of new scripts in docs/internals/howto-release-django.txt.Natalia
2025-11-26Added script to archive EOL stable branches.Natalia
2025-11-26Refs #36743 -- Added missing release notes for 5.1.15 and 4.2.27.Natalia
2025-11-26Fixed #36743 -- Increased URL max length enforced in HttpResponseRedirectBase.varunkasyap
2025-11-26Refs #36619 -- Included third-party licenses with vendored eslint configurati...Jacob Walls