summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-01-07 18:35:25 +0100
committerClaude Paroz <claude@2xlibre.net>2015-01-07 20:10:30 +0100
commit2c0f64b5f6fe25ca35feb30db7e3112a4cb916ed (patch)
treed3401acc6d6e2c745507d3081be0e076f96390fc /docs
parent12bf42ae0db752bf4a4387d6be7276cd145f59d1 (diff)
Updated migration docs to match changes from a159b1fac
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/migration-operations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt
index 4055c4f828..46b87f44c4 100644
--- a/docs/ref/migration-operations.txt
+++ b/docs/ref/migration-operations.txt
@@ -384,7 +384,7 @@ historical models.
Some things to note:
* You don't need to learn too much about ``ProjectState`` to just write simple
- migrations; just know that it has a ``.render()`` method that turns it into
+ migrations; just know that it has an ``apps`` property that gives access to
an app registry (which you can then call ``get_model`` on).
* ``database_forwards`` and ``database_backwards`` both get two states passed