From 871e1f9ffeb0efe8c2f4733444ecc569efec1c27 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Fri, 26 Apr 2019 13:07:37 +0300 Subject: [PATCH] Changelog for version 2.0.9 --- CHANGELOG.rst | 12 +++++++++--- setup.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 356148cc..17b7a353 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,17 @@ Changelog ========= -Version 2.0.9 (dev) +Version 2.0.9 (26 April 2019) ----------------------------- -- 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) - +- 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) +- Don't crash if ForeignKey field doesn't have keyword arguments Fix + `#230 `_ + + Version 2.0.8 (18 April 2019) ----------------------------- diff --git a/setup.py b/setup.py index d791dddb..97eb68ff 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ author_email='code@landscape.io', description='A Pylint plugin to help Pylint understand the Django web framework', long_description=LONG_DESCRIPTION, - version='2.0.8', + version='2.0.9', packages=find_packages(), include_package_data=True, install_requires=[