Update usage.rst

master
Brandon Taylor 2014-08-25 09:25:47 -04:00
parent 6c04e3b8df
commit 76f3541c0d
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ 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 ``Sortable`` and have an inner ``Meta`` class that inherits from ``Sortable.Meta``
::
# models.py # models.py
from adminsortable.models import Sortable from adminsortable.models import Sortable