You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a small (but potentially misleading for novices) typo in Django was not configured. For more information runpylint --load-plugins=pylint_django --help-msg=django-not-configured.
This should be Django was not configured. For more information runpylint --load-plugins=pylint_django --help-msg=django-not-configured`.
This was also referenced in #306 (but was not the actual issue being reported).
Version 2.4.3 (09 Apr 2021)
---------------------------
- Start testing with Django 3.2 on Python 3.9 (Michael K.)
- Teach pylint-django about all HTTP methods from the View class, not only
``get`` and ``post`` (Nicolás Quiroz)
- Typo fixes for
`<https://github.com/PyCQA/pylint-django/issues/314>`_ (John Sandall)
- Ignore ``unused-argument`` for ``*args``, ``**kwards`` in view method signatures
There's a small (but potentially misleading for novices) typo in
Django was not configured. For more information runpylint --load-plugins=pylint_django --help-msg=django-not-configured
.This should be
Django was not configured. For more information
runpylint
--load-plugins=pylint_django --help-msg=django-not-configured`.This was also referenced in #306 (but was not the actual issue being reported).
Environment Versions
macOS
$ python -V
Python 3.6.11
$ pip --version
pip 21.0.1
pip freeze | grep "pylint-django"
pylint-django==2.4.2
The text was updated successfully, but these errors were encountered: