Skip to content

Commit

Permalink
No need to check for Django < 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Apr 17, 2017
1 parent 2fbaac6 commit 0de0d30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contains the package `django-two-factor-auth`_, but that application is not a
dependency for this package. Also have a look at the bundled example templates
and views to see how you can integrate the application into your project.

Compatible with Django 1.8, 1.9 and 1.10 on Python 2.7, 3.2, 3.3, 3.4 and 3.5.
Compatible with Django 1.8, 1.10 and 1.11 on Python 2.7, 3.4 and 3.5.
Documentation is available at `readthedocs.org`_.


Expand Down
1 change: 0 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ def test_windows_only(self):
self.assertEqual("Windows", device("Windows not a real browser/10.3"))


@skipUnless(django.VERSION >= (1, 5), "Django 1.5 and higher")
class ClearsessionsCommandTest(TestCase):
def test_can_call(self):
Session.objects.create(expire_date=datetime.now() - timedelta(days=1),
Expand Down

0 comments on commit 0de0d30

Please sign in to comment.