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 11Changelog
22=========
33
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+
417Version 2.0.9 (26 April 2019)
518-----------------------------
619
Original file line number Diff line number Diff line change 13131414 description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
1515 long_description = LONG_DESCRIPTION ,
16- version = '2.0.9 ' ,
16+ version = '2.0.10 ' ,
1717 packages = find_packages (),
1818 include_package_data = True ,
1919 install_requires = [
You can’t perform that action at this time.
0 commit comments