b0b4b826f5
`force_unicode` has been [deprecated](https://docs.djangoproject.com/en/1.10/ref/utils/#django.utils.encoding.force_unicode) and replaced with `force_text`[0]. Furthermore, `force_unicode` is not available in Python3, causing the documentation to be unbuildable with Python3 sphinx.