From e34226fc37dfa9eba89d913fd7ab8e95663b0d64 Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Tue, 11 Aug 2015 17:51:01 +1000 Subject: Fixed #25259 -- Added comments to header of generated migration files --- docs/howto/writing-migrations.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/howto') diff --git a/docs/howto/writing-migrations.txt b/docs/howto/writing-migrations.txt index f1dfc92d1f..5527302fa8 100644 --- a/docs/howto/writing-migrations.txt +++ b/docs/howto/writing-migrations.txt @@ -103,6 +103,7 @@ the respective field according to your needs. :filename: 0006_remove_uuid_null.py # -*- coding: utf-8 -*- + # Generated by Django A.B on YYYY-MM-DD HH:MM from __future__ import unicode_literals from django.db import migrations, models @@ -156,6 +157,7 @@ the respective field according to your needs. :filename: 0005_populate_uuid_values.py # -*- coding: utf-8 -*- + # Generated by Django A.B on YYYY-MM-DD HH:MM from __future__ import unicode_literals from django.db import migrations, models -- cgit v1.3