summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-05Added CVE-2025-64458 and CVE-2025-64459 to security archive.Natalia
2025-11-05Added stub release notes for 5.2.9.Natalia
2025-11-05Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on dictiona...Jacob Walls
2025-11-05Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via the _conne...Jacob Walls
2025-11-05Fixed CVE-2025-64458 -- Mitigated potential DoS in HttpResponseRedirect/HttpR...Jacob Walls
2025-11-04Fixed #36704 -- Fixed system check error for proxy model with a composite pk.Hal Blackburn
2025-11-04Fixed #36652 -- Increased determinism when loading migrations from disk.Jayden Kneller
2025-11-04Updated ticket triage process diagram and contributing docs.ontowhee
2025-11-03Fixed #36695 -- Fixed handling of parameterized generics in migration seriali...Augusto Pontes
2025-10-31Fixed #36661 -- Added introspection of database-level delete options.Mariusz Felisiak
2025-10-31Fixed #36696 -- Fixed NameError when inspecting functions with deferred annot...Patrick Rauscher
2025-10-30Added community package storage backends mention to docs.Tim Schilling
2025-10-30Refs #36680 -- Fixed admin_scripts tests crash when black is not installed.Mariusz Felisiak
2025-10-29Refs #35381 -- Clarified key and index lookup handling of None in exact looku...Clifford Gama
2025-10-29Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.Clifford Gama
2025-10-29Refs #35381 -- Delegated ArrayField element prepping to base_field.get_db_pre...Clifford Gama
2025-10-29Fixed #35381 -- Added JSONNull() expression.Clifford Gama
2025-10-29Added stub release notes and release date for 5.2.8, 5.1.14, and 4.2.26.Jacob Walls
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-10-29Fixed #36678 -- Limited retries in ParallelTestRunner.Jacob Walls
2025-10-29Refs #35972 -- Returned params in a tuple in further lookups.Jacob Walls
2025-10-28Reverted "Fixed #26434 -- Removed faulty clearing of ordering field when miss...Jacob Walls
2025-10-28Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...Mariusz Felisiak
2025-10-28Fixed #36680 -- Parametrized formatter discovery in AdminScriptTestCase.Jacob Walls
2025-10-27Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...Michal Mládek
2025-10-27Fixed #36681 -- Removed English pluralization bias from example in docs/topic...Kasyap Pentamaraju
2025-10-27Fixed #36624 -- Dropped support for MySQL < 8.4.Mariusz Felisiak
2025-10-25Fixed #36683 -- Added error message on QuerySet.update() following distinct(*...Matthew Shirley
2025-10-24Fixed #36674 -- Fixed memory leak in select_related().Ken Nzioka
2025-10-24Fixed IntegrityError in bulk_create.tests.BulkCreateTransactionTests due to d...Natalia
2025-10-23Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n/formatt...Annabelle Wiegart
2025-10-22Made cosmetic edits to docs/releases/6.0.txt.Natalia
2025-10-22Refs #36664 -- Added Python 3.15 to daily builds.Mariusz Felisiak
2025-10-22Refs #36499 -- Made TestUtilsHtml.test_strip_tags() assume behavior change in...Mariusz Felisiak
2025-10-21Fixed #36677 -- Fixed scheduling of system checks in ParallelTestSuite workers.Jacob Walls
2025-10-21Made RemoteTestResultTest.test_pickle_errors_detection() compatible with tbli...Mariusz Felisiak
2025-10-21Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware.Adam Johnson
2025-10-20Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.YashRaj1506
2025-10-20Removed duplicate display_raw key in expected data in GeometryWidgetTests.Emmanuel Ferdman
2025-10-20Fixed RelatedGeoModelTest.test_related_union_aggregate() test on Oracle and G...Mariusz Felisiak
2025-10-19Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.Mariusz Felisiak
2025-10-18Fixed #36671 -- Dropped support for SQLite < 3.37.Mariusz Felisiak
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-10-17Fixed #36665 -- Improved manager usage guidance in docs/topics/db/optimizatio...Segni Mekonnen
2025-10-17Refs #35844 -- Doc'd Python 3.14 compatibility.Mariusz Felisiak
2025-10-17Refs #35844 -- Relaxed GEOSIOTest.test02_wktwriter() test assertion.Mariusz Felisiak
2025-10-17Fixed #36669 -- Doc'd that negative indexes are not supported in F() slices.aj2s
2025-10-16Bumped minimum isort version to 7.0.0.Jacob Walls
2025-10-16Refs #28586 - Copied fetch mode in QuerySet.create().Adam Johnson
2025-10-16Refs #28586 -- Copied fetch modes to related objects.Adam Johnson