Re: migration via south for inheritance change -> please help

2012-07-09 Thread Daniel Walz
Hi Melvyn, 2012/7/9 Melvyn Sopacua : > On 9-7-2012 10:30, Daniel Walz wrote: > >> Ok, I did some tests today and read in the django sources. >> It seems to me, that an abstract model class has no Manager attached, >> at least not by default. > > Because an abstr

Re: migration via south for inheritance change -> please help

2012-07-09 Thread Daniel Walz
t rather whether django knows the real model of an > object it got from a supermodel's table. > which is possible, as long as the developer imports the whole models file with all subclasses. If you import only certain models, you might not get what you expect. But that could be seen as c

Re: migration via south for inheritance change -> please help

2012-07-07 Thread Daniel Walz
bstraction handles this automalically. Seems I have too little faith in the capabilities of python ;-) Best regards Daniel -- Daniel Walz - mcj...@gmail.com Bremen, Germany -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

Re: submit parameters to py script

2012-07-07 Thread Daniel Walz
Hi Samir and Babatunde, 2012/7/7 Babatunde Akinyanmi : > However, I don't think its possible to send both an html page and a > CSV so I guess you'll have to choose one or send them one at a time > (html page then csv). I'm sure Mevlyn will know if its possible > though. > I think so too, one ser

Re: migration via south for inheritance change -> please help

2012-07-07 Thread Daniel Walz
do something in the lines of: > Fruit.objects.all()? So this helps me to solve it, just differently than I thought. (which actually would justify a title change ;-) ) Thanks again :-) Best regards, Daniel -- Daniel Walz - mcj...@gmail.com Bremen, Germany -- You received this message because yo

Re: migration via south for inheritance change -> please help

2012-07-04 Thread Daniel Walz
ngo-users/-/_6CYJ1yqh-sJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en.