Releases: RJ-Gamer/django-arch-check
Releases · RJ-Gamer/django-arch-check
v1.0.0 baseline file config and toml file support
Full Changelog: v0.7.1...V1.0.0
update version to 0.6.0
What's New
Added
- Migration Safety detector — scans all
migrations/directories and flags
operations that carry deployment or data-safety risk:RemoveField,
RenameField,AddFieldwithout a default on a NOT NULL column,
RunPythonwithoutatomic = False, andRunSQL.
Fixed
missing_service_layerdetector no longer false-positives on DRF override
methods (get_queryset,perform_create,get_context_data, etc.)
Installation
pip install django-arch-check==0.6.0