> When i try and add a project  in the admin i get the error: 'unicode'
> object has no attribute '_committed' . I'm quite certain it's an issue
> with the image field.

Well, not to be coy, but you have a unicode string somewhere whose
_committed value you are trying to access.  Problem is, the unicode
string does not have this particular value/method.

That's what I'm guessing without seeing the code, anyway.

Wayne

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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