summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-27 14:21:57 -0400
committerTim Graham <timograham@gmail.com>2015-05-27 14:21:57 -0400
commitdf6a4cac52b58e471168d0a80e5d1900126b7154 (patch)
treeee450b3eb34fbce29cfbcfa1fa6086cb404c4344 /docs
parent7ee6043dba983bd30bdb880a216cb573d76c7fc5 (diff)
[1.8.x] Refs #24853 -- Documented a limitation of RunPython and unmigrated apps.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/migrations.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 6087a5ff66..ebd13e7184 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -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