mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #34462 -- Made admin log actions in bulk.
This also deprecates ModelAdmin.log_deletion() and LogEntryManager.log_action().
This commit is contained in:
parent
45e0c5892f
commit
40b3975e7d
12 changed files with 374 additions and 70 deletions
|
@ -56,7 +56,8 @@ details on these changes.
|
|||
See the :ref:`Django 5.1 release notes <deprecated-features-5.1>` for more
|
||||
details on these changes.
|
||||
|
||||
* ...
|
||||
* The ``ModelAdmin.log_deletion()`` and ``LogEntryManager.log_action()``
|
||||
methods will be removed.
|
||||
|
||||
.. _deprecation-removed-in-5.1:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue