From b2b20bed55ef45fd090467c05ff8f81a56404783 Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Mon, 22 May 2017 14:11:43 +0300 Subject: [PATCH] docs: Fix a missing newline --- docs/migrating.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migrating.rst b/docs/migrating.rst index b6f7d5c..866da3b 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -61,6 +61,7 @@ It's recommended to let ``makemigrations`` create the migration file, and include the ``RunPython`` manually before running the migration. .. versionadded:: 1.1 + When the model is created elsewhere, you can also use the :func:`polymorphic.utils.reset_polymorphic_ctype` function: