BezBartek / django-db-views

Creating automatic migrations for Views models witch working reverse and full command options like in normal makemigrations
MIT License
62 stars 12 forks source link

wrap run view migrations into SeparateDatabaseAndState operation #33

Open BezBartek opened 6 months ago

BezBartek commented 6 months ago

Next iteration of: https://github.com/BezBartek/django-db-views/issues/31

Goal is to user SeparateDatabaseAndState operations to wrap ViewRunPytohn operations, and add model changes into it. It will prevent regular Django makemigrations command from creating migrations from view model, to reflect changes in "state" context.