diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 82f3c19228..78d3783b59 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -362,7 +362,7 @@ with the admin site: * **admin.E102**: The value of ``save_on_top`` must be a boolean. * **admin.E103**: The value of ``inlines`` must be a list or tuple. * **admin.E104**: ``<InlineModelAdmin class>`` must inherit from - ``BaseModelAdmin``. + ``InlineModelAdmin``. * **admin.E105**: ``<InlineModelAdmin class>`` must have a ``model`` attribute. * **admin.E106**: The value of ``<InlineModelAdmin class>.model`` must be a ``Model``. |
