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
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
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
3 matches
Mail list logo