Hello,
I'm trying to deploy another developer's blog code, and have run into
some snags with their ModelForm for adding entries.

The segment of code that triggers the error in my views.py:
http://dpaste.com/50238/

The model and modelforms for both the blog, and for the entries:
http://dpaste.com/50237/

The Traceback:
http://dpaste.com/50240/

Now my templates seem to be working fine, and the form is validated
properly on POST.  I can get at all the attributes of the form, and
they all look correct.  It's only when i save the form data that i get
the error.  Any help would be greatly appreciated, i've been trying to
sort this out all day and don't seem to be making much progress.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to