Releases: xelixdev/django-pgviews-redux
Releases · xelixdev/django-pgviews-redux
v0.8.3
v0.8.2
What's Changed
- Conditionally use deprecated default_app_config by @dustinchilson in #12
New Contributors
- @dustinchilson made their first contribution in #12
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
New features:
- Support
WITH NO DATA
on materialized views - Support indexes through
Meta.indexes
on materialized views - Add a feature which tries to detect if a materialized view needs to be recreated on running
migrate
orsync_pgviews
- Add command
refresh_pgviews
which refreshes all materialized views