Skip to content
Snippets Groups Projects
Commit 4eea64c9 authored by Todd Dembrey's avatar Todd Dembrey Committed by Fredrik Jonsson
Browse files

Add the changes to the json encoder

parent 288a4d6f
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.0.2 on 2018-09-05 10:18
import django.contrib.postgres.fields.jsonb
from django.db import migrations
import opentech.apply.stream_forms.files
class Migration(migrations.Migration):
dependencies = [
('funds', '0041_roundbasereviewform'),
]
operations = [
migrations.AlterField(
model_name='applicationrevision',
name='form_data',
field=django.contrib.postgres.fields.jsonb.JSONField(encoder=opentech.apply.stream_forms.files.StreamFieldDataEncoder),
),
migrations.AlterField(
model_name='applicationsubmission',
name='form_data',
field=django.contrib.postgres.fields.jsonb.JSONField(encoder=opentech.apply.stream_forms.files.StreamFieldDataEncoder),
),
]
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