>
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