File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.0.4 (17 Dec 2018)
5+ ---------------------------
6+
7+ - Avoid traceback with concurrent execution. Fix
8+ `#197 <https://github.com/PyCQA/pylint-django/issues/197 >`_
9+ - Suppress ``no-member `` errors for ``LazyFunction `` in factories
10+ - Suppress ``no-member `` errors for ``RelatedManager `` fields
11+ - Clean up compatibility code:
12+ `PR #207 <http://github.com/PyCQA/pylint-django/pull/207 >`_
13+
14+
415Version 2.0.3 (26 Nov 2018)
516---------------------------
617
7- - Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and pylint (2.1.1 -> 2.2)
8- `#201 <https://github.com/PyCQA/pylint-django/issues/201> ` and `#202 <https://github.com/PyCQA/pylint-django/issues/202> `
18+ - Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and
19+ pylint (2.1.1 -> 2.2).
20+ `#201 <https://github.com/PyCQA/pylint-django/issues/201 >`_ and
21+ `#202 <https://github.com/PyCQA/pylint-django/issues/202 >`_
922
1023Version 2.0.2 (26 Aug 2018)
1124---------------------------
Original file line number Diff line number Diff line change 1313 author_email = 'code@landscape.io' ,
1414 description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
1515 long_description = LONG_DESCRIPTION ,
16- version = '2.0.3 ' ,
16+ version = '2.0.4 ' ,
1717 packages = find_packages (),
1818 include_package_data = True ,
1919 install_requires = [
You can’t perform that action at this time.
0 commit comments