summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-29Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().TildaDares
2026-04-29Fixed #37067 -- Added trailing slash in django_file_prefixes().Fashad Ahmed
2026-04-29Fixed #35951 -- Mentioned server timezone in admin DateTime widgets.Vedran Karacic
2026-04-28Refs CVE-2026-25674 -- Clarified role of umask in upload permissions.Shai Berger
2026-04-28Refs #15759 -- Fixed ModelAdmin.list_editable form submission for non-editabl...Artyom Kotovskiy
2026-04-28Fixed #36990 -- Bumped OpenLayers to 10.9.0.VIZZARD-X
2026-04-28Fixed #35738 -- Deprecated double-dot variable lookups.David Smith
2026-04-28Added stub release notes and release date for 6.0.5 and 5.2.14.Sarah Boyce
2026-04-28Fixed #36912 -- Added connector validation to Q.create().Anna Makarudze
2026-04-27Refs #35514 -- Added warn_about_external_use() deprecation utility.Mike Edmunds
2026-04-27Moved QuerySet.extra() assertions to a separate test.Tim Graham
2026-04-27Fixed #36901 -- Centralized auth timing attack mitigations.afenoum
2026-04-25Refs #35007 -- Pinned exact biome version.Jacob Walls
2026-04-24Fixed #36542 -- Marked authenticate() with @sensitive_variables() decorator.KANIN KEARPIMY
2026-04-24Reverted inadvertent changes to PK formatting in tests.Tim Graham
2026-04-24Replaced references in docs to accepted PEPs with specific Python docs links.Mike Edmunds
2026-04-23Refs #12090 -- Documented parameters for contrib.admin.decorators.action().Sarah Boyce
2026-04-23Refs #35943 -- Fixed admin_views.test_related_object_lookups crash when selen...Mariusz Felisiak
2026-04-22Fixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.Rodrigo Vieira
2026-04-22Refs #10919 -- Refactored walk_items as module-level _walk_items and added tr...Rodrigo Vieira
2026-04-22Fixed #37057 -- Adjusted UniqueConstraint handling of UNKNOWN condition.Simon Charette
2026-04-22Fixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-04-22Fixed #36991 -- Raised BadRequest for invalid encodings in Content-Type headers.Dinesh
2026-04-22Fixed #35943 -- Replaced unload event listener with pagehide.Amar
2026-04-22Fixed #15759 -- Excluded fields by per-object permissions for ModelAdmin.list...Artyom Kotovskiy
2026-04-22Refs #15759 -- Factored out _save_formset() in ModelAdmin.Artyom Kotovskiy
2026-04-20Refs #36005 -- Made OperationCategory subclass StrEnum.Clifford Gama
2026-04-20Refs #373, #34122 -- Removed warning that ForeignObject is an internal tool.Mariusz Felisiak
2026-04-19Refs #28586 -- Added DEFAULT_FETCH_MODE module constant.Jacob Walls
2026-04-19Fixed #37046 -- Allowed Ready for checkin Trac status in PR checks.varunkasyap
2026-04-19Refs #35007 -- Ignored JS formatting changes in git blame.Jacob Walls
2026-04-19Formatted JavaScript files.Tom Carrick
2026-04-19Refs #35007 -- Removed eslint disable in a test.Jacob Walls
2026-04-19Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatt...Tom Carrick
2026-04-19Added support for nested fields to XML deserializer.Tim Graham
2026-04-19Updated release procedure with new CVE workflows.Jacob Walls
2026-04-19Fixed #37048, Refs #36728 -- Added release notes for changes to InclusionAdmi...Anže Pečar
2026-04-19Fixed #37047 -- Fixed crash in Query.orderby_issubset_groupby for descending ...Anže Pečar
2026-04-19Removed OrderedDict representer from PyYAML serializer.Tim Graham
2026-04-19Fixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.Tim Graham
2026-04-19Refs #36986 -- Replaced yaml's Serializer._value_from_field() time handling w...Tim Graham
2026-04-19Replaced yaml serializer workaround to preserve dict order with PyYAML's sort...Tim Graham
2026-04-18Refs #35007 -- Ignored CSS formatting changes in git blame.Jacob Walls
2026-04-18Fixed #37036 -- Added missing flat=True arg in DeferredAttribute.fetch_many().garybadwal
2026-04-18Formatted CSS files.Tom Carrick
2026-04-18Refs #35007 -- Added biome to lint and format CSS files.Tom Carrick
2026-04-18Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.Mariusz Felisiak
2026-04-17Clarified that reporters shouldn't set their own tickets as "Accepted".Jonathan Biemond
2026-04-16Refs #35514 -- Cleaned up email docs.Mike Edmunds
2026-04-16Refs #35514 -- Added "Configuring email" section to email docs.Mike Edmunds