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 5a13c52 commit b781431Copy full SHA for b781431
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
### Unreleased
4
5
+- Update test matrix: Django 3.2-4.1 X python 3.8-3.11
6
+- Remove deprecated `@ignore_checks`
7
+- Remove deprecated `ignore_types`
8
+
9
### 0.11.0
10
11
- Remove `default_app_config`.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django-extra-checks
-version = 0.11.0
+version = 0.12.0rc0
author = Konstantin Alekseev
author_email = [email protected]
description = Collection of useful checks for Django Checks Framework
@@ -30,6 +30,8 @@ package_dir=
30
=src
31
packages = find:
32
python_requires = >=3.6
33
+install_requires =
34
+ typing-extensions ; python_version < "3.8"
35
36
[options.packages.find]
37
where = src
0 commit comments