Commit 805e5b88 authored by Claude Paroz's avatar Claude Paroz
Browse files

[1.8.x] Fixed typo in writing migrations docs

Backport of 3d7a7131 from master.
parent 42aa919d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ If you've used the :djadmin:`makemigrations` command you've probably
already seen ``dependencies`` in action because auto-created
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