This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
1.0.1
Backwards incompatible changes:
- Removed the
user
relationship outsideUserenaBaseProfile
model. This
allows the user to define it's own relationship and fixes a conflict while
runningmanage.py test
. To migrate, place theuser
field inside your
profile model, instead of inheriting it from theabstract
class.