diff options
| author | Tim Graham <timograham@gmail.com> | 2013-08-27 08:05:13 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-27 08:05:13 -0400 |
| commit | c9a69cdb9386f16f0323a2e529d37129591a83e9 (patch) | |
| tree | ffcc1f00fe8eed551c0875a6038804523ef3a83a /docs | |
| parent | bd97026490b3a78db5af0a385cc53ad65e4f66d5 (diff) | |
Fixed #20976 -- Fixed labels in migration docs.
Thanks chrismedrela for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 5862c5defe..136ee79bb4 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -196,7 +196,7 @@ restrict to a single app. Restricting to a single app (either in a guarantee; any other apps that need to be used to get dependencies correct will be. -.. migration-files: +.. _migration-files: Migration files --------------- @@ -273,8 +273,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. - -.. historical-models: +.. _historical-models: Historical models ----------------- |
