We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7b277 commit 170e1feCopy full SHA for 170e1fe
CHANGELOG.rst
@@ -7,6 +7,8 @@ Unreleased
7
- Start testing with Django 3.2 on Python 3.9 (Michael K.)
8
- Teach pylint-django about all HTTP methods from the View class, not only
9
``get`` and ``post`` (Nicolás Quiroz)
10
+- Typo fixes for
11
+ `#314 <https://github.com/PyCQA/pylint-django/issues/314>`_ (John Sandall)
12
- Ignore ``unused-argument`` for ``*args``, ``**kwards`` in view method signatures
13
14
CONTRIBUTORS.md
@@ -18,3 +18,4 @@
18
* [brymut](https://github.com/brymut)
19
* [michael-k](https://github.com/michael-k)
20
* [naquiroz](https://github.com/naquiroz)
21
+* [john-sandall](https://github.com/john-sandall)
0 commit comments