File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 2.0.13 (23 Nov 2019), HackBulgaria edition
5
+ --------------------------------------------------
6
+
7
+ - Suppress ``too-many-ancestors `` for class-based generic views
8
+ - Add ``handler400 ``, ``handler403 ``, ``handler404 `` to good_names. Fix
9
+ `#248 <https://github.com/PyCQA/pylint-django/issues/248 >`_
10
+
11
+
4
12
Version 2.0.12 (04 Nov 2019)
5
13
----------------------------
6
14
Original file line number Diff line number Diff line change 13
13
author_email = 'code@landscape.io' ,
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
15
long_description = LONG_DESCRIPTION ,
16
- version = '2.0.12 ' ,
16
+ version = '2.0.13 ' ,
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