Skip to content

Version 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jambonrose jambonrose released this 15 Aug 02:51
· 91 commits to development since this 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 to True on short_name field of User model. (Breaking change! PR #23).