Skip to content

Commit 853a648

Browse files
committed
Drop EOL Django's
1 parent 09222ea commit 853a648

4 files changed

Lines changed: 3 additions & 21 deletions

File tree

.travis.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,12 @@ python:
88
- 3.8
99

1010
env:
11-
- DJANGO=2.1 VARIANT=normal
1211
- DJANGO=2.2 VARIANT=normal
1312
- DJANGO=3.0 VARIANT=normal
1413
- DJANGO=master VARIANT=normal
1514

1615
matrix:
1716
include:
18-
- python: 3.5
19-
env: DJANGO=1.11 VARIANT=yubikey
20-
- python: 3.5
21-
env: DJANGO=1.11 VARIANT=custom_user
22-
- python: 3.6
23-
env: DJANGO=1.11 VARIANT=normal
24-
- python: 3.6
25-
env: DJANGO=1.11 VARIANT=yubikey
26-
- python: 3.6
27-
env: DJANGO=1.11 VARIANT=custom_user
28-
- python: 3.7
29-
env: DJANGO=1.11 VARIANT=normal
30-
- python: 3.7
31-
env: DJANGO=1.11 VARIANT=yubikey
32-
- python: 3.7
33-
env: DJANGO=1.11 VARIANT=custom_user
34-
3517
- python: 3.5
3618
env: DJANGO=2.2 VARIANT=yubikey
3719
- python: 3.5

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Removed
66
- The final step in the LoginView no longer re-validates a user's credentials
7+
- Django 1.11 support.
78

89
### Changed
910
- Security Fix: LoginView no longer stores credentials in plaintext in the session store

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ user. Although the package is optional, it improves account security control
4343
over ``django.contrib.sessions``.
4444

4545
Compatible with modern Django versions. At the moment of writing that's
46-
including 1.11, 2.2, and 3.0 on Python 3.5, 3.6, 3.7 and 3.8.
46+
including 2.2, and 3.0 on Python 3.5, 3.6, 3.7 and 3.8.
4747
Documentation is available at `readthedocs.org`_.
4848

4949

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
license='MIT',
1313
packages=find_packages(exclude=('example', 'tests')),
1414
install_requires=[
15-
'Django>=1.11',
15+
'Django>=2.2',
1616
'django_otp>=0.6.0,<0.99',
1717
'qrcode>=4.0.0,<6.99',
1818
'django-phonenumber-field>=1.1.0,<3.99',
@@ -30,7 +30,6 @@
3030
'Development Status :: 5 - Production/Stable',
3131
'Environment :: Web Environment',
3232
'Framework :: Django',
33-
'Framework :: Django :: 1.11',
3433
'Framework :: Django :: 2.2',
3534
'Framework :: Django :: 3.0',
3635
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)