Re: Django magic removeral DON'T support models in multiple files.

2006-05-31 Thread favo
That's right. I just put app_label as a Meta option. and I hope one day we don't need to set this app_label manaully if somebody refator the code in ModelBase.__new__ to let our models app_label set automatically. Thanks for all your help. :-) --~--~-~--~~~---~--~---

Re: Django magic removeral DON'T support models in multiple files.

2006-05-31 Thread Luke Plant
favo wrote: > Thanks a lot ,I have follow the patch > put my appsname int hte Meta. it works. > Thanks. Michael!! Just to note: you do not need the patch for this to work i.e. if you can put app_label as a Meta option. The patch enables you to have a single module level attribute to do the sam

Re: Django magic removeral DON'T support models in multiple files.

2006-05-31 Thread favo
Thanks a lot ,I have follow the patch put my appsname int hte Meta. it works. Thanks. Michael!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: Django magic removeral DON'T support models in multiple files.

2006-05-31 Thread Michael Radziej
favo wrote: > I hope someone can see the post because I don't want to repeat it. > http://groups.google.com/group/django-users/browse_thread/thread/cb3d55413a92151a > > I think is easy to fix. anywhere we have the function in 0.91. > Thanks. I don't have a fix, but the patch in ticket 1821 might

Django magic removeral DON'T support models in multiple files.

2006-05-31 Thread favo
I hope someone can see the post because I don't want to repeat it. http://groups.google.com/group/django-users/browse_thread/thread/cb3d55413a92151a I think is easy to fix. anywhere we have the function in 0.91. Thanks. --~--~-~--~~~---~--~~ You received this mes