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 1
1
Changelog
2
2
=========
3
3
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
+
4
15
Version 2.0.3 (26 Nov 2018)
5
16
---------------------------
6
17
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 >`_
9
22
10
23
Version 2.0.2 (26 Aug 2018)
11
24
---------------------------
Original file line number Diff line number Diff line change 13
13
author_email = 'code@landscape.io' ,
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
15
long_description = LONG_DESCRIPTION ,
16
- version = '2.0.3 ' ,
16
+ version = '2.0.4 ' ,
17
17
packages = find_packages (),
18
18
include_package_data = True ,
19
19
install_requires = [
You can’t perform that action at this time.
0 commit comments