[Answered ]-Problem with Django's Tests after South Installation

2👍

The problem is known. Some special data fields are not South complient, it include the encrypted fields from django extension, here the issue and the patch: https://github.com/django-extensions/django-extensions/pull/103

edit: the patch has been merged. it’s in master and will be in next release.

Leave a comment