File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+
5
+ Version 2.0.10 (07 July 2019), Novi sad etition
6
+ -----------------------------------------------
7
+
8
+ - Suppress ``no-member `` for ``ManyToManyField ``. Fix
9
+ `#192 <https://github.com/PyCQA/pylint-django/issues/192 >`_ and
10
+ `#237 <https://github.com/PyCQA/pylint-django/issues/237 >`_ (Pierre Chiquet)
11
+ "remove" and "set" methods were missing on RelatedManager
12
+
13
+ - Fix ``UnboundLocalError `` with ``ForeignKey(to=) ``. Fix
14
+ `#232 <https://github.com/PyCQA/pylint-django/issues/232 >`_ (Sardorbek Imomaliev)
15
+
16
+
4
17
Version 2.0.9 (26 April 2019)
5
18
-----------------------------
6
19
Original file line number Diff line number Diff line change 13
13
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
15
long_description = LONG_DESCRIPTION ,
16
- version = '2.0.9 ' ,
16
+ version = '2.0.10 ' ,
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