summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial02.txt1
-rw-r--r--docs/topics/migrations.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index 23bf6c4c94..8f99965a47 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -308,7 +308,6 @@ database:
Operations to perform:
Apply all migrations: admin, auth, contenttypes, polls, sessions
Running migrations:
- Rendering model states... DONE
Applying polls.0001_initial... OK
The :djadmin:`migrate` command takes all the migrations that haven't been
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 90034b0dfe..f68f512cdd 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -135,7 +135,6 @@ database to make sure they work as expected:
Operations to perform:
Apply all migrations: books
Running migrations:
- Rendering model states... DONE
Applying books.0003_auto... OK
Once the migration is applied, commit the migration and the models change