Amit Nabarro

Results 5 comments of Amit Nabarro

I am experiencing similar problems. While i am able to reproduce in a particular system, i don't know how to re-create this in an encapsulated environment

I found out a descrepency in the polymorphic_ctype_id values in the base class. I still don't know what caused the polymorphic object to point to the wrong CotentType object, but...

I did find out what my problem was for me, which was unrelated to django-polymorphic directly. I am implementing a multi-tenant system using Postgres schemas. As it turns out, you...

Since I use Postgres i simply used pgAdmin to find the rogue record and modify it. You can easily do a select distinct query on the polymorphic_ctype_id parameter to see...