We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebc752 commit b6099beCopy full SHA for b6099be
README.rst
@@ -67,8 +67,12 @@ place of their django admin equivalents:
67
ModelAdmin NestedAdmin
68
InlineModelAdmin NestedInlineModelAdmin
69
StackedInline NestedStackedInline
70
+TabularInline NestedTabularInline
71
======================== ======================
72
73
+Note: for consistency with the other class names, ``NestedAdmin`` will be
74
+deprecated in favor of ``NestedModelAdmin`` in 2.2.1, and removed in version 2.3.
75
+
76
.. code-block:: python
77
78
# An example admin.py for a Table of Contents app
0 commit comments