- Upgrade to use with Django 1.10 and Python 3; - Use Django migrations instead of South; - Use GenericIPAddressField instead of deprecated IPAddressField in Vote model; - README.md updated.
0.1.3
Some code style improvements Django 1.7 support user model relation Fix Issue 10 with Poll with pk > 9 raises a 404.