summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-10-16Refs #28586 -- Simplified related descriptor get_queryset() methods.Adam Johnson
2025-10-16Refs #28586 -- Made fetch modes pickle as singletons.Adam Johnson
2025-10-16Fixed #28586 -- Added model field fetch modes.Adam Johnson
2025-10-16Refs #28586 -- Edited related objects documentation.Adam Johnson
2025-10-15Refs #36648 -- Removed hardcoded pk in CompositePKAggregateTests.Jacob Walls
2025-10-15Fixed parameter names in in "New contributor" GitHub action.Mariusz Felisiak
2025-10-15Fixed 36622 -- Prevented LazyObject FileField storages from evaluating at boo...Clifford Gama
2025-10-15Fixed #36659 -- Fixed flatpage content selector in admin forms.css.Baptiste Mispelon
2025-10-15Skipped GISFunctionsTests.test_geometry_type() test for MultiPoint on MariaDB...Mariusz Felisiak
2025-10-15Moved object creation to subTest() in GISFunctionsTests.test_geometry_type() ...Mariusz Felisiak
2025-10-14Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/last() wh...Jacob Walls
2025-10-14Removed pre-release wheel-only advice in docs/internals/howto-release-django....Jacob Walls
2025-10-14Removed setuptools from GitHub actions.Jacob Walls
2025-10-14Removed mention of setuptools in docs/internals/contributing/writing-code/uni...Jacob Walls
2025-10-14Fixed #36654 -- Corrected Model._do_update()'s docstring.Augusto Pontes
2025-10-14Refs #31223 -- Added __class_getitem__() to SetPasswordMixin.Thibaut Decombe
2025-10-14Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.antoliny0919
2025-10-14Pinned "New contributor" GitHub action to v1.Jacob Walls
2025-10-13Cautioned against multi-level relative imports in coding style docs.lyova24
2025-10-13Replaced multi-level relative imports with absolute imports in django/.lyova24
2025-10-13Added notes about automatic roadmap generation for next version in docs/inter...Natalia
2025-10-13Fixed #36625 -- Mentioned exit() in tutorial's instruction to restart the shell.arsalan64
2025-10-13Removed reference to "manager" in ForeignKeyTests.Jacob Walls
2025-10-13Fixed #36611, Refs #36580 -- Added system check for multicolumn ForeignObject...Sarah Boyce
2025-10-13Fixed #36660 -- Fixed a regression in descending Index local field checks.Simon Charette
2025-10-12Optimized View.dispatch() a bit.sobolevn
2025-10-11Fixed #36646 -- Added compatibility for oracledb 3.4.0.Simon Charette
2025-10-09Corrected admin check IDs in docs.Mariusz Felisiak
2025-10-08Fixed #36526 -- Doc'd QuerySet.bulk_update() memory usage when batching.Natalia
2025-10-08Fixed #35961 -- Migrated license metadata in pyproject.toml to conform PEP 639.Michiel W. Beijen