Re: Expected Behavior with Proxy Models

2014-01-23 Thread Viktor Nagy
Hi, the problem was with defining the managers on the Proxy model. As more recent docs say, managers should be defined separately: https://docs.djangoproject.com/en/dev/topics/db/models/#proxy-model-managers this is already fixed in zinnia 0.14. On Wednesday, December 18, 2013 7:30:53 PM UTC+1

Expected Behavior with Proxy Models

2013-12-18 Thread Aaron Spike
I experienced some obscure test failures after integrating Zinnia with my application. I've tracked it down to the behavior of Proxy Models and I'm unable to rationalize the documentation with the behavior I see. Here's what I've done to understand the issue: If I create an app with a Proxy Mod