netzkolchose / django-computedfields

Provides autogenerated autoupdated database fields for model methods.
MIT License
94 stars 14 forks source link

fast_update: Cast.as_postgresql undefined in django 3.2 #102

Closed jerch closed 2 years ago

jerch commented 2 years ago

raising an attribute error:

AttributeError: 'Cast' object has no attribute 'as_postgresql

Test if we can simply replace it with the more generic as_sql.