diff options
| author | Niels Van Och <niels.vanoch@gmail.com> | 2015-11-07 14:43:06 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-18 11:20:00 -0500 |
| commit | 99a1265a394cb50f5b5aa9046f7b6cd230bc25cf (patch) | |
| tree | 79a1063b1731ddeaba4df9ce7df9fc3025e79acf /docs/intro | |
| parent | e09007076138d71d9605c4acd94acdf29cbc87e7 (diff) | |
Fixed #25063 -- Added path to makemigration's output of migration file.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 1e3c1accf7..f6272d479c 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -227,7 +227,7 @@ You should see something similar to the following: .. code-block:: text Migrations for 'polls': - 0001_initial.py: + polls/migrations/0001_initial.py: - Create model Choice - Create model Question - Add field question to choice |
