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 11Changelog
22=========
33
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+
414Version 2.2.0 (22 Jul 2020)
515---------------------------
616
Original file line number Diff line number Diff line change 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.2 .0' ,
16+ version = '2.3 .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