File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Unreleased
5
- ----------
4
+ Version 2.0 (25 July 2018)
5
+ --------------------------
6
6
7
7
- Requires pylint >= 2.0 which doesn't support Python 2 anymore!
8
-
9
8
- Add modelform-uses-unicode check to flag dangerous use of the exclude
10
- attribute in ModelForm.Meta.
9
+ attribute in ModelForm.Meta (Federico Bond) .
11
10
12
11
13
- Version 0.11.1 (25 May 2018), the DjangoCon Heidelberg edittion
14
- ---------------------------------------------------------------
12
+ Version 0.11.1 (25 May 2018), the DjangoCon Heidelberg edition
13
+ --------------------------------------------------------------
15
14
16
15
- Enable test case for ``urlpatterns `` variable which was previously disabled
17
16
- Disable ``unused-argument `` message for the ``request `` argument passed to
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 = '0.11.1 ' ,
16
+ version = '2.0 ' ,
17
17
packages = find_packages (),
18
18
include_package_data = True ,
19
19
install_requires = [
25
25
},
26
26
license = 'GPLv2' ,
27
27
classifiers = [
28
- 'Development Status :: 4 - Beta' ,
29
28
'Environment :: Console' ,
30
29
'Intended Audience :: Developers' ,
31
30
'Operating System :: Unix' ,
You can’t perform that action at this time.
0 commit comments