[1.8.x] Refs #24853 -- Documented a limitation of RunPython and unmigrated apps.

This commit is contained in:
Tim Graham 2015-05-27 14:21:57 -04:00
parent 7ee6043dba
commit df6a4cac52
1 changed files with 3 additions and 0 deletions

View File

@ -236,6 +236,9 @@ give them migrations yourself (using :setting:`MIGRATION_MODULES` to
store those modules outside of the app's own module if you wish), or
keep the app with your user model unmigrated.
In addition, any models that are used in ``RunPython`` operations must have
migrations so that their relations to other models are properly created.
.. _migration-files:
Migration files