diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 67813067f2..c8b13aa100 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -593,6 +593,8 @@ with the admin site: ``DateTimeField``. * **admin.E129**: ``<modeladmin>`` must define a ``has_<foo>_permission()`` method for the ``<action>`` action. +* **admin.E130**: ``__name__`` attributes of actions defined in + ``<modeladmin>`` must be unique. ``InlineModelAdmin`` ~~~~~~~~~~~~~~~~~~~~ |
