-------------
NOTICE
~~~~~~
We dropped support for Python 3.7, 3.8, and for pylint below 3.0.
Bugfixes
~~~~~~~~
- Added Django aliases for ranges to support psycopg 2 and 3 (`421 <https://github.com/pylint-dev/pylint-django/pull/421>`_)
- Support for Python 3.12 datetime (`427 <https://github.com/pylint-dev/pylint-django/pull/427>`_)
- Fixed location of installed LICENSE file (`431 <https://github.com/pylint-dev/pylint-django/issues/431>`_)
- Fixed ForeignKeyStringChecker referencing linter config incorrectly (`430 <https://github.com/pylint-dev/pylint-django/issues/430>`_)
Other
~~~~~
- CI now tests against Django 5.1