|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 28 | ## Version 0.7.4
|
4 | 29 | * [#88](https://github.com/landscapeio/pylint-django/pull/88) Fixed builds with Django 1.10 (thanks to [federicobond](https://github.com/federicobond))
|
5 | 30 | * [#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))
|
|
0 commit comments