diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-12 16:55:42 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 6c120508b6445cb0d6198b4eacccd411960686d2 (patch) | |
| tree | 95eda814c10c2d78b1f0d4dc258b55b17fecea49 /docs/releases/6.0.txt | |
| parent | 817bc5800b40bcc74534de5e5176919cb826494f (diff) | |
Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.log_action() per deprecation timeline.
Diffstat (limited to 'docs/releases/6.0.txt')
| -rw-r--r-- | docs/releases/6.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 1f6f9a79da..e3f6c8afed 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -299,3 +299,6 @@ to remove usage of these features. * ``django.urls.register_converter()`` no longer allows overriding existing converters. + +* The ``ModelAdmin.log_deletion()`` and ``LogEntryManager.log_action()`` + methods are removed. |
