Skip to content

Commit f3f8fc7

Browse files
committed
Add changelog for version 0.11
1 parent d1d6f40 commit f3f8fc7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

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+
416

517
Version 0.10.0 (10 April 2018)
618
------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='code@landscape.io',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
1515
long_description=LONG_DESCRIPTION,
16-
version='0.10.1',
16+
version='0.11',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)