File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 2.1.0 (12 Jul 2020)
5
+ ---------------------------
6
+
7
+ - New checker to warn about missing backwards data migrations (Bryan Mutai)
8
+ - Rename ``pylint_django.checkers.db_performance `` to
9
+ ``pylint_django.checkers.migrations ``
10
+ - Add URL to project Changelog for PyPI (Ville Skyttä)
11
+ - Fix failing test suite b/c of missing CSV dialect. Fix
12
+ `#268 <https://github.com/PyCQA/pylint-django/issues/268 >`_
13
+ (Alejandro Angulo)
14
+
15
+
4
16
Version 2.0.15 (14 Apr 2020)
5
17
----------------------------
6
18
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.0.15 ' ,
16
+ version = '2.1.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