Hank Sims
unread,Feb 2, 2009, 1:03:24 PM2/2/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django Basic Apps
Hi:
I've got a modified version of Basic Blog that's throwing a weird
error I can't seem to shake.
I defined the Post model's "tease" field thusly:
tease = models.TextField(_('tease'), blank=True, null=True)
I can create Post instances from the command line without passing
a post.tease value. They save, no problem. But for some reason I can
not get this going in the admin. The admin doesn't let me save without
giving something to tease. The label for the field shows up bold in
the admin, indicating a required field.
Any reason why this might be? I'm scratching my head senseless
over this.
Best,
Hank Sims