Releases: mosparo/django-integration
v1.0.7
v1.0.6
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
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
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
v1.0.0
Second beta release
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
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