diff options
| author | bahoo <jon.c.culver@gmail.com> | 2014-10-27 14:16:39 -0700 |
|---|---|---|
| committer | bahoo <jon.c.culver@gmail.com> | 2014-10-27 14:16:39 -0700 |
| commit | af7d66b4f2015b7681edde6736d552c69d119dd4 (patch) | |
| tree | 4c4176f446a39413f56ae3df927529433cf34905 /docs | |
| parent | 5b8e37a69e66715e9b6a5fc8c4b701498e281a88 (diff) | |
Fixed typo in squashing migrations documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 40f7cac4aa..4d938b5f22 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -459,7 +459,7 @@ Once the operation sequence has been reduced as much as possible - the amount possible depends on how closely intertwined your models are and if you have any :class:`~django.db.migrations.operations.RunSQL` or :class:`~django.db.migrations.operations.RunPython` operations (which can't -be optimized through) - Django will them write it back out into a new set of +be optimized through) - Django will then write it back out into a new set of initial migration files. These files are marked to say they replace the previously-squashed migrations, |
