* Expanded tests to cover more Python and Django versions. * Expanded stated Django and Python compatibility. * Changed string definition of max_length for charfield to an integer. * Now works on Django 1.11
0.1.1
-----
* Added CHANGELOG.md to keep track of changes. * Added tests to the feed test class to cover queries that are below and beyond the normal page spans. * Fixed feed to give HTTP 404 errors instead of HTTP 500 errors when attempting to access a page index that is out of range (above or below).