- Migrations have been reset. If you were using migrations pre-1.0 you should upgrade to 1.0 instead and only upgrade to 1.0.1 when you are ready to reset your migrations.
- Full Python 3 support
- GCM device_id is now a custom field based on BigIntegerField and always unsigned (it should be input as hex)
- Django versions older than 1.5 now require 'six' to be installed
- Drop uniqueness on gcm registration_id due to compatibility issues with MySQL
- Fix some issues with migrations
- Add some basic tests
- Integrate with travis-ci
- Add an AUTHORS file
- Enable installation with pip
- Add wheel support
- Add full documentation
- Various bug fixes
- Initial release