---------------------------
- This is the last version to support Python 2. Issues a deprecation
warning!
- `109 <http://github.com/pylint-dev/pylint-django/pull/109>`__, adding
'urlpatterns', 'register', 'app\_name' to good names. Obsoletes
`111 <http://github.com/pylint-dev/pylint-django/pull/111>`__, fixes
`108 <http://github.com/pylint-dev/pylint-django/issues/108>`__ (Vinay
Pai)
- Add 'handler500' to good names (Mr. Senko)
- `103 <http://github.com/pylint-dev/pylint-django/pull/103>`__: Support
factory\_boy's DjangoModelFactory Meta class (Konstantinos
Koukopoulos)
- `100 <https://github.com/pylint-dev/pylint-django/pull/100>`__: Fix
E1101:Instance of '**proxy**\ ' has no 'format' member' when using
.format() on a ugettext\_lazy translation. Fixes
`80 <https://github.com/pylint-dev/pylint-django/issues/80>`__
(canarduck)
- `99 <https://github.com/pylint-dev/pylint-django/pull/99>`__: Add tests
and transforms for DurationField, fixes
`95 <https://github.com/pylint-dev/pylint-django/issues/95>`__ (James M.
Allen)
- `92 <https://github.com/pylint-dev/pylint-django/pull/92>`__: Add json
field to WSGIRequest proxy (sjk4sc)
- `84 <https://github.com/pylint-dev/pylint-django/pull/84>`__: Add support
for django.contrib.postgres.fields and UUIDField (Villiers Strauss)
- Stop testing with older Django versions. Currently testing with
Django 1.11.x and 2.0
- Stop testing on Python 2, no functional changes in the source code
though
- Update tests and require latest version of pylint (>=1.8), fixes
`53 <https://github.com/pylint-dev/pylint-django/issues/53>`__,
`97 <https://github.com/pylint-dev/pylint-django/issues/97>`__
- `81 <https://github.com/pylint-dev/pylint-django/issues/81>`__ Fix
'duplicate-except' false negative for except blocks which catch the
``DoesNotExist`` exception.