Skip to content

0.5.3

Compare
Choose a tag to compare
@apragacz apragacz released this 29 Dec 12:48
· 384 commits to master since this release

Changes:

  • Added 'RESET_PASSWORD_FAIL_WHEN_USER_NOT_FOUND' setting key (issue #81)
  • Added login fields unique system check (issue #91)
  • Limited Django to <3.0 (due to some incompatibility issues - limit will
    be lifted in 0.6.*)
  • Added Makefile (issue #88)
  • Added French message translation (pull request #85)
  • Added Contributing Guidelines (issue #64)
  • Various test code refactors