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