2018-08-18 14:35:21 +00:00
|
|
|
# Generated by Django 2.1 on 2018-08-18 14:34
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
2019-06-16 12:32:24 +00:00
|
|
|
dependencies = [("program", "0066_speaker_email")]
|
2018-08-18 14:35:21 +00:00
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2019-06-16 12:32:24 +00:00
|
|
|
name="eventproposal",
|
|
|
|
options={
|
|
|
|
"permissions": (("can_approve_proposals", "Can approve proposals"),)
|
|
|
|
},
|
|
|
|
)
|
2018-08-18 14:35:21 +00:00
|
|
|
]
|