python - Tastypie migration error -


i'm trying install tastypie django. have south installed. when migrate weird type error.

./manage.py migrate tastypie running migrations tastypie:  - migrating forwards 0002_add_apikey_index.  > tastypie:0001_initial typeerror: type() argument 1 must string, not unicode 

i looked migration 0002 , type isn't being called!

it's bug in latest version (0.10.0). bug report has been submitted. https://github.com/toastdriven/django-tastypie/issues/1005.

you can fix installing previous version:

pip install django-tastypie==0.9.16


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -