Version 0.4.0
Pre-release
Pre-release
Warning: This is a breaking change, and migrations will conflict with v0.3.0 due to PR #23
- Add UserFactory to make testing easier for developers using the package; requires factory_boy (PR #20 )
- Split the
ImprovedIdentityMixin
class into atomic parts:DjangoIntegrationMixin
,FullNameMixin
,ShortNameMixin
,EmailAuthMixin
. This allows developers to create their own custom AbstractUsers if needed. (PR #22) - Change
blank
toTrue
onshort_name
field of User model. (Breaking change! PR #23).