We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d254c6 commit 65397bdCopy full SHA for 65397bd
docs/source/usage.rst
@@ -70,7 +70,7 @@ In Django's Admin, make the List View sortable
70
==============================================
71
72
If a models contains an ordering field, all we need to make the Django's Admin List View sortable,
73
-is adding the mixin class :class:`adminsortable2.admin.SortableAdminMixin`. By inserting from this
+is adding the mixin class :class:`adminsortable2.admin.SortableAdminMixin`. By inheriting from this
74
mixin class together with :class:`~django.contrib.admin.ModelAdmin`, we get a list view which
75
without any further configuration, owns the functionality to sort its items.
76
0 commit comments