=== (ongoing) ===

=== 0.3 ===

- prepared app for Django 1.9
- added answer filter to admin view
- added checkbox widget for multiselect answers
- ordering answers by position
- used session key to identify anonymous users

=== 0.2 ===

- Prepared app for anonymous users and for the use of text answers

=== 0.1.1 ===

- fixed form saving user response for single select questions

=== 0.1 ===

- Initial commit

Features:
- Create Survey, SurveyQuestion and SurveyAnswer objects via admin
- SurveyForm to be used in a view
- SurveyReportAdminView to let staff view results of a survey
