From 2c0f64b5f6fe25ca35feb30db7e3112a4cb916ed Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 7 Jan 2015 18:35:25 +0100 Subject: [PATCH] Updated migration docs to match changes from a159b1fac --- docs/ref/migration-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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