Commit dea3eefa authored by bahoo's avatar bahoo Committed by Tim Graham
Browse files

[1.7.x] Fixed typo in squashing migrations documentation

Backport of af7d66b4 from master
parent a0cfd779
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,