On 24 Lis, 22:42, Tim Valenta <[email protected]> wrote: > > I want my unmanaged models to literally disappear from Django sight, > > and then re-appear on demand. > > That sounds rather hack-ish... I'm not sure Django can do that > exactly. I'm not familiar with the situation, exactly, so I'm unsure > of what you might be able to do differently. >
I'm suffering from something similar to this: http://code.djangoproject.com/ticket/10829 - and I prefer to avoid hacking Django core, resorting to raw SQL etc. I only I could hide those unmanaged models, things would be smooth again, even though it's not the cleanest solution. -- Tomasz Zielinski http://pyconsultant.eu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

