From 7e8cf74dc74539f40f4cea53c1e8bba82791fcb6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 26 Dec 2014 13:56:08 -0500 Subject: Removed support for syncing apps without migrations per deprecation timeline. Kept support for creating models without migrations when running tests (especially for Django's test suite). --- docs/intro/tutorial01.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'docs/intro/tutorial01.txt') diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index e94e0ed16c..5d4eaca76c 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -537,16 +537,13 @@ Now, run :djadmin:`migrate` again to create those model tables in your database: .. code-block:: bash $ python manage.py migrate - Operations to perform: - Synchronize unmigrated apps: sessions, admin, messages, auth, staticfiles, contenttypes - Apply all migrations: polls - Synchronizing apps without migrations: - Creating tables... - Installing indexes... + Apply all migrations: admin, contenttypes, polls, auth, sessions Running migrations: + Rendering model states... DONE + ... Applying polls.0001_initial... OK - + ... The :djadmin:`migrate` command takes all the migrations that haven't been applied (Django tracks which ones are applied using a special table in your -- cgit v1.3