Added some copyright and encoding strings.
- Legacy-Id: 15910
This commit is contained in:
parent
f076127317
commit
37f46183db
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue