I´ll do a django-update on the weekend.
If the problem still exists, I´ll post here again.

Thanks for the answers,
Patrick

On 29 Aug., 17:06, patrickk <[EMAIL PROTECTED]> wrote:
> I´m on revision 5646
>
> On 29 Aug., 16:57, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote:
>
> > On 8/29/07, Michael Radziej <[EMAIL PROTECTED]> wrote:
>
> > > On Wed, Aug 29, patrickk wrote:
>
> > > > I just changed
> > > > self._cache.set(key, value, timeout or self.default_timeout)
> > > > to
> > > > self._cache.set(smart_str(key), value, timeout or
> > > > self.default_timeout)
> > > > in memcached.py
> > > > and it seems to work.
>
> > > > Don´t know if that´s a proper solution though.
>
> > > Me either ;-) It's probably not the full solution.
>
> > > But please file a ticket so this doesn't get lost (with reference to this
> > > thread).
>
> > Well, this is the error I suspected, but it now occurs to me that I'm
> > not sure what version or rev of Django is being used here.
>
> > Trunk already had this fixed:http://code.djangoproject.com/changeset/5718
>
> > patrickk, if you're trying to use unicode (especially urls) without
> > using a version after rev 5609 (0.96 was something like rev 4800),
> > then you're likely to run into other problems.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to