Releases: peopledoc/django-chunkator
Releases · peopledoc/django-chunkator
v2.0.0
Release v2.0.0 was publised on 2020-06-22
Mainly Django/Python compatibility changes:
- Confirm support for Django 3.0 (#41).
- Remove
six
from the requirements (#43).
- Drop Python 2 Support (#37).
- Drop Django 1.11 support (#40).
v1.5.0
- Confirm support for Django 2.2 (#33).
- Add Python 3.8 support (#34).
v1.4.0
No real breaking changes, just the confirmation that django-chunkator
still works on Django up to 2.1 and Python 3.7.
Changes
- 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
Changes:
- 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).
Django 1.11 support
Mainly a "upgrade your dependencies" release.
- Run tox with Django 1.11 (#22).
- Run tests with the Django master version (#22).
The OneToOne Page
Two contributions by @zebuline, adding two quick/interesting tools in chunkator
.
- Deal with OneToOne Primary Keys (#19).
- Expose the util function
chunkator_page
(#21).
Django 1.10 + Python 3.5
Mainly a version added / removed release. Please note that Django 1.6 and 1.7 support is dropped.
- Drop Django 1.6 and 1.7 support (#15).
- Add Django 1.10 support (#18).
- Add Python 3.5 support (#17).
Django 1.9 support
Warning: this version will be the last to support Django 1.6 or 1.7. Starting of the next version, we'll only support 1.8+.
- Added Django 1.9 support (#9).
- Python 3.4 jobs are being tested in travis (#10).
- Deprecate Django 1.6 and 1.7 support - sending a deprecation warning message (#9).
Python 3 and Django 1.8
This is the first "mature" release of django-chunkator.
Changes compared to the latest (0.0.5) release:
- Django 1.8 compatibility, thank you
tox
(#5).
- Compatible with Python 3 (tested with Python 3.4), thx @wo0dyn (#6).
- Various fixes and added a proper MIT License file (#8).