Skip to content

Commit b6099be

Browse files
committed
Add NestedTabularInline to README. refs theatlantic#11
1 parent aebc752 commit b6099be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,12 @@ place of their django admin equivalents:
6767
ModelAdmin NestedAdmin
6868
InlineModelAdmin NestedInlineModelAdmin
6969
StackedInline NestedStackedInline
70+
TabularInline NestedTabularInline
7071
======================== ======================
7172

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+
7276
.. code-block:: python
7377
7478
# An example admin.py for a Table of Contents app

0 commit comments

Comments
 (0)