Skip to content

Commit 67be18d

Browse files
committed
Changelog for v2.0.10
1 parent 17c8b6d commit 67be18d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
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+
417
Version 2.0.9 (26 April 2019)
518
-----------------------------
619

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
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=[

0 commit comments

Comments
 (0)