Skip to content

Releases: mosparo/django-integration

v1.0.7

27 Dec 09:43
b8d8349

Choose a tag to compare

This release is a translation update.

The Korean translations were added thanks to the contribution by MarongHappy.

v1.0.6

23 Nov 19:28
f7ebded

Choose a tag to compare

Version 1.0.6 contains a fix for the JavaScript initialization code in the HTML template.

The code was not handling all possible cases correctly, which led to problems when mosparo was loaded too late.

This issue was reported and fixed by @matthiask. Thank you very much for your help!

v1.0.5

12 Jun 17:59
ebe7543

Choose a tag to compare

With this new version, we've added the required functionality to translate the error messages visible in the frontend and the translations for DE, FR, and TR.

We thank @veronika-unicode for bringing this issue to our attention.

We've added the project to Weblate and are thankful for every additional translation.

v1.0.4

09 Jun 08:56
106285c

Choose a tag to compare

This version contains a fix for the error message when verifying the settings. Preparing the error message generated a TypeError instead of an understandable error message.

This issue was reported and fixed by @tut-tuuut in #5. Thank you very much, @tut-tuuut!

v1.0.3

14 Dec 14:15
63c1e00

Choose a tag to compare

This release contains a fix in the documentation (reported by @21adrian1996 in #3) in the README.md and the required dependencies have been updated.

v1.0.0

18 Jan 18:47

Choose a tag to compare

This is the first official release of the Django integration.

Second beta release

08 Jul 09:25

Choose a tag to compare

With this release, we added a fix to hide the label for the mosparo field. This is important for the new invisible mode of mosparo, where you will not see any visual mosparo box until you submit the form.

Additionally, we've updated and fixed the dependencies.

First beta release

30 Apr 13:26

Choose a tag to compare

This is the first beta release of the Django integration.

The module is published on PyPI, and you can install it with the following command:

pip install mosparo_django