Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 22:11
· 4 commits to master since this release

🚀 django-allauth-require2fa v1.2.0 is now available on PyPI!

📦 Installation

pip install django-allauth-require2fa
# or with uv (recommended)
uv add django-allauth-require2fa

🔗 Links

🔒 Security

This package enforces site-wide Two-Factor Authentication for Django applications using django-allauth.

✨ What's New

v1.2.0 (2025-08-21)

This release is published under the MIT License.

Features

  • Enable automatic changelog generation from conventional commits (c7851c2)

Detailed Changes: v1.1.0...v1.2.0


🤖 Automated release with semantic-release