You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Django 1.5, with postgresql 1.9.4 db... when i try to add cropField to my model and migrate with south it gives 'unicode' object has no attribute data error. I have found the line that is causing the error --->
When i change value.data to value south migrates. But this time when i try to edit my model on admin it gives 'unicode' object has no attribute 'iteritems' error from that line --->
I am using Django 1.5, with postgresql 1.9.4 db... when i try to add cropField to my model and migrate with south it gives 'unicode' object has no attribute data error. I have found the line that is causing the error --->
When i change value.data to value south migrates. But this time when i try to edit my model on admin it gives 'unicode' object has no attribute 'iteritems' error from that line --->
Am i doing smt wrong?
The text was updated successfully, but these errors were encountered: