diff options
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index f6fedf87d3..4627367823 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -759,6 +759,8 @@ with the admin site: referenced by ``<modeladmin>.autocomplete_fields``. * **admin.E040**: ``<modeladmin>`` must define ``search_fields``, because it's referenced by ``<other_modeladmin>.autocomplete_fields``. +* **admin.E041**: The value of ``delete_confirmation_max_display`` must be a + non-negative integer or ``None``. ``ModelAdmin`` ~~~~~~~~~~~~~~ @@ -819,8 +821,6 @@ with the admin site: method for the ``<action>`` action. * **admin.E130**: ``__name__`` attributes of actions defined in ``<modeladmin>`` must be unique. Name ``<name>`` is not unique. -* **admin.E131**: The value of ``delete_confirmation_max_display`` must be a - non-negative integer or ``None``. ``InlineModelAdmin`` ~~~~~~~~~~~~~~~~~~~~ |
