Skip to content
Snippets Groups Projects
Commit 9246cc68 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Updated Wagtail to 2.10.2

parent 4daa0efa
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2.16 on 2020-09-28 11:45
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('public_forms', '0002_add_document_choice'),
]
operations = [
migrations.AddField(
model_name='formfield',
name='clean_name',
field=models.CharField(blank=True, default='', help_text='Safe name of the form field, the label converted to ascii_snake_case', max_length=255, verbose_name='name'),
),
]
......@@ -37,11 +37,11 @@ mistune==0.8.4
more-itertools==8.4.0
phonenumberslite==8.12.8
Pillow==7.2.0
psycopg2==2.8.5
psycopg2==2.8.6
reportlab==3.5.34
social_auth_app_django==4.0.0
tomd==0.1.3
wagtail==2.9.3
wagtail==2.10.2
wagtail-cache==1.0.1
whitenoise==5.2.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment