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:
committed by
Mariusz Felisiak
parent
c6350d594c
commit
7a39a691e1
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user