File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
20
Version 2.0 (25 July 2018)
5
21
--------------------------
6
22
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' ,
16
+ version = '2.0.1 ' ,
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