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 5f752b6 commit 0df77f0Copy full SHA for 0df77f0
CHANGELOG.rst
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
4
+Version 2.0.12 (04 Nov 2019)
5
+----------------------------
6
+
7
+- Fix too broad suppression of ``unused-argument`` warnings for functions and
8
+ methods where the first argument is named ``request``. Now issues warnings
9
+ for the rest of the arguments if they are unused. Fix
10
+ `#249 <https://github.com/PyCQA/pylint-django/issues/249>`_ (Pascal Urban)
11
+- Pass arguments of ``scripts/test.sh`` to ``test_func/pytest`` to ease
12
+ development (Pascal Urban)
13
+- Document behavior when ForeignKey fields are referenced as strings. Fix
14
+ `#241 <https://github.com/PyCQA/pylint-django/issues/241>`_
15
16
17
Version 2.0.11 (10 July 2019)
18
-----------------------------
19
0 commit comments