We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd07672 commit 32aa18fCopy full SHA for 32aa18f
CHANGELOG.rst
@@ -4,7 +4,9 @@ Changelog
4
Unreleased
5
----------
6
7
-- Start testing with Django 3.2 on Python 3.9
+- 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
11
12
Version 2.4.2 (08 Jan 2021)
CONTRIBUTORS.md
@@ -16,4 +16,5 @@
16
* [WayneLambert](https://github.com/WayneLambert)
17
* [alejandro-angulo](https://github.com/alejandro-angulo)
18
* [brymut](https://github.com/brymut)
19
-
+* [michael-k](https://github.com/michael-k)
20
+* [naquiroz](https://github.com/naquiroz)
0 commit comments