From 4b0118465b485e068a8d9ead2384fcc2ac741f06 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 28 Jan 2016 17:52:00 +1100 Subject: Fixed #26150 -- Sorted app_labels in migrate command output --- docs/intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial02.txt') 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 -- cgit v1.3