Re: INSERT INTO "db_model" ("id") VALUES (DEFAULT)

2010-02-13 Thread Karen Tracey
This list is for discussion of the development of Django itself. Please ask usage questions on django-users. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To

INSERT INTO "db_model" ("id") VALUES (DEFAULT)

2010-02-13 Thread Petr van Blokland
Hi, I got at question, that may or may not sound familiar and gives me some direction where to search. I made a normal model description including class Element(models.Model): name = models.CharField() elementtype = models.IntegerField() database connection is ok, filled fields