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 1
1
Changelog
2
2
=========
3
3
4
- Version 2.3.1 (TBD )
5
- -------------------
4
+ Version 2.4.0 (06 Jan 2021 )
5
+ ---------------------------
6
6
7
7
- Allowed configuration of the Django settings module to be used via a
8
8
commandline argument `#286 <https://github.com/PyCQA/pylint-django/issues/286 >`_
9
9
- If Django settings are not specified via a commandline argument or environment
10
10
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 >`_
13
13
- 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
+
14
21
15
22
Version 2.3.0 (05 Aug 2020)
16
23
---------------------------
Original file line number Diff line number Diff line change 13
13
author_email = 'code@landscape.io' ,
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
15
long_description = LONG_DESCRIPTION ,
16
- version = '2.3 .0' ,
16
+ version = '2.4 .0' ,
17
17
packages = find_packages (),
18
18
include_package_data = True ,
19
19
install_requires = [
You can’t perform that action at this time.
0 commit comments