On 3/30/06, yml <[EMAIL PROTECTED]> wrote:
>
> hello limodou,
>
> you have been of great help till now, thank you for your time.
>
> I tried list because I was not working without:
>
>  temp.set_localisation(list(new_data['localisation']))
> =========================================
> error page with: list(new_data['localisation'])
> ===================================
> OperationalError at /profiles/create_manip/
> (1048, "Column 'profile_id' cannot be null")
> Request Method:         POST
> Request URL:    http://localhost:8000/profiles/create_manip/
> Exception Type:         OperationalError
> Exception Value:        (1048, "Column 'profile_id' cannot be null")
> Exception Location:     C:\Python24\lib\site-packages\MySQLdb\cursors.py
> in _do_query, line 193
> Traceback (innermost last)
>
I think the error is a database error, and it's "Column 'profile_id'
cannot be null". Please check if you set a value to profile_id?

--
I like python!
My Blog: http://www.donews.net/limodou
My Site: http://www.djangocn.org
NewEdit Maillist: http://groups.google.com/group/NewEdit

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to