- Fixed TravisCI config
- Fixed PyPI broken file (requirements.txt)
- Simplified version and setup files.
- Fixed Django 1.10 issue with _num_pages and _count attributes (thanks to urtzai)
- More readme fixes (thanks to shadiakiki1986)
- Fixed Django 1.8 < compatibitlity error fixed (thanks to urtzai)
- Improved readme for different versions of Django (thanks to shadiakiki1986)
- Added support for Django 1.10 and dropped support for 1.6.
- Fixed setup.py.
- Better automatic testing.
- Initial automatic integration with ReadTheDocs.
- Dropped backwards support with Django 1.4 and 1.5 (use version 1.0.9 if you wish to use older versions).
- Added version.py for better version control.
- Updated readme.rst.
- Complete tests.py refactor and TravisCI integration, thanks to @avelis.
- Fixed compatibility with Django 1.9 and Python 3.
- Fixed rst2html.py (docutils 0.8 - for compliance with PyPI) warnings in README.rst.
- Updates in README and setup.
- Added Bootstrap 3 compliance and a new paginate_bs2 tag give Bootstrap 2 backwards compatibility.
- Fixing documentation TEMPLATE_CONTEXT_PROCESSORS
- Fixing documentation and upload error in pip uploading
- Fixing packaging issues that didn't upload templates correctly
- First release