From 426bca002c7902ceae230e0ce08a76dd6b6d3a06 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Thu, 25 Aug 2016 00:34:32 +0300 Subject: Fixed #26816 -- Corrected an admin check to require inlines to subclass InlineModelAdmin. --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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**: ```` must inherit from - ``BaseModelAdmin``. + ``InlineModelAdmin``. * **admin.E105**: ```` must have a ``model`` attribute. * **admin.E106**: The value of ``.model`` must be a ``Model``. -- cgit v1.3