- Removed support for Python 3.7, Django 4.0 - Added support for Django 4.2
7.0.2
- Added support for Python 3.11, Django 4.1
7.0.1
- Correct Python version support metadata
7.0.0
- Dropped support for Python 3.6, Django 2.2, Django 3.1 - Added support for Python 3.10, Django 4.0 - Removed `south_migrations` - Migrated to PEP517 - Formatted code with `black`
6.0.1
- Added support for Django 3.1
6.0.0
This version includes 1 new view (`userena_activate_pending`) and two new templates (`"userena/activate_pending.html"` and `"userena/activate_form.html"`)
Please note that the translation files have not been updated for this release - contributions welcome!
- Use POST requests for activation (114) - Added activation pending (108) - Added arabic translation (105) - Dropped support for Python 3.5. Please pin to version `< 6.0.0` if you still use this. - Updated the demo to Django 3.0