diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-25 06:37:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-25 06:39:16 -0400 |
| commit | 65885f265a17b5674f10ebd4e5285e1c3dadb1a0 (patch) | |
| tree | 85753af655d4776555c0fab80272d998184f4c79 /docs/topics | |
| parent | 82418a5d6df25f6714e9da5922e2d8187e687a6f (diff) | |
[1.8.x] Fixed malformed Sphinx directives.
Backport of e3d1f2422c49d7f65d017b8caa35215afe18f835 from master
Diffstat (limited to 'docs/topics')
| -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 ebd13e7184..c3bcc9d7fc 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -356,7 +356,7 @@ Note that this only works given two things: that your database doesn't match your models, you'll just get errors when migrations try to modify those tables. -.. versionchanged: 1.8 +.. versionchanged:: 1.8 The ``--fake-initial`` flag to :djadmin:`migrate` was added. Previously, Django would always automatically fake-apply initial migrations if it |
