Skip to content

Commit 0bbee43

Browse files
committed
Changelog for version 2.0.9
1 parent c3edd26 commit 0bbee43

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
Changelog
22
=========
33

4-
Version 2.0.9 (dev)
4+
Version 2.0.9 (26 April 2019)
55
-----------------------------
66

7-
- Fix ``UnboundLocalError: local variable 'key_cls' referenced before assignment`` for cases when models is a python package, the ``to`` argument is a string that is used in this pattern ``app.Model`` and also there is some other ``bool`` const like ``null=True`` right after ``to``. (Sardorbek Imomaliev)
8-
7+
- Fix ``UnboundLocalError: local variable 'key_cls' referenced before assignment``
8+
for cases when models is a python package, the ``to`` argument is a string
9+
that is used in this pattern ``app.Model`` and also there is some other
10+
``bool`` const like ``null=True`` right after ``to``. (Sardorbek Imomaliev)
11+
- Don't crash if ForeignKey field doesn't have keyword arguments Fix
12+
`#230 <https://github.com/PyCQA/pylint-django/issues/230>`_
13+
14+
915
Version 2.0.8 (18 April 2019)
1016
-----------------------------
1117

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='code@landscape.io',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
1515
long_description=LONG_DESCRIPTION,
16-
version='2.0.8',
16+
version='2.0.9',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)