Re: Odd behavior in admin interface with 404 AFTER record is updated!

2008-06-05 Thread Russell Keith-Magee
On Fri, Jun 6, 2008 at 3:00 AM, puff <[EMAIL PROTECTED]> wrote: > > It turns out that Django doesn't like '/' or ':' in the primary key. > Not sure why but that's just the way it is. > > On Jun 4, 6:55 pm, puff <[EMAIL PROTECTED]> wrote: >> I'm having some difficulty with the admin interface that

Re: Odd behavior in admin interface with 404 AFTER record is updated!

2008-06-05 Thread puff
It turns out that Django doesn't like '/' or ':' in the primary key. Not sure why but that's just the way it is. On Jun 4, 6:55 pm, puff <[EMAIL PROTECTED]> wrote: > I'm having some difficulty with the admin interface that has me > stumped and could use a clue or two. > > I've a table that looks

Odd behavior in admin interface with 404 AFTER record is updated!

2008-06-04 Thread puff
I'm having some difficulty with the admin interface that has me stumped and could use a clue or two. I've a table that looks like this: class Destination(models.Model): name = models.CharField( 'Name', max_length = LENGTH_NAMES_LONG, primary_key = True, help_text = 'Destinati