From 76f3541c0d67ebdf335884ce2adce5e62c3a8629 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Mon, 25 Aug 2014 09:25:47 -0400 Subject: [PATCH] Update usage.rst --- docs/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index cad68d9..91713b2 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -4,8 +4,8 @@ Using Django Admin Sortable 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 from adminsortable.models import Sortable