What's Changed * Add compatibility module to handle psycopg2/3 import by hugorodgerbrown in https://github.com/xelixdev/django-pgviews-redux/pull/25 * Fix passenv by mikicz in https://github.com/xelixdev/django-pgviews-redux/pull/26 * Test psycopg3 and bump version by mikicz in https://github.com/xelixdev/django-pgviews-redux/pull/27
New Contributors * hugorodgerbrown made their first contribution in https://github.com/xelixdev/django-pgviews-redux/pull/25
What's Changed * Update tested versions, remove some compatability code, bump version by mikicz in https://github.com/xelixdev/django-pgviews-redux/pull/22
What's Changed * GitHub Actions by mikicz in https://github.com/mikicz/django-pgviews/pull/17 * Fix silent failure on refresh when e.g. the view is deleted elsewhere by mikicz in https://github.com/mikicz/django-pgviews/pull/20 * Change main development branch to `main`
What's Changed * Drop support for Python 3.6 and Django 3.1 by mikicz in https://github.com/mikicz/django-pgviews/pull/15 * Support indexes in mat. views in different schemas by mikicz in https://github.com/mikicz/django-pgviews/pull/14 ( fixing #13 )