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 1
1
Changelog
2
2
=========
3
3
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
+
4
15
Version 2.0.6 (27 Feb 2019)
5
16
---------------------------
6
17
Original file line number Diff line number Diff line change 13
13
author_email = 'code@landscape.io' ,
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
15
long_description = LONG_DESCRIPTION ,
16
- version = '2.0.6 ' ,
16
+ version = '2.0.7 ' ,
17
17
packages = find_packages (),
18
18
include_package_data = True ,
19
19
install_requires = [
You can’t perform that action at this time.
0 commit comments