File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 2.0.7 (16 April 2019)
5+ -----------------------------
6+
7+ - Fixed ``AstroidImportError `` for ``DecimalField ``. Fix
8+ `#221 <https://github.com/PyCQA/pylint-django/issues/221 >`_ (Daniil Kharkov)
9+ - Add ``load_configuration() `` in ``pylint_django/__init__.py ``. Fix #222
10+ `#222 <https://github.com/PyCQA/pylint-django/issues/222 >`_
11+ - Support ForeignKey relations with ``to `` keyword. Fix
12+ `#223 <https://github.com/PyCQA/pylint-django/issues/223 >`_ (Daniil Kharkov)
13+
14+
415Version 2.0.6 (27 Feb 2019)
516---------------------------
617
Original file line number Diff line number Diff line change 13131414 description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
1515 long_description = LONG_DESCRIPTION ,
16- version = '2.0.6 ' ,
16+ version = '2.0.7 ' ,
1717 packages = find_packages (),
1818 include_package_data = True ,
1919 install_requires = [
You can’t perform that action at this time.
0 commit comments