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 e2d8ca9 commit c475b9dCopy full SHA for c475b9d
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Version 2.0.2 (26 Aug 2018)
5
+---------------------------
6
+
7
+- Suppress false-positive no-self-argument in factory.post_generation. Fix
8
+ `#190 <https://github.com/PyCQA/pylint-django/issues/190>`_ (Federico Bond)
9
10
11
Version 2.0.1 (20 Aug 2018)
12
---------------------------
13
setup.py
@@ -13,7 +13,7 @@
author_email='[email protected]',
14
description='A Pylint plugin to help Pylint understand the Django web framework',
15
long_description=LONG_DESCRIPTION,
16
- version='2.0.1',
+ version='2.0.2',
17
packages=find_packages(),
18
include_package_data=True,
19
install_requires=[
0 commit comments