- Drop support for Python 3.6. - Add support for Python 3.10 - Drop support for Django versions before 3.2. - Allow override of prev_url and next_url links
0.9.6
==========
- Fix bug 522. 'backports.zoneinfo.ZoneInfo' object has no attribute 'localize'
0.9.5
==========
- Use an AutoField until Django 3.2 is the only supported version
0.9.4
==========
- Dropped support for Python 3.5. - Dropped support for Django 1.11, 2.1 and 3.0. - Add testing for Python 3.9. - Add testing for Django 3.1 and 3.2. - Fix bug 508. Fullcalendar API filters cancelled occurrences.
0.9.3
==================
- Add testing for Python 3.8. - Fix broken migrations.