Skip to content

Commit

Permalink
fix migrating doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Feb 17, 2016
1 parent 33af3a7 commit 39d2da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/migrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------
Expand Down

0 comments on commit 39d2da9

Please sign in to comment.