File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.11 (18 April 2018), the Moscow edition
5
+ ------------------------------------------------
6
+
7
+ - New ``JsonResponseChecker `` that looks for common anti-patterns with
8
+ http responses returning JSON. This includes::
9
+
10
+ HttpResponse(json.dumps(data))
11
+
12
+ HttpResponse(data, content_type='application/json')
13
+
14
+ JsonResponse(data, content_type=...)
15
+
4
16
5
17
Version 0.10.0 (10 April 2018)
6
18
------------------------------
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 = '0.10.1 ' ,
16
+ version = '0.11 ' ,
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