File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Version 2.3.1 (TBD )
5- -------------------
4+ Version 2.4.0 (06 Jan 2021 )
5+ ---------------------------
66
77- Allowed configuration of the Django settings module to be used via a
88 commandline argument `#286 <https://github.com/PyCQA/pylint-django/issues/286 >`_
99- If Django settings are not specified via a commandline argument or environment
1010 variable, an error is issued but defaults are loaded from Django, removing the
11- fatal error behaviour. `#277 <https://github.com/PyCQA/pylint-django/issues/277 >`__
12- and `#243 <https://github.com/PyCQA/pylint-django/issues/243 >`__
11+ fatal error behaviour. `#277 <https://github.com/PyCQA/pylint-django/issues/277 >`_
12+ and `#243 <https://github.com/PyCQA/pylint-django/issues/243 >`_
1313- Fixed tests to work with pylint>2.6
14+ - Fixed ``AttributeError: 'Subscript' object has no attribute 'name' `` error.
15+ Closes `#284 <https://github.com/PyCQA/pylint-django/issues/284 >`_ (@uy-rrodriguez)
16+ - Pin Faker version to Prevent Asteroid Crash (James Pulec)
17+ - Remove Python 3.5 Support (EOL since Sept 2020 and Faker requires 3.6 anyway)
18+ (James Pulec)
19+ - Fixed reverse manager ``update_or_create `` calls (James Pulec)
20+
1421
1522Version 2.3.0 (05 Aug 2020)
1623---------------------------
Original file line number Diff line number Diff line change 13131414 description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
1515 long_description = LONG_DESCRIPTION ,
16- version = '2.3 .0' ,
16+ version = '2.4 .0' ,
1717 packages = find_packages (),
1818 include_package_data = True ,
1919 install_requires = [
You can’t perform that action at this time.
0 commit comments