Added migrations for the model changes done for the Django 1.8 upgrade.
- Legacy-Id: 12478
This commit is contained in:
parent
53f343017e
commit
19ec458668
29
ietf/doc/migrations/0017_auto_20161207_1036.py
Normal file
29
ietf/doc/migrations/0017_auto_20161207_1036.py
Normal file
|
@ -0,0 +1,29 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('doc', '0016_auto_20160927_0713'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='docevent',
|
||||
name='type',
|
||||
field=models.CharField(max_length=50, choices=[(b'new_revision', b'Added new revision'), (b'new_submission', b'Uploaded new revision'), (b'changed_document', b'Changed document metadata'), (b'added_comment', b'Added comment'), (b'added_message', b'Added message'), (b'deleted', b'Deleted document'), (b'changed_state', b'Changed state'), (b'changed_stream', b'Changed document stream'), (b'expired_document', b'Expired document'), (b'extended_expiry', b'Extended expiry of document'), (b'requested_resurrect', b'Requested resurrect'), (b'completed_resurrect', b'Completed resurrect'), (b'changed_consensus', b'Changed consensus'), (b'published_rfc', b'Published RFC'), (b'added_suggested_replaces', b'Added suggested replacement relationships'), (b'reviewed_suggested_replaces', b'Reviewed suggested replacement relationships'), (b'changed_group', b'Changed group'), (b'changed_protocol_writeup', b'Changed protocol writeup'), (b'changed_charter_milestone', b'Changed charter milestone'), (b'initial_review', b'Set initial review time'), (b'changed_review_announcement', b'Changed WG Review text'), (b'changed_action_announcement', b'Changed WG Action text'), (b'started_iesg_process', b'Started IESG process on document'), (b'created_ballot', b'Created ballot'), (b'closed_ballot', b'Closed ballot'), (b'sent_ballot_announcement', b'Sent ballot announcement'), (b'changed_ballot_position', b'Changed ballot position'), (b'changed_ballot_approval_text', b'Changed ballot approval text'), (b'changed_ballot_writeup_text', b'Changed ballot writeup text'), (b'changed_rfc_editor_note_text', b'Changed RFC Editor Note text'), (b'changed_last_call_text', b'Changed last call text'), (b'requested_last_call', b'Requested last call'), (b'sent_last_call', b'Sent last call'), (b'scheduled_for_telechat', b'Scheduled for telechat'), (b'iesg_approved', b'IESG approved document (no problem)'), (b'iesg_disapproved', b'IESG disapproved document (do not publish)'), (b'approved_in_minute', b'Approved in minute'), (b'iana_review', b'IANA review comment'), (b'rfc_in_iana_registry', b'RFC is in IANA registry'), (b'rfc_editor_received_announcement', b'Announcement was received by RFC Editor'), (b'requested_publication', b'Publication at RFC Editor requested'), (b'sync_from_rfc_editor', b'Received updated information from RFC Editor'), (b'requested_review', b'Requested review'), (b'assigned_review_request', b'Assigned review request'), (b'closed_review_request', b'Closed review request')]),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='dochistory',
|
||||
name='tags',
|
||||
field=models.ManyToManyField(to='name.DocTagName', blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='document',
|
||||
name='tags',
|
||||
field=models.ManyToManyField(to='name.DocTagName', blank=True),
|
||||
),
|
||||
]
|
44
ietf/ipr/migrations/0009_auto_20161207_1046.py
Normal file
44
ietf/ipr/migrations/0009_auto_20161207_1046.py
Normal file
|
@ -0,0 +1,44 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ipr', '0008_auto_20160720_0218'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='genericiprdisclosure',
|
||||
name='holder_contact_email',
|
||||
field=models.EmailField(max_length=254),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='holderiprdisclosure',
|
||||
name='holder_contact_email',
|
||||
field=models.EmailField(max_length=254),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='holderiprdisclosure',
|
||||
name='ietfer_contact_email',
|
||||
field=models.EmailField(max_length=254, blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='iprdisclosurebase',
|
||||
name='submitter_email',
|
||||
field=models.EmailField(max_length=254, blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='nondocspecificiprdisclosure',
|
||||
name='holder_contact_email',
|
||||
field=models.EmailField(max_length=254),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='thirdpartyiprdisclosure',
|
||||
name='ietfer_contact_email',
|
||||
field=models.EmailField(max_length=254),
|
||||
),
|
||||
]
|
24
ietf/liaisons/migrations/0012_auto_20161207_1036.py
Normal file
24
ietf/liaisons/migrations/0012_auto_20161207_1036.py
Normal file
|
@ -0,0 +1,24 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('liaisons', '0011_auto_20161013_1034'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='liaisonstatement',
|
||||
name='tags',
|
||||
field=models.ManyToManyField(to='name.LiaisonStatementTagName', blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='liaisonstatementgroupcontacts',
|
||||
name='group',
|
||||
field=models.ForeignKey(null=True, to='group.Group', unique=True),
|
||||
),
|
||||
]
|
24
ietf/mailtrigger/migrations/0008_auto_20161207_1104.py
Normal file
24
ietf/mailtrigger/migrations/0008_auto_20161207_1104.py
Normal file
|
@ -0,0 +1,24 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mailtrigger', '0007_add_interim_announce'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='mailtrigger',
|
||||
name='cc',
|
||||
field=models.ManyToManyField(related_name='used_in_cc', to='mailtrigger.Recipient', blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='mailtrigger',
|
||||
name='to',
|
||||
field=models.ManyToManyField(related_name='used_in_to', to='mailtrigger.Recipient', blank=True),
|
||||
),
|
||||
]
|
19
ietf/meeting/migrations/0041_auto_20161207_1137.py
Normal file
19
ietf/meeting/migrations/0041_auto_20161207_1137.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('meeting', '0040_fix_mext_meeting_materials'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='timeslot',
|
||||
name='sessions',
|
||||
field=models.ManyToManyField(help_text='Scheduled session, if any.', related_name='slots', through='meeting.SchedTimeSessAssignment', to='meeting.Session', blank=True),
|
||||
),
|
||||
]
|
34
ietf/nomcom/migrations/0011_auto_20161207_1046.py
Normal file
34
ietf/nomcom/migrations/0011_auto_20161207_1046.py
Normal file
|
@ -0,0 +1,34 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('nomcom', '0010_nominee_person'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='feedback',
|
||||
name='author',
|
||||
field=models.EmailField(max_length=254, verbose_name=b'Author', blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='feedback',
|
||||
name='nominees',
|
||||
field=models.ManyToManyField(to='nomcom.Nominee', blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='feedback',
|
||||
name='positions',
|
||||
field=models.ManyToManyField(to='nomcom.Position', blank=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='nomination',
|
||||
name='nominator_email',
|
||||
field=models.EmailField(max_length=254, verbose_name=b'Nominator Email', blank=True),
|
||||
),
|
||||
]
|
20
ietf/review/migrations/0006_auto_20161207_1046.py
Normal file
20
ietf/review/migrations/0006_auto_20161207_1046.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
import ietf.utils.validators
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('review', '0005_auto_20161130_0628'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='reviewersettings',
|
||||
name='filter_re',
|
||||
field=models.CharField(blank=True, help_text=b'Draft names matching this regular expression should not be assigned', max_length=255, verbose_name=b'Filter regexp', validators=[ietf.utils.validators.RegexStringValidator()]),
|
||||
),
|
||||
]
|
19
ietf/submit/migrations/0017_auto_20161207_1046.py
Normal file
19
ietf/submit/migrations/0017_auto_20161207_1046.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('submit', '0016_fix_duplicate_upload_docevents'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='submissioncheck',
|
||||
name='time',
|
||||
field=models.DateTimeField(auto_now=True),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue