I'm using Django 0.95 on MacOS X 10.4 using Python 2.4.3, sqlite 3.3.7, and py-sqlite 2.3.1.
I have this model: http://paste.e-scribe.com/1653/ I did syncdb with a fresh sqlite database and logged in to the admin interface to add a new Event object. I filled in all the fields except for the SignupSlots. Saving worked fine. However, when I tried to edit the Event to add two SignupSlots, clicking save brought me the following error: http://paste.e-scribe.com/1654 Here's a screenshot of the POST data from the error report: http://fallingbullets.com/uploads/post-data.png Magus on IRC was kind enough to track down a potentially relevant line of code in the current SVN trunk: django/db/models/manipulators.py:218 Is this a Django bug or did I do something incorrectly? Thanks, Tyson Tate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---