=== ongoing ===

=== 0.7.2 ===

- Improved Enquiry admin

=== 0.7.1 ===

- Added ordering for start_date for Enquiry model to class Meta

=== 0.7 ===

- templatetags now honour is_published field

=== 0.6 ===

- Added is_published field. Only showing published enquiries on the ListView

=== 0.5 ===

- Made created_by field optional

=== 0.4 ===

- Added get_answers assignment tag. This allows to get the answers sorted by
  vote count

=== 0.3.0 ===

- added apphook and new views

=== 0.2.1 ===

- fixed MANIFEST.in

=== 0.2 ===

- added two new fields to EnquiryTranslation model: description and extra_info
- added assignment tag `get_current_poll`

Created models, views, urls and forms.

=== 0.1 ===

Initial commit
