[1.8.x] Fixed typo in writing migrations docs

Backport of 3d7a713156 from master.
This commit is contained in:
Claude Paroz 2015-07-01 09:16:17 +02:00
parent 42aa919de9
commit 805e5b88e0
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ If you've used the :djadmin:`makemigrations` command you've probably
already seen ``dependencies`` in action because auto-created already seen ``dependencies`` in action because auto-created
migrations have this defined as part of their creation process. migrations have this defined as part of their creation process.
The ``dependecies`` property is declared like this:: The ``dependencies`` property is declared like this::
from django.db import migrations from django.db import migrations