Skip to content

Commit f958844

Browse files
committed
Update changelog
1 parent fdb6299 commit f958844

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.8.0 (unreleased)
4+
5+
* [#109](http://github.com/landscapeio/pylint-django/pull/109),
6+
adding 'urlpatterns', 'register', 'app_name' to good names. Obsoletes
7+
[#111](http://github.com/landscapeio/pylint-django/pull/111), fixes
8+
[#108](http://github.com/landscapeio/pylint-django/issues/108)
9+
(Vinay Pai)
10+
* Add 'handler500' to good names (Mr. Senko)
11+
* [#103](http://github.com/landscapeio/pylint-django/pull/103):
12+
Support factory_boy's DjangoModelFactory Meta class (Konstantinos Koukopoulos)
13+
* [#100](https://github.com/landscapeio/pylint-django/pull/100):
14+
Fix E1101:Instance of '__proxy__' has no 'format' member' when using .format()
15+
on a ugettext_lazy translation. Fixes
16+
[#80](https://github.com/landscapeio/pylint-django/issues/80) (canarduck)
17+
* [#99](https://github.com/landscapeio/pylint-django/pull/99):
18+
Add tests and transforms for DurationField, fixes
19+
[#95](https://github.com/landscapeio/pylint-django/issues/95) (James M. Allen)
20+
* [#92](https://github.com/landscapeio/pylint-django/pull/92):
21+
Add json field to WSGIRequest proxy (sjk4sc)
22+
* [#84](https://github.com/landscapeio/pylint-django/pull/84):
23+
Add support for django.contrib.postgres.fields and UUIDField (Villiers Strauss)
24+
* Stop testing with older Django versions. Currently testing with Django 1.11.x and 2.0
25+
* Stop testing on Python 2, no functional changes in the source code though
26+
* Update tests for latest version of pylint (>=1.8)
27+
328
## Version 0.7.4
429
* [#88](https://github.com/landscapeio/pylint-django/pull/88) Fixed builds with Django 1.10 (thanks to [federicobond](https://github.com/federicobond))
530
* [#91](https://github.com/landscapeio/pylint-django/pull/91) Fixed race condition when running with pylint parallel execution mode (thanks to [jeremycarroll](https://github.com/jeremycarroll))

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
* [jproffitt](https://github.com/jproffitt)
66
* [lhupfeldt](https://github.com/lhupfeldt)
77
* [smirolo](https://github.com/smirolo)
8-
* [mbertolacci](https://github.com/mbertolacci)
8+
* [mbertolacci](https://github.com/mbertolacci)
9+
* [atodorov](https://github.com/atodorov)

0 commit comments

Comments
 (0)