BadValueError: Property title is required

bruno.desthuilliers at gmail.com bruno.desthuilliers at gmail.com
Tue May 31 10:28:43 EDT 2011


On May 31, 10:32 am, Chris Rebert <c... at rebertia.com> wrote:
> On Tue, May 31, 2011 at 1:21 AM, michal.bulla <michal.bu... at gmail.com> wrote:
> > Hello,
>
> > I'm trying to create simple method to create category. I set the model
> > category:
>
> > class Category(db.Model):
> >  title = db.StringProperty(required=True)
> >  clashes_count = db.IntegerProperty(default=0)
>
> <snip some obviously Django-using code>

Not "obviously" Django at all.

> > The problem is that I'm getting an error BadValueError: Property title
> > is required. Can you help me with that ? Thanks
>
> Try asking on the Django mailing list:http://groups.google.com/group/django-users

Arf ! I just told the guy he was on the wrong group when he
(re?)posted this on django-users.





More information about the Python-list mailing list