Re: Might have found a bug with manage.py

2009-07-21 Thread Some Guy
Nevermind, I should have checked trac first instead of searching this group found http://code.djangoproject.com/ticket/11429 and http://code.djangoproject.com/ticket/11428 I guess I'll have to be explicit with which models to dump On Jul 21, 1:23 pm, Some Guy wrote: > also... > > Django versi

Re: Might have found a bug with manage.py

2009-07-21 Thread Some Guy
also... Django version 1.1 beta 1 SVN-11082 On Jul 21, 1:22 pm, Some Guy wrote: > I have a model with a proxy subclass.  dumpdata saves an entry for > each of the superclass' and an additional entry for the proxy class > (with no fields) as well. > >  loaddata then chokes on the superclasses co

Might have found a bug with manage.py

2009-07-21 Thread Some Guy
I have a model with a proxy subclass. dumpdata saves an entry for each of the superclass' and an additional entry for the proxy class (with no fields) as well. loaddata then chokes on the superclasses constraints. Or is it supposed to do this? i.e. (psuedocode..) assume app = 'bar' class a(