mypebble / django-pgviews

Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
195 stars 41 forks source link

__init__() got an unexpected keyword argument 'providing_args' #62

Open rahnama7m opened 2 years ago

rahnama7m commented 2 years ago

When use django-pgviews==0.5.7 with Django 4 raise thise error:


  File ".../lib/python3.8/site-packages/django_pgviews/signals.py", line 4, in <module>
    view_synced = Signal(
TypeError: __init__() got an unexpected keyword argument 'providing_args'
yoto555 commented 2 years ago

same issue here, did you managed to solve this one?

mikicz commented 2 years ago

My fork at https://github.com/mikicz/django-pgviews supports Django 4, https://pypi.org/project/django-pgviews-redux/ at PyPI

yoto555 commented 2 years ago

@mikicz thanks!