Skip to content

Commit 2e058dc

Browse files
committed
Changelog for version 0.10.0
1 parent 53287bf commit 2e058dc

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## Version 0.10.0 (17 Jan 2018)
4+
5+
This version merges all pending pull requests from the original upstream
6+
repository!
7+
8+
* [Upstream #109](http://github.com/landscapeio/pylint-django/pull/109),
9+
adding 'urlpatterns', 'register', 'app_name' to good names. Obsoletes
10+
[upstream #111](http://github.com/landscapeio/pylint-django/pull/111), fixes
11+
[upstream #108](http://github.com/landscapeio/pylint-django/issues/108)
12+
(Vinay Pai)
13+
* Add 'handler500' to good names (Mr. Senko)
14+
* [Upstream #103](http://github.com/landscapeio/pylint-django/pull/103):
15+
Support factory_boy's DjangoModelFactory Meta class (Konstantinos Koukopoulos)
16+
* [Upstream #100](https://github.com/landscapeio/pylint-django/pull/100):
17+
Fix E1101:Instance of '__proxy__' has no 'format' member' when using .format()
18+
on a ugettext_lazy translation. Fixes
19+
[upstream #80](https://github.com/landscapeio/pylint-django/issues/80) (canarduck)
20+
* [Upstream #99](https://github.com/landscapeio/pylint-django/pull/99):
21+
Add tests and transforms for DurationField, fixes
22+
[upstream #95](https://github.com/landscapeio/pylint-django/issues/95) (James M. Allen)
23+
* [Upstream #92](https://github.com/landscapeio/pylint-django/pull/92):
24+
Add json field to WSGIRequest proxy (sjk4sc)
25+
* [Upstream #84](https://github.com/landscapeio/pylint-django/pull/84):
26+
Add support for django.contrib.postgres.fields and UUIDField (Villiers Strauss)
27+
28+
329
## Version 0.9.0
430

531
* Fork as [django-pylint](https://github.com/MrSenko/django-pylint) as a Django 2 & Python 3 only package

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66

77

8-
_version = '0.9.0'
8+
_version = '0.10.0'
99
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
1010

1111
_short_description = "django-pylint is a Pylint plugin to aid Pylint in recognising and understanding" \

0 commit comments

Comments
 (0)