summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-10-08Refs #36595 -- Extended "postgis" GitHub Action to run against PostGIS 3.6.Chris Muthig
2025-10-08Added missing backticks in docs/ref/models/fields.txt.Mariusz Felisiak
2025-10-07Added required "issue_message" input to "New contributor" GitHub action.Tim Kamanin
2025-10-03Refs #36623 -- Confirmed support for PostGIS 3.6.Mariusz Felisiak
2025-10-03Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.Mariusz Felisiak
2025-10-03Fixed #36636, Refs #15902 -- Removed session-based storage reference from set...Dani Fornons
2025-10-03Refs #36143, #28596 -- Avoided mentioning exact query parameter limit in bulk...Jacob Walls
2025-10-02Refs #36491 -- Skipped ParallelTestSuiteTest.test_buffer_mode_reports_setupcl...Mariusz Felisiak
2025-10-01Rewrapped security archive at 79 chars.Mariusz Felisiak
2025-10-01Added CVE-2025-59681 and CVE-2025-59682 to security archive.Jacob Walls
2025-10-01Added stub release notes for 5.2.8.Jacob Walls
2025-10-01Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal via archi...Sarah Boyce
2025-10-01Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggregate(), ...Mariusz Felisiak
2025-09-30Made cosmetic edits to 5.2.7 release notes.Jacob Walls
2025-09-30Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field.Adam Johnson
2025-09-30Fixed #36619 -- Vendored eslint configuration dependencies.Jacob Walls
2025-09-29Skipped NOT NULL constraints on PostgreSQL 18+.Mariusz Felisiak
2025-09-29Fixed assertIndexExists() crash when non-index constraint exists on the same ...Mariusz Felisiak
2025-09-29Added PostgreSQL 18 to scheduled tests workflow.Mariusz Felisiak
2025-09-29Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.okaybro