On 11/6/06, SmileyChris <[EMAIL PROTECTED]> wrote:
>
> I'm not certain, but it could be that the status_id of the new object
> is returning as a string (because it's most likely come from web
> request). Try comparing the str() of each.
>
> Your __dict__ code is a bit messy - you shouldn't really need to use
> internal methods like this. How about just using getattr(self, f)
> instead.
>

Thanks for the help, comparing the items as strings solved the problem
I was having.



-- 
Matt H <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to