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 a7c02a1 commit 4886aceCopy full SHA for 4886ace
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 0.6.0
6
+
7
- Add checks:
8
- field-default-null
9
@@ -18,7 +20,7 @@
18
20
### 0.4.0
19
21
22
- Add infra for rest framework serializers checks
-- Add checks
23
+- Add checks:
24
- drf-model-serializer-extra-kwargs
25
- drf-model-serializer-meta-attribute
26
- model-admin
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django-extra-checks
-version = 0.5.0
+version = 0.6.0
author = Konstantin Alekseev
author_email = [email protected]
description = Collection of useful checks for Django Checks Framework
0 commit comments