factories.py
1.96 KB
-
Make factories return unicode data · 7ef61321
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
Calen Pennington committed