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 11Changelog
22=========
33
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+
416Version 2.0.15 (14 Apr 2020)
517----------------------------
618
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.0.15 ' ,
16+ version = '2.1.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