You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## Version 0.9.0
4
+
5
+
* Fork as [django-pylint](https://github.com/MrSenko/django-pylint) as a Django 2 & Python 3 only package
6
+
* Update tests for latest version of pylint (>=1.8)
7
+
* Add testing with Django 2.0.x, Python 3.5 and 3.6
8
+
* Only testing with Django 1.11.x LTS from all previous Django versions
9
+
* Stop testing on Python 2
10
+
3
11
## Version 0.7.4
4
12
*[#88](https://github.com/landscapeio/pylint-django/pull/88) Fixed builds with Django 1.10 (thanks to [federicobond](https://github.com/federicobond))
5
13
*[#91](https://github.com/landscapeio/pylint-django/pull/91) Fixed race condition when running with pylint parallel execution mode (thanks to [jeremycarroll](https://github.com/jeremycarroll))
`pylint-django` is a [Pylint](http://pylint.org) plugin for improving code analysis for when analysing code using Django. It is also used by the [Prospector](https://github.com/landscapeio/prospector) tool.
9
+
`django-pylint` is a [Pylint](http://pylint.org) plugin for improving code analysis
10
+
for when analysing code using Django. This package is a currently maintained fork of
If you have `prospector` installed, then `pylint-django` will already be installed as a dependency, and will be activated automatically if Django is detected.
26
-
27
-
```
28
-
prospector [..other options..]
29
-
```
30
-
31
23
# Features
32
24
33
25
* Prevents warnings about Django-generated attributes such as `Model.objects` or `Views.request`.
0 commit comments