Skip to content

Releases: pylint-dev/pylint-django

Version 2.0.7 (16 April 2019)

31 Oct 14:02
Compare
Choose a tag to compare
  • Fixed AstroidImportError for DecimalField. Fix
    #221 (Daniil Kharkov)
  • Add load_configuration() in pylint_django/__init__.py. Fix
    #222
  • Support ForeignKey relations with to keyword. Fix
    #223 (Daniil Kharkov)

Version 2.0.5 (17 Dec 2018)

31 Oct 14:00
Compare
Choose a tag to compare

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)

31 Oct 13:59
Compare
Choose a tag to compare
  • Avoid traceback with concurrent execution. Fix #197
  • Suppress no-member errors for LazyFunction in factories
  • Suppress no-member errors for RelatedManager fields
  • Clean up compatibility code: PR #207

Version 0.8.1 (14 Dec 2018)

31 Oct 13:58
Compare
Choose a tag to compare
  • 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!