summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-11Refs #37159 -- Documented building release wheel reproducibly.refs-37159Charles Roelli
2026-08-10Fixed #37257, Refs #35738 -- Prevented double-dot deprecation warnings for te...Adam Johnson
2026-08-07Refs #36905 -- Corrected safe param in JSONResponse signature in docs.Aslan Osmanov
2026-08-06Documented additional caveats for inspectdb.Clifford Gama
2026-08-06Fixed #37196 -- Documented SimpleTestCase.async_client_class and async_client...VIZZARD-X
2026-08-06Fixed #29969 -- Omitted inlines without add permission on save-as-new.Jakob Friedrich
2026-08-05Added stub release notes for 6.1.1.Jacob Walls
2026-08-05Finalized release notes for Django 6.1.Jacob Walls
2026-08-05Updated translations from Transifex.Jacob Walls
2026-08-05Added missing lang override in translation fetching helper for Serbian (Latin...Jacob Walls
2026-08-05Fixed #37224 -- Skipped questioner for field changes on unmanaged models.Vishy
2026-08-05Fixed #37205 -- Asserted exact HttpResponse types in tests.Jonathan Biemond
2026-08-04Fixed #37239 -- Cleared stale db_default when pk comes from related object.Jacob Walls
2026-08-04Refs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_default feat...Jacob Walls
2026-08-04Added CVE-2026-15307, CVE-2026-15337, CVE-2026-15830, and CVE-2026-15920 to s...Natalia
2026-08-04Fixed CVE-2026-15920 -- Made display_for_field() validate URLs before renderi...Natalia
2026-08-04Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry collections.Jacob Walls
2026-08-04Fixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Natalia
2026-08-04Fixed CVE-2026-15307 -- Blocked raster strings and dicts in spatial lookups.Jacob Walls
2026-08-03Added free-threaded Python 3.14t to PostGIS CI workflow.David Smith
2026-08-03Fixed #37069 -- Clarified that UniqueConstraint may create a unique index.Clifford Gama
2026-08-03Refs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.Jacob Walls
2026-08-03Fixed #36770 -- Fixed incomplete mocking in SQLiteInMemoryTestDbs.Jacob Walls
2026-08-02Fixed #37242 -- Fixed reading null time fields in LayerMapping.Jacob Walls
2026-07-31Fixed #36626 -- Preserved milliseconds in DataSource time fields.Francesco Bruni
2026-07-31Fixed #37236 -- Allowed altering spatial indexes on RasterField.Mariano Baragiola
2026-07-31Fixed #27734 -- Made parallel test workers reuse database clones of exited wo...Ahmed Mohamed
2026-07-31Removed advice to include ticket numbers in tests.Jacob Walls
2026-07-31Refs #37139 -- Doc'd _is_pk_set() handling of DatabaseDefault.Jacob Walls
2026-07-31Fixed #37238 -- Prevented fallback to python default for a pk with a db_default.Jacob Walls
2026-07-31Fixed #37235 -- Added compatibility for sqlparse 0.5.5.Sarah Boyce
2026-07-31Fixed #37240 -- Fixed simplify_regex() with multiple unnamed groups.SEPURI-SAI-KRISHNA
2026-07-30Updated asgiref dependency in free-threaded requirements.Jacob Walls
2026-07-30Fixed PR number lookup in coverage comment workflow.Jacob Walls
2026-07-30Fixed #37111 -- Added sprints quickstart docs page.Tim Schilling
2026-07-30Refs #28586 -- Doc'd fetch_mode attribute on ModelState.Jacob Walls
2026-07-29Refs #12227 -- Added test for PREPEND_WWW redirect following in test client.anurag629
2026-07-29Refs #28586 -- Added coverage for from_queryset's fetch mode in refresh_from_...Jacob Walls
2026-07-29Fixed #37234 -- Fixed bulk_create() for late-saved related primary keys.Filip Sedlák
2026-07-29Fixed #27752 -- Fixed ordering by Model.__str__ in the admin.VIZZARD-X
2026-07-29Fixed #37194 -- Removed redundant choice widget documentation.maheen8q
2026-07-29Removed PR number artifact from coverage comment workflows.Jacob Walls
2026-07-29Fixed #37233 -- Prevented sort controls for unordered __str__ admin columns.Akshat Sparsh
2026-07-28Allowed the full Python test matrix to run on GitHub Actions.Natalia
2026-07-28Fixed #37230 -- Fixed a crash for second-degree relations in ModelAdmin.list_...Zubair Hassan
2026-07-28Added stub release notes and release date for 6.0.8 and 5.2.17.Natalia
2026-07-28Bumped minimum setuptools version to 83.Jacob Walls
2026-07-27Refs #22712 -- Restored django.contrib.staticfiles.finders.BaseFinder.find().Nick Pope
2026-07-27Fixed #37198 -- Fixed content_disposition_header() quoting of filenames endin...Vishy
2026-07-27Fixed #20023 -- Added custom validation example for admin inlines.Joseano Sousa