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 397c1f0 commit fce21b7Copy full SHA for fce21b7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.0.1
2
+
3
+Fixed bug:
4
+- Setting a field as NOT NULL without default passed the linter.
5
6
## 3.0.0
7
8
**Breaking API change on `lintmigrations` command**:
django_migration_linter/constants.py
@@ -1,6 +1,6 @@
from appdirs import user_cache_dir
-__version__ = "3.0.0"
+__version__ = "3.0.1"
DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)
0 commit comments