github pylint-dev/pylint-django v2.4.0
Version 2.4.0 (06 Jan 2021)

latest releases: v2.6.1, v2.6.0, v2.5.4...
3 years ago
  • Allowed configuration of the Django settings module to be used via a
    commandline argument #286 <https://github.com/PyCQA/pylint-django/issues/286>_
  • If Django settings are not specified via a commandline argument or environment
    variable, an error is issued but defaults are loaded from Django, removing the
    fatal error behaviour. #277 <https://github.com/PyCQA/pylint-django/issues/277>_
    and #243 <https://github.com/PyCQA/pylint-django/issues/243>_
  • Fixed tests to work with pylint>2.6
  • Fixed AttributeError: 'Subscript' object has no attribute 'name' error.
    Closes #284 <https://github.com/PyCQA/pylint-django/issues/284>_ (@uy-rrodriguez)
  • Pin Faker version to Prevent Asteroid Crash (James Pulec)
  • Remove Python 3.5 Support (EOL since Sept 2020 and Faker requires 3.6 anyway)
    (James Pulec)
  • Fixed reverse manager update_or_create calls (James Pulec)

Don't miss a new pylint-django release

NewReleases is sending notifications on new releases.