docs: Fix a missing newline

fix_request_path_info
Jerome Leclanche 2017-05-22 14:11:43 +03:00
parent 66124a59eb
commit b2b20bed55
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ It's recommended to let ``makemigrations`` create the migration file,
and include the ``RunPython`` manually before running the migration. and include the ``RunPython`` manually before running the migration.
.. versionadded:: 1.1 .. versionadded:: 1.1
When the model is created elsewhere, you can also use When the model is created elsewhere, you can also use
the :func:`polymorphic.utils.reset_polymorphic_ctype` function: the :func:`polymorphic.utils.reset_polymorphic_ctype` function: