Skip to content

Commit

Permalink
fix #379: typos in RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 7, 2023
1 parent 4d254c6 commit 65397bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In Django's Admin, make the List View sortable
==============================================

If a models contains an ordering field, all we need to make the Django's Admin List View sortable,
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
mixin class together with :class:`~django.contrib.admin.ModelAdmin`, we get a list view which
without any further configuration, owns the functionality to sort its items.

Expand Down

0 comments on commit 65397bd

Please sign in to comment.