diff options
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/migrations.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index c656e56db5..d7aa7051d1 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -449,6 +449,7 @@ the file in the right place, suggest a name, and add dependencies for you):: Then, open up the file; it should look something like this:: # -*- coding: utf-8 -*- + # Generated by Django A.B on YYYY-MM-DD HH:MM from django.db import models, migrations class Migration(migrations.Migration): |
