django-user-accounts 1.1 Released
This release includes the following:
- Worked around testing session bug in Django 1.7
- Removed compatibility code no longer needed
- Test next URL handling during sign up
- Fixed missed usage of REQUEST
- Test authenticated requests to sign up
- Added test for invalid sign up code
- Fixed edge case bugs in sign up code creation
- Removed import causing tests to duplicate
- Added missing template
- Test closed sign up
- Updated tests
- Added migrations