Added some copyright and encoding strings.

- Legacy-Id: 15910
This commit is contained in:
Henrik Levkowetz 2019-01-23 18:38:16 +00:00
parent f076127317
commit 37f46183db
4 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# Copyright The IETF Trust 2019, All Rights Reserved
# -*- coding: utf-8 -*-
# Generated by Django 1.11.16 on 2019-01-16 05:53
from __future__ import unicode_literals

View file

@ -195,6 +195,8 @@ def forward(apps, schema_editor):
for k,v in features.items():
setattr(gf, k, v)
gf.save()
# This migration does not remove or change any previous fields, and executes
# swirftly, so we permit it to be interleaved with schema migrations
forward.interleavable = True
def reverse(apps, schema_editor):

View file

@ -1,3 +1,4 @@
# Copyright The IETF Trust 2019, All Rights Reserved
# -*- coding: utf-8 -*-
# Generated by Django 1.11.16 on 2019-01-19 10:08
from __future__ import unicode_literals

View file

@ -1,4 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
# Copyright The IETF Trust 2007-2019, All Rights Reserved
# -*- coding: utf-8 -*-
import datetime
import email.utils