Releases: Pierre-Sassoulas/django-survey
Releases · Pierre-Sassoulas/django-survey
1.3.36
Add Turkish translation, compatibility with python 3.10
Added Dutch translation
v1.3.35 Update metadata for new release with dutch
Upgraded spanish translation
v1.3.34 Fix version for 1.3.34 release
Polish translation
1.3.29 Normalize polish translation and update README.md
Brazilian portuguese and indonesian translation
Add .mo file for brazilian portuguese and indonesian Closes #106
Display by category
The main addition to 1.3.22 is the ability to display question by category but this also includes previous tags feature and bug fixes:
- Add date field and float support
- Makes Xelatex optional
- Permit to add an expiration date and publishing duration for surveys
- Better caching to PDF generation
- Permit to put the TEX directory anywhere
- Permit to export report PDF or CSV directly in django's admin
- Permit to export Excel-compatible CSVs
- Updated chinese translation
- Remove requirements to have a ROOT variable defined in settings.py
- Add a default value for all Settings attributes
Fix most problems with usage from pypi
The code was used by copy-pasting the repository in another Django project, so there was a lot of problem with using from a PyPI package, especially for pdf export with a setting file generated by a new version of Django.
German language and fixed CSV export for null answers
Thanks to @gjelsas and @ebdavison in particular.
1.3.6
Add Chinese Translation and fix a security issue with Django
1.3.5 Add Chinese Translation and fix a security issue.