diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-07-01 09:16:17 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-07-01 09:17:10 +0200 |
| commit | 805e5b88e0aae946b07fc8c82dff783ca5fd163b (patch) | |
| tree | 426673952027a76e6a44a7893352c256389acf18 | |
| parent | 42aa919de9ef9d039a72e468bdb4e868daa32e5c (diff) | |
[1.8.x] Fixed typo in writing migrations docs
Backport of 3d7a713156 from master.
| -rw-r--r-- | docs/howto/writing-migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/writing-migrations.txt b/docs/howto/writing-migrations.txt index 1e77434b95..f1dfc92d1f 100644 --- a/docs/howto/writing-migrations.txt +++ b/docs/howto/writing-migrations.txt @@ -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 |
