Releases: pylint-dev/pylint-django
Releases · pylint-dev/pylint-django
Version 2.0.9 (26 April 2019)
- Fix
UnboundLocalError: local variable 'key_cls' referenced before assignment
for cases when models is a python package, theto
argument is a string
that is used in this patternapp.Model
and also there is some other
bool
const likenull=True
right afterto
. (Sardorbek Imomaliev) - Don't crash if ForeignKey field doesn't have keyword arguments Fix
#230
Version 2.0.8 (18 April 2019)
- Support recursive (self) ForeignKey relations. Fix
#208 (Daniil Kharkov)
Version 2.0.7 (16 April 2019)
Version 2.0.5 (17 Dec 2018)
Bumping the version number because there's been a mix-up between
GitHub tags and the versions pushed to PyPI for 2.0.3 and 2.0.4.
Please use 2.0.5 which includes the changes mentioned below!
Version 2.0.4 (do not use)
Version 0.8.1 (14 Dec 2018)
- Backported fix for
#120.
WARNING: this release has not been tested via our regular CI process
because the 0.8.x branch is missing lots of internal infrastructure and it
will not be generally supported! This version is provided as a last-resort
measure for users who can't upgrade to the 2.x series! Use at your own risk!