- Improvement in error message for ``missing-backwards-migration-callable`` (Bryan Mutai) - Start testing with Django 3.1 on Python 3.8 - Better error message when Django is not configured. Closes `277 <https://github.com/pylint-dev/pylint-django/issues/277>`_
2.2.0
---------------------------
- Rely on Django to resolve string references in ForeignKey fields. Refs `243 <https://github.com/pylint-dev/pylint-django/issues/243>`_ (Alejandro Angulo) - Suppress ``unused-argument`` for functions in migration modules. Fix `267 <https://github.com/pylint-dev/pylint-django/issues/267>`_ - New checker for hard-coded ``auth.User``. Fix `244 <https://github.com/pylint-dev/pylint-django/issues/244>`_
2.1.0
---------------------------
- New checker to warn about missing backwards data migrations (Bryan Mutai) - Rename ``pylint_django.checkers.db_performance`` to ``pylint_django.checkers.migrations`` - Add URL to project Changelog for PyPI (Ville Skyttä) - Fix failing test suite b/c of missing CSV dialect. Fix `268 <https://github.com/pylint-dev/pylint-django/issues/268>`_ (Alejandro Angulo)
2.0.15
----------------------------
- Do not report error for ``gettext_lazy`` (Antonin MOREL)
2.0.14
----------------------------
- Add support for Django 3.0 and Python 3.8 (Wayne Lambert) - Support ASGI. Fix `258 <https://github.com/pylint-dev/pylint-django/issues/258>`_ (Sander Maijers)