You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I installed latest versions of django-cacheops and django-polymorphic:
python==3.5.2
django==1.10.3
django-cacheops==3.1.1
django-polymorphic==1.0.2
With these versions, django-polymorphic does not work correctly. When I downgrade django-cacheops to 3.1, the problem still exists, and when I downgrade django-cacheops to 3.0.1, the problem goes away. Something in CacheOps 3.1 has broken django-polymorphic.
Hi. I installed latest versions of django-cacheops and django-polymorphic:
With these versions, django-polymorphic does not work correctly. When I downgrade django-cacheops to 3.1, the problem still exists, and when I downgrade django-cacheops to 3.0.1, the problem goes away. Something in CacheOps 3.1 has broken django-polymorphic.
This is the problem:
Suppose we have following models.
Both A, and B are cached using cacheops, using these settings in settings.py:
I run following commands in django shell:
As you see, type of z2.a is "A", bit it should be "B". With cacheops 3.0.1, this is the result:
The text was updated successfully, but these errors were encountered: