Skip to content

Version 2.4.0 (06 Jan 2021)

Compare
Choose a tag to compare
@atodorov atodorov released this 06 Jan 09:32
· 144 commits to master since this release
  • 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)