Re: DDN: On portability of apps and using Meta.app_label

2007-08-21 Thread SmileyChris
On Aug 22, 4:12 am, "Rob Hudson" <[EMAIL PROTECTED]> wrote: > ...then importing a model from application.models.modelA or whatever > doesn't work out of the box. So, you have to manually set the > Meta.app_label attribute on each model so that it knows how to work out > which app it belongs to. B

DDN: On portability of apps and using Meta.app_label

2007-08-21 Thread Rob Hudson
Hi Devs, I'm working on a patch for #5177 (http://code.djangoproject.com/ticket/5177) which will clean up orphaned content types and Malcolm questioned, "What happens if a model has Meta.app_label set?" and further went on to explain that it was never clearly determined if app_label should only r