Skip to content

Commit 0df77f0

Browse files
committed
Changelog for v2.0.12
1 parent 5f752b6 commit 0df77f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

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+
417
Version 2.0.11 (10 July 2019)
518
-----------------------------
619

0 commit comments

Comments
 (0)