File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ django-nested-admin
55
66**django-nested-admin ** is a project that makes it possible to nest
77admin inlines (that is, to define inlines on InlineModelAdmin classes).
8- It is compatible with Django 2 .2+ and Python 3.5 + and works with or
8+ It is compatible with Django 3 .2+ and Python 3.7 + and works with or
99without Grappelli. When Grappelli is not installed it allows
1010Grappelli-like drag-and-drop functionality.
1111
@@ -44,18 +44,11 @@ you will also need to add to include ``nested_admin.urls`` in your urlpatterns:
4444
4545.. code-block :: python
4646
47- # Django 2+
4847 urlpatterns = [
4948 # ...
5049 path(' _nested_admin/' , include(' nested_admin.urls' )),
5150 ]
5251
53- # Django < 2
54- urlpatterns = [
55- # ...
56- url(r ' ^ _nested_admin/' , include(' nested_admin.urls' )),
57- ]
58-
5952 Example Usage
6053=============
6154
You can’t perform that action at this time.
0 commit comments