diff options
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 9e339852b6..5fb5019c1e 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -118,7 +118,7 @@ field and remove a model - and then run :djadmin:`makemigrations`: $ python manage.py makemigrations Migrations for 'books': books/migrations/0003_auto.py: - - Alter field author on book + ~ Alter field author on book Your models will be scanned and compared to the versions currently contained in your migration files, and then a new set of migrations |
