Releases: rdegges/django-twilio
Releases · rdegges/django-twilio
Version 0.5.2
Minor release to version 0.5.2
This release solves an issue with custom user models. Please update with:
pip install --upgrade django-twilio
Thanks to Roger Boardman for this update.
Version 0.5.1
This small version update introduces an optional setting for forgery protection:
DJANGO_TWILIO_FORGERY_PROTECTION = False
Having this set in the database will overwrite the functionality of using settings.DEBUG
in your Django setting's file. This will enable you to have debug turned off, but still disable forgery protection.
Set DJANGO_TWILIO_FORGERY_PROTECTION
to True
to ensure proper security, even when debug settings are on.
This will not break any previous functionality.
Version 0.5
Version 0.5 adds a bunch of new feature and fixes:
- The Caller model has a proper phone_number field.
- Support for Authentication Tokens as environment variables.
- Support for Authentication Tokens to be used in a new model - Credential.
- Decorators now support optional HTTP methods.
- Updated support for Django 1.6 +
- Python wheels distribution support
- Various PEP8 fixes
- Much better Travis CI integration
- Read The Docs theme update.
Enjoy!