Make sponsorship benefits actually use JSON datatype in postgres
authorMagnus Hagander <magnus@hagander.net>
Tue, 26 Jun 2018 19:44:29 +0000 (21:44 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 27 Jun 2018 10:55:04 +0000 (12:55 +0200)
commit007e4a1133457bd482a1b030289b86d1b42d5e3c
tree7faf8496486936385481b9abef4adc8b8bdcb290
parent4ac6015c0a645d1ee967a47df6b74b415f03f2ce
Make sponsorship benefits actually use JSON datatype in postgres

Recent djangos have support for it, and a lot of other things become
easier if we treat json as json instead of just string.
postgresqleu/confsponsor/migrations/0008_class_params_json.py [new file with mode: 0644]
postgresqleu/confsponsor/models.py