Skip to content

Commit

Permalink
Updated migration docs to match changes from a159b1f
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Jan 7, 2015
1 parent 12bf42a commit 2c0f64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/migration-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c0f64b

Please sign in to comment.