Skip to content

Releases: Pierre-Sassoulas/django-survey

1.3.36

01 Feb 12:29
Compare
Choose a tag to compare

Add Turkish translation, compatibility with python 3.10

Added Dutch translation

17 Jul 18:06
Compare
Choose a tag to compare
v1.3.35

Update metadata for new release with dutch

Upgraded spanish translation

30 May 21:33
Compare
Choose a tag to compare
v1.3.34

Fix version for 1.3.34 release

Polish translation

11 Nov 13:22
Compare
Choose a tag to compare
1.3.29

Normalize polish translation and update README.md

Brazilian portuguese and indonesian translation

11 Nov 13:23
Compare
Choose a tag to compare
Add .mo file for brazilian portuguese and indonesian

Closes #106

Display by category

09 Jun 08:54
Compare
Choose a tag to compare

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

09 Feb 20:33
Compare
Choose a tag to compare

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

05 Feb 22:25
Compare
Choose a tag to compare

1.3.6

26 Mar 22:29
Compare
Choose a tag to compare

Add the russian language thanks to @manchos

Add Chinese Translation and fix a security issue with Django

27 Feb 21:52
Compare
Choose a tag to compare
1.3.5

Add Chinese Translation and fix a security issue.