Changelogs starts from version 0.1.3
- Add ability to set custom dependencies, to cover what is required by query definition
- Fix dependency issue (on psycopg) introduced in 0.1.12.
- quote view names at migrations as django does with table names.
- use sqlparse to detect view changes
- fix no_migrations_teardown at django_db_views_setup fixture
- Add pytest
--no-migrationssupport
- Sqlmigrate command shows sql definitions of a view models
- Support for reading ViewRunPython operations from SeparateDatabaseAndState operations
- Adjusted tests to django 4.2
- Fix view_migration_context
- Fix function that generate table hash name, to return lower case strings always
- Fix broken migration from 0.1.3 version. #20
- Detect and delete removed views or views implementations for specified engines.
- Materialized Views
- Started using project state to track models (Operations defines state_forwards)
- Added view registry to simplify tracking of model changes
- Change log starts from 0.1.3