Re: Bug: Underscores in primary keys and quote/unquote...

2007-06-28 Thread jedie
I don't know how to find this bug. So i create a ticket for this: http://code.djangoproject.com/ticket/4725 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send emai

Re: Bug: Underscores in primary keys and quote/unquote...

2007-06-26 Thread Malcolm Tredinnick
On Tue, 2007-06-26 at 06:29 -0700, jedie wrote: > On 26 Jun., 13:53, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > Since the bug is crash inside change_stage() in the same file, try to > > work out what why the wrong string is being passed in there. This should > > be just pieces of input ca

Re: Bug: Underscores in primary keys and quote/unquote...

2007-06-26 Thread jedie
On 26 Jun., 13:53, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Since the bug is crash inside change_stage() in the same file, try to > work out what why the wrong string is being passed in there. This should > be just pieces of input captured from the URL (via admin/urls.py), so > this suggest

Re: Bug: Underscores in primary keys and quote/unquote...

2007-06-26 Thread Malcolm Tredinnick
On Tue, 2007-06-26 at 01:30 -0700, jedie wrote: > > I have a model class like this: > > class PagesInternal(models.Model): > name = models.CharField(primary_key=True, maxlength=150) > ... > --

Bug: Underscores in primary keys and quote/unquote...

2007-06-26 Thread jedie
I have a model class like this: class PagesInternal(models.Model): name = models.CharField(primary_key=True, maxlength=150) ... And my names (the primary keys