File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 1.18.0
4+ ### Fixed
5+ - Documentation for setting yubikey support forgot to inform users they would
6+ need to add our yubikey plugin to ` INSTALLED_APPS `
7+ - Remove reference to release-notes that had been missed, docs now build
8+ without warnings
9+ - WebAuthn: avoid submitting the wrong form
10+ - Email gateway: tell user to use correct django-otp plugin
11+ - Fix infinite redirect on admin site with AdminSiteOTPRequiredMixin
12+
413### Changed
514- Allow qrcode 8.x.
15+ - ` phonenumbers ` is no longer a hard requirement for migrations.
16+ - Change ` EmailDevice.confirmed ` default to ` False `
17+ - Any ` StaticDevice ` can be used as backup tokens, not just those labelled
18+ "backup"
19+
20+ ### Added
21+ - Support for Django 5.2
22+ - Support for Python 3.13
23+ - Django check for ` INSTALLED_APPS ` to make sure ` two_factor ` is present and
24+ comes before its plugins
25+
26+ ### Removed
27+ - Drop support for Python 3.8
628
729## 1.17.0
830### Fixed
Original file line number Diff line number Diff line change 5959#
6060
6161# The full version, including alpha/beta/rc tags.
62- release = '1.17 .0'
62+ release = '1.18 .0'
6363
6464# The short X.Y version.
6565version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-two-factor-auth"
7- version = " 1.17 .0"
7+ version = " 1.18 .0"
88description = " Complete Two-Factor Authentication for Django"
99readme = " README.rst"
1010authors = [
You can’t perform that action at this time.
0 commit comments