diff options
| author | Amir Karimi <amk9978@gmail.com> | 2023-09-16 05:41:22 +0330 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-17 14:00:02 +0100 |
| commit | 27a3eee72170f1eb994a213db985f42c6cf5f994 (patch) | |
| tree | d3522cf986d3ce3c1147063c5dbd1805c95843fa /docs/ref/contrib | |
| parent | c7e986fc9f4848bd757d4b9b70a40586d2cee9fb (diff) | |
Fixed #31700 -- Made makemigrations command display meaningful symbols for each operation.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index eb62df56a8..53c961561c 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -241,7 +241,7 @@ create a database migration: $ python manage.py makemigrations Migrations for 'world': world/migrations/0001_initial.py: - - Create model WorldBorder + + Create model WorldBorder Let's look at the SQL that will generate the table for the ``WorldBorder`` model: |
