From 39d2da9e68dd74956c9953ce2e76ecc180922e18 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Wed, 17 Feb 2016 11:59:55 +0100 Subject: [PATCH] fix migrating doc --- docs/migrating.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index 941fc96..7848234 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -6,9 +6,9 @@ During the migrating, the ``polymorphic_ctype`` field needs to be filled in. This can be done in the following steps: -1. Inherit your model from :class:`~polymorphic.models.PolymorphicModel` -2. Create a Django migration file to create the ``polymorphic_ctype_id`` database column. -2. Make sure the proper :class:`~django.contrib.contenttypes.models.ContentType` value is filled in. +#. Inherit your model from :class:`~polymorphic.models.PolymorphicModel`. +#. Create a Django migration file to create the ``polymorphic_ctype_id`` database column. +#. Make sure the proper :class:`~django.contrib.contenttypes.models.ContentType` value is filled in. Filling the content type value ------------------------------