File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Django. Use one of these models fields:
6161* :class: `~django.db.models.SmallIntegerField `
6262
6363In addition to the recommended fields, :class: `~django.db.models.DecimalField ` or
64- :class: `~django.db.models.FloatField ` may work, but haven't been testest .
64+ :class: `~django.db.models.FloatField ` may work, but haven't been tested .
6565
6666.. warning :: Do not make this field unique! See below why.
6767
@@ -70,7 +70,7 @@ In Django's Admin, make the List View sortable
7070==============================================
7171
7272If 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 ineriting from this
73+ is adding the mixin class :class: `adminsortable2.admin.SortableAdminMixin `. By inserting from this
7474mixin class together with :class: `~django.contrib.admin.ModelAdmin `, we get a list view which
7575without any further configuration, owns the functionality to sort its items.
7676
You can’t perform that action at this time.
0 commit comments