-----------
- `Issue 7 <https://github.com/pylint-dev/pylint-django/issues/7>`__
Improved handling of Django model fields
- `Issue 10 <https://github.com/pylint-dev/pylint-django/issues/10>`__ No
warning about missing **unicode** if the Django python3/2
compatibility tools are used
- `Issue 11 <https://github.com/pylint-dev/pylint-django/issues/11>`__
Improved handling of Django form fields
- `Issue 12 <https://github.com/pylint-dev/pylint-django/issues/12>`__
Improved handling of Django ImageField and FileField objects
- `Issue 14 <https://github.com/pylint-dev/pylint-django/issues/14>`__
Models which do not define **unicode** but whose parents do now have
a new error (W5103) instead of incorrectly warning about no
**unicode** being present.
- `Issue 21 <https://github.com/pylint-dev/pylint-django/issues/21>`__
``ForeignKey`` and ``OneToOneField`` fields on models are replaced
with instance of the type they refer to in the AST, which allows
pylint to generate correct warnings about attributes they may or may
not have.