Closed gregsadetsky closed 1 year ago
another typo: "ineriting" on the same page, under "In Django's Admin, make the List View sortable"
that appears on this line
Hey @jrief thanks for taking care of this!
Small note that on this line, you corrected the word to be "inserting", but it should have been "inheriting" i.e.:
"By inserting inheriting from this mixin class together with django.contrib.admin.ModelAdmin, we get a list view which..."
Cheers
on https://django-admin-sortable2.readthedocs.io/en/latest/usage.html , right above the "do not make this field unique!" warning, there is the following sentence:
"In addition to the reccomended fields, DecimalField or FloatField may work, but haven’t been testest." (sic)
"reccomended" should be "recommended" and "testest" should be "tested"
interestingly, in the source code, the first typo ("reccomended") has been fixed, but "testest" has not: see this line.
so -- the second typo should still be fixed... and the latest documentation should be deployed to readthedocs?
cheers!