1.3.0
What's Changed
π₯ Breaking changes
If you use external database (not docker) you must install unaccent postgres extension with a superuser.
You can do it with this command : CREATE EXTENSION unaccent;
on your database. For docker user, this is made by django migration
π« Enhancement
- Unaccent extension is now installed from django migrations for docker user by @submarcos in #218
- Allow user to delete Contribution (fix #217) by @babastienne in #220
- Add fixtures to contributions in order to pre-fill values for forms by @babastienne in #220
π Bug fixes
- Return JamType list instead of text field (fix #199) by @babastienne in #220
π Documentation
- Update import_data.rst by @thomaspnrhj
π Translations
- Fix translations for fields that were in English in fr mode by @babastienne in #220
- Change name and translation of Landing Type object by @babastienne in #220
Full Changelog: 1.2.4...1.3.0