summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-10-11 16:03:35 +0200
committerClaude Paroz <claude@2xlibre.net>2014-10-24 15:10:39 +0200
commite50e0ee27bf16090fe36a87cf91fe2baa27b70f1 (patch)
tree267b2a2fc0d948343c69c97654eb1c2e5cf9a25e /docs
parentadf8fb34ced765b25634ec4bef6a40ea55defff5 (diff)
Fixed #23618 -- Allowed apps with no models to still have migrations
Basically a4737bf6ae reapplied.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 6fa91e5ab3..6b08e2b5a1 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -276,6 +276,9 @@ Migrations
* The :class:`~django.db.migrations.operations.RunSQL` operation can now handle
parameters passed to the SQL statements.
+* It is now possible to have migrations (most probably :ref:`data migrations
+ <data-migrations>`) for applications without models.
+
Models
^^^^^^