- Confirm support for Django 3.0 (41). - Remove `six` from the requirements (43). - Drop Python 2 Support (37). - Drop Django 1.11 support (40).
1.5.0
- Confirm support for Django 2.2 (33). - Add Python 3.8 support (34).
1.4.0
- Django 2 support - Drop support for Django <1.11 and Python <3.5 (we keep 2.7 still) - Confirm support for Django 2.1 - Add python 3.7 support
1.3.1
- Changing Github Organization from ``novafloss`` to ``peopledoc`` (24), - Added documentation to install and bootstrap the demo app (26), - Removed `PendingDeprecationWarning` due to `StopIteration` usage (23).
1.3.0
- Run tox with Django 1.11 (22). - Run tests with the Django master version (22).
1.2.0
- Deal with OneToOne Primary Keys (19). - Expose the util function ``chunkator_page`` (21).