We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac526e1 commit d84f748Copy full SHA for d84f748
1 file changed
junction/proposals/migrations/0028_auto_20200617_2337.py
@@ -0,0 +1,33 @@
1
+# -*- coding: utf-8 -*-
2
+# Generated by Django 1.9 on 2020-06-17 18:07
3
+from __future__ import unicode_literals
4
+
5
+from django.db import migrations, models
6
7
8
+class Migration(migrations.Migration):
9
10
+ dependencies = [
11
+ ("proposals", "0027_auto_20200502_0540"),
12
+ ]
13
14
+ operations = [
15
+ migrations.AlterField(
16
+ model_name="historicalproposal",
17
+ name="video_url",
18
+ field=models.URLField(
19
+ blank=True,
20
+ default="",
21
+ help_text="Short 1-2 min video describing your talk",
22
+ ),
23
24
25
+ model_name="proposal",
26
27
28
29
30
31
32
33
0 commit comments