Skip to content

Commit 9420b08

Browse files
committed
Changelog for v2.4.0
1 parent 8e44dd8 commit 9420b08

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
Changelog
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

1522
Version 2.3.0 (05 Aug 2020)
1623
---------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='code@landscape.io',
1414
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=[

0 commit comments

Comments
 (0)