Django-twilio

Latest version: v0.14.3.3

Safety actively analyzes 623383 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.6

Version 0.6 introduces major changes to how django-twilio manages database schemas, as well as some small bug fixes and documentation updates.

Changes
- Django-twilio 0.6 Now supports [Django 1.7 migrations](http://django-twilio.readthedocs.org/en/latest/install.html#databases-for-django-1-7). This major update means the migrations folders have been reshuffled to support both Django 1.7 migrations and < Django 1.6.\* migrations. **You will need to update South** in order to continue using django-twilio with Django 1.6.*, [instructions for updating South are available here](http://django-twilio.readthedocs.org/en/latest/install.html#requirements)
- Supports Python 3 for django-phonenumber-field.
- Fixed issues with `AUTH_USER_MODEL` and Django 1.7
- Documentation updates for schema migrations, contributing and settings.
- A new section in the documentation, [Settings](http://django-twilio.readthedocs.org/en/latest/settings.html), has been added to make it much easier to discover the settings required for using django-twilio

Upgrading

Upgrading with pip is easy:


$ pip install --upgrade django-twilio

0.5.2

This release solves an issue with custom user models. Please update with:


pip install --upgrade django-twilio


Thanks to [Roger Boardman](https://github.com/boardman) for this update.

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.

0.5

- The Caller model has a proper [phone_number field](https://pypi.python.org/pypi/django-phonenumber-field/0.2a3).
- 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!

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.