Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@relekang relekang released this 11 Dec 20:47
· 39 commits to master since this release

Fixes

  • RemovedInDjango110Warnings in urls.py (#66)
  • Add namespace for urls (#69)
  • Upgrade twilio

BREAKING CHANGES:

  • This release adds namespacing to the urls of nopassword. You must change your includes
    to use a namespace. The default namespace is nopassword, however it can be changed
    with NOPASSWORD_NAMESPACE.