Skip to content

Commit 1496811

Browse files
committed
Add changelog for version 2.0.1
1 parent 0bf3b65 commit 1496811

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
Version 2.0.1 (20 Aug 2018)
5+
---------------------------
6+
7+
- Enable testing with Django 2.1
8+
- Add test for Model.objects.get_or_create(). Close
9+
`#156 <https://github.com/PyCQA/pylint-django/issues/156>`__
10+
- Add test for objects.exclude(). Close
11+
`#177 <https://github.com/PyCQA/pylint-django/issues/177>`__
12+
- Fix Instance of 'Model' has no 'id' member (no-member),
13+
fix Class 'UserCreationForm' has no 'declared_fields' member. Close
14+
`#184 <https://github.com/PyCQA/pylint-django/issues/184>`__
15+
- Fix for Instance of 'ManyToManyField' has no 'add' member. Close
16+
`#163 <https://github.com/PyCQA/pylint-django/issues/163>`__
17+
- Add test & fix for unused arguments on class based views
18+
19+
420
Version 2.0 (25 July 2018)
521
--------------------------
622

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',
16+
version='2.0.1',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)