Update usage docs
parent
795dc26275
commit
2e5f7addf4
|
|
@ -4,7 +4,7 @@ Using Django Admin Sortable
|
||||||
Models
|
Models
|
||||||
------
|
------
|
||||||
|
|
||||||
To add sorting to a model, your model needs to inherit from ``Sortable`` and have an inner ``Meta`` class that inherits from ``Sortable.Meta``::
|
To add sorting to a model, your model needs to inherit from ``SortableMixin`` and at minimum, define an inner ``Meta.ordering`` value
|
||||||
|
|
||||||
# models.py
|
# models.py
|
||||||
from adminsortable.models import Sortable
|
from adminsortable.models import Sortable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue