Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

1.0.1

Compare
Choose a tag to compare
@swistakm swistakm released this 22 Mar 18:12
· 568 commits to master since this release

Backwards incompatible changes:

  • Removed the user relationship outside UserenaBaseProfile model. This
    allows the user to define it's own relationship and fixes a conflict while
    running manage.py test. To migrate, place the user field inside your
    profile model, instead of inheriting it from the abstract class.