mirror of
https://github.com/django/django.git
synced 2025-07-12 15:55:13 +00:00
Fixed typo in writing migrations docs
This commit is contained in:
parent
2d0dead224
commit
3d7a713156
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue