Skip to content

1.3.0

Compare
Choose a tag to compare
@babastienne babastienne released this 17 Nov 11:01
· 112 commits to master since this release

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

πŸ“– 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