Skip to content

Commit 37f4618

Browse files
committed
Added some copyright and encoding strings.
- Legacy-Id: 15910
1 parent f076127 commit 37f4618

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

ietf/group/migrations/0006_group_features_lists_to_jsonfield.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright The IETF Trust 2019, All Rights Reserved
12
# -*- coding: utf-8 -*-
23
# Generated by Django 1.11.16 on 2019-01-16 05:53
34
from __future__ import unicode_literals

ietf/group/migrations/0007_new_group_features_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def forward(apps, schema_editor):
195195
for k,v in features.items():
196196
setattr(gf, k, v)
197197
gf.save()
198+
# This migration does not remove or change any previous fields, and executes
199+
# swirftly, so we permit it to be interleaved with schema migrations
198200
forward.interleavable = True
199201

200202
def reverse(apps, schema_editor):

ietf/group/migrations/0008_group_features_onetoone.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright The IETF Trust 2019, All Rights Reserved
12
# -*- coding: utf-8 -*-
23
# Generated by Django 1.11.16 on 2019-01-19 10:08
34
from __future__ import unicode_literals

ietf/group/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright The IETF Trust 2007, All Rights Reserved
1+
# Copyright The IETF Trust 2007-2019, All Rights Reserved
2+
# -*- coding: utf-8 -*-
23

34
import datetime
45
import email.utils

0 commit comments

Comments
 (0)