Skip to content

Releases: RJ-Gamer/django-arch-check

v1.0.0 baseline file config and toml file support

09 Jun 07:57

Choose a tag to compare

update version to 0.6.0

26 May 07:54

Choose a tag to compare

What's New

Added

  • Migration Safety detector — scans all migrations/ directories and flags
    operations that carry deployment or data-safety risk: RemoveField,
    RenameField, AddField without a default on a NOT NULL column,
    RunPython without atomic = False, and RunSQL.

Fixed

  • missing_service_layer detector 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