Changelog
### 2.6.1
```
-------------
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
```
### 2.6.0
```
----------------------------
Not released for lack of a release pipeline at the time the tag was created.
```
Links
- PyPI: https://pypi.org/project/pylint-django
- Changelog: https://data.safetycli.com/changelogs/pylint-django/
- Repo: https://github.com/pylint-dev/pylint-django
This PR updates pylint-django from 2.5.5 to 2.6.1.
Changelog
### 2.6.1 ``` ------------- 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 ``` ### 2.6.0 ``` ---------------------------- Not released for lack of a release pipeline at the time the tag was created. ```Links
- PyPI: https://pypi.org/project/pylint-django - Changelog: https://data.safetycli.com/changelogs/pylint-django/ - Repo: https://github.com/pylint-dev/pylint-django