Skip to content

Releases: xelixdev/django-pgviews-redux

v0.8.3

31 Mar 12:44
Compare
Choose a tag to compare

What's Changed

  • Drop support for Python 3.6 and Django 3.1 by @mikicz in #15
  • Support indexes in mat. views in different schemas by @mikicz in #14 ( fixing #13 )

Full Changelog: v0.8.2...v0.8.3

v0.8.2

05 Feb 16:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

09 Dec 11:27
Compare
Choose a tag to compare

Support Django 4.0

What's Changed

  • Add django 4.0 support and bump version by @robalar in #11

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Nov 13:55
Compare
Choose a tag to compare

Support multiple databases #10 (thank you @copelco!)

v0.7.3

18 Oct 11:05
Compare
Choose a tag to compare

Python 3.10 support

v0.7.2

30 Jul 10:15
Compare
Choose a tag to compare

Updated logging, logging exists messages to a separate logger so they can be individually ignored.

v0.7.1

28 Jul 16:43
Compare
Choose a tag to compare

Drops support for Django 3.0, adds support for Django 3.2

v0.7.0

10 Mar 13:06
Compare
Choose a tag to compare

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 or sync_pgviews
  • Add command refresh_pgviews which refreshes all materialized views

v0.6.1

13 Aug 14:39
Compare
Choose a tag to compare
Bump version

v0.6.0

06 Mar 11:07
Compare
Choose a tag to compare
Update long_description_content_type