Skip to main content

A reusable Django app that lets users write feedback for any model

Project description

PyPI Build Docs Code Health

A reusable Django app that lets users write feedback for any model

Documentation

The full documentation is at https://django-surveys.readthedocs.io.

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

Unreleased

0.4.2 (2017-06-09)

  • Add on_delete=models.CASCADE on foreign keys for Django 2.0

  • Django 1.11 support

0.4.1 (2017-05-09)

  • [BUG] #16 Fix package of the library to include all templates

0.4.0 (2017-03-10)

  • [FEATURE] Template tags to send rating related emails

  • Run tests against Django 1.11 and master

  • [DOC] Added pull request template with basic checklist

0.3.1 (2017-01-04)

  • [BUG] Fix migration for replaceable foreign key Review.user

0.3.0 (2016-12-23)

  • [IMPROVEMENT] Added on_delete=models.CASCADE to all ForeignKeys, it’ll become required in Django 2.0.

  • [FEATURE] Added created and updated fields to all models using the TimeStampedModel from Django model utils. generated 3 migrations to preserve the existing timestamp that was present on the Review model.

  • [DOC] Corrected links in Changelog

0.2.0 (2016-12-23)

  • #5 [FEATURE] Ability to customise the reviewer model

  • [IMPROVEMENT] Namespaced the app settings a la DRF

0.1.1 (2016-12-23)

  • #6 [BUG] Fix error message when rating is out of bounds

0.1.0 (2016-12-22)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-surveys-0.4.2.tar.gz (13.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page