1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #32603 -- Made ModelAdmin.list_editable use transactions.

This commit is contained in:
Shubh1815
2022-09-24 15:42:28 +05:30
committed by Mariusz Felisiak
parent c6350d594c
commit 7a39a691e1
3 changed files with 64 additions and 11 deletions

View File

@@ -51,6 +51,9 @@ Minor features
* The ``admin/base.html`` template now has a new block ``nav-breadcrumbs``
which contains the navigation landmark and the ``breadcrumbs`` block.
* :attr:`.ModelAdmin.list_editable` now uses atomic transactions when making
edits.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~