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 c164611 commit a99ade3Copy full SHA for a99ade3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
### Unreleased
4
5
+### 0.13.1
6
+
7
+- Fix: respect `empty_strings_allowed` in choices constraint #31
8
9
### 0.13.0
10
11
- Use inheritance to determine check type
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django-extra-checks
-version = 0.13.0
+version = 0.13.1
author = Konstantin Alekseev
author_email = [email protected]
description = Collection of useful checks for Django Checks Framework
0 commit comments