|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 29 | ## Version 0.9.0
|
4 | 30 |
|
5 | 31 | * Fork as [django-pylint](https://github.com/MrSenko/django-pylint) as a Django 2 & Python 3 only package
|
|
0 commit comments