diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-25 00:34:32 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-24 17:34:32 -0400 |
| commit | 426bca002c7902ceae230e0ce08a76dd6b6d3a06 (patch) | |
| tree | ddc8a220ad69e1562ba3e997809730c959bbb5fe /docs/ref | |
| parent | 3c97ba2a0d3a03e89b27a7a895562e5282018613 (diff) | |
Fixed #26816 -- Corrected an admin check to require inlines to subclass InlineModelAdmin.
Diffstat (limited to 'docs/ref')
| -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``. |
