django-pgviews icon indicating copy to clipboard operation
django-pgviews copied to clipboard

__init__() got an unexpected keyword argument 'providing_args'

Open rahnama7m opened this issue 2 years ago • 3 comments

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'

rahnama7m avatar May 24 '22 12:05 rahnama7m

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

yoto555 avatar Jun 20 '22 14:06 yoto555

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

mikicz avatar Jun 20 '22 15:06 mikicz

@mikicz thanks!

yoto555 avatar Jun 20 '22 15:06 yoto555