We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170e1fe commit 58ff5faCopy full SHA for 58ff5fa
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-----------
+Version 2.4.3 (09 Apr 2021)
+---------------------------
6
7
- Start testing with Django 3.2 on Python 3.9 (Michael K.)
8
- Teach pylint-django about all HTTP methods from the View class, not only
setup.py
@@ -13,7 +13,7 @@
13
author_email='code@landscape.io',
14
description='A Pylint plugin to help Pylint understand the Django web framework',
15
long_description=LONG_DESCRIPTION,
16
- version='2.4.2',
+ version='2.4.3',
17
packages=find_packages(),
18
include_package_data=True,
19
install_requires=[
0 commit comments