From 27a3eee72170f1eb994a213db985f42c6cf5f994 Mon Sep 17 00:00:00 2001 From: Amir Karimi Date: Sat, 16 Sep 2023 05:41:22 +0330 Subject: Fixed #31700 -- Made makemigrations command display meaningful symbols for each operation. --- docs/intro/tutorial02.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro') diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 6ba70ddc1c..d558a3eb1d 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -241,8 +241,8 @@ You should see something similar to the following: Migrations for 'polls': polls/migrations/0001_initial.py - - Create model Question - - Create model Choice + + Create model Question + + Create model Choice By running ``makemigrations``, you're telling Django that you've made some changes to your models (in this case, you've made new ones) and that -- cgit v1.3