From bee1a68c51f150ef3659d4e0768292f2e1324ce9 Mon Sep 17 00:00:00 2001 From: Ankush Chadda Date: Sat, 10 Sep 2016 16:53:52 +0530 Subject: [PATCH] Change to test travis build --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 39f8f30..9ded059 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -118,7 +118,7 @@ Note: Use later evaluated strings instead of direct classes for the field and wi 'MY_SELECT_KEY': ('yes', 'select yes or no', 'yes_no_null_select'), } -Ordered Fields in admin +Ordered Fields in Django Admin ----------------------- In order to Order the fields , you can use OrderedDict collection. Here is an example: