diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2016-01-28 17:52:00 +1100 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2016-01-29 10:26:04 +1100 |
| commit | 4b0118465b485e068a8d9ead2384fcc2ac741f06 (patch) | |
| tree | 514ef972012d978f0cd40347acf2d7ec5c2ed154 /docs/intro/tutorial02.txt | |
| parent | 19d1cb14519186902d7e27813bf2643fe3f7cfa3 (diff) | |
Fixed #26150 -- Sorted app_labels in migrate command output
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -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 f6272d479c..9a92e47fad 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -328,7 +328,7 @@ Now, run :djadmin:`migrate` again to create those model tables in your database: $ python manage.py migrate Operations to perform: - Apply all migrations: admin, contenttypes, polls, auth, sessions + Apply all migrations: admin, auth, contenttypes, polls, sessions Running migrations: Rendering model states... DONE Applying polls.0001_initial... OK |
