Skip to content

Commit

Permalink
Changelog for version 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 26, 2019
1 parent 37430cf commit 871e1f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/PyCQA/pylint-django/issues/230>`_


Version 2.0.8 (18 April 2019)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email='[email protected]',
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=[
Expand Down

0 comments on commit 871e1f9

Please sign in to comment.