Skip to content

Commit 170e1fe

Browse files
committed
Update changelog & contributors list
1 parent 7e7b277 commit 170e1fe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Unreleased
77
- Start testing with Django 3.2 on Python 3.9 (Michael K.)
88
- Teach pylint-django about all HTTP methods from the View class, not only
99
``get`` and ``post`` (Nicolás Quiroz)
10+
- Typo fixes for
11+
`#314 <https://github.com/PyCQA/pylint-django/issues/314>`_ (John Sandall)
1012
- Ignore ``unused-argument`` for ``*args``, ``**kwards`` in view method signatures
1113

1214

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
* [brymut](https://github.com/brymut)
1919
* [michael-k](https://github.com/michael-k)
2020
* [naquiroz](https://github.com/naquiroz)
21+
* [john-sandall](https://github.com/john-sandall)

0 commit comments

Comments
 (0)