File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 2.3.0 (05 Aug 2020)
5
+ ---------------------------
6
+
7
+ - Improvement in error message for ``missing-backwards-migration-callable ``
8
+ (Bryan Mutai)
9
+ - Start testing with Django 3.1 on Python 3.8
10
+ - Better error message when Django is not configured. Closes
11
+ `#277 <https://github.com/PyCQA/pylint-django/issues/277 >`_
12
+
13
+
4
14
Version 2.2.0 (22 Jul 2020)
5
15
---------------------------
6
16
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.2 .0' ,
16
+ version = '2.3 .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