-------------------- - Add support for Python 3.12 - Add support for Django 5.0
4.0.0
-------------------- - Add support for Python 3.8 - 3.11 - Add support for Django 4.1 and 4.2 - Remove support for old Django versions - Remove support for old Python versions
3.3.0
-------------------- - Django 3.x support - switch to BooleanField as base (Django 4.x deprecation)
3.2.1
-------------------- - Fix rST formatting in this file to pass PyPI rendering check
3.2.0
-------------------- - Support Django 2.2 - Support Python 3.7 - Fix metadata to remove deprecated Django versions - Expand travis tests for versions and database engines - Remove obsolete pylint suppressions - Thanks to [shurph](https://github.com/shurph) for the above!
3.1.0
-------------------- - Fix [deprecation of context param for Field.from_db_value](https://code.djangoproject.com/ticket/28370) - Support for Django 2.1 (Thanks [lukeburden](https://github.com/lukeburden) - Switch tests suite to use pytest - Remove pylint-django plugin, no longer needed