> http://code.djangoproject.com/ticket/10829

Seeing as how it was last updated over a month ago, you might be best
off by downloading his patch and applying it, because there may not be
a solution very quickly.  Development for version 1.2 is going on
right now, and they're focusing on brand-new features at the moment.
Bug fixes and such tweaks (which I think this will be categorized as)
won't start getting attention until January.

If you've got an SVN checkout of Django, you can apply the patch with
some simple SVN commands (easily Google'd).  Just look for something
about applying a patch, specifically with that vocabulary.

If you've got a frozen downloaded version, you could open up the
".diff" patch in a text editor and figure out which file it's
patching, and add any lines with a "+" in front of it, and remove any
with a "-" in front of it.

I'm afraid there won't be a core update right away, and it sounds like
you're in need of one.  Unless someone more knowledgeable with the
Database layer can help out, I'm unsure of what else you might be able
to do.

On Nov 24, 3:02 pm, Tomasz Zieliński
<tomasz.zielin...@pyconsultant.eu> wrote:
> On 24 Lis, 22:42, Tim Valenta <tonightslasts...@gmail.com> 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 Zielinskihttp://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 django-us...@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.


Reply via email to