Make factories return unicode data
Django always returns string data from the database as unicode objects (ref: https://docs.djangoproject.com/en/1.4/ref/unicode/#models). Therefor, our factories should do the same
Showing
Please
register
or
sign in
to comment