Skip to content

Commit abb81fe

Browse files
committed
Remove support for Django 1.7
1 parent aab80f7 commit abb81fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node in the cluster using
88
## Requirements
99

1010
* pymemcache
11-
* Django 1.7+.
11+
* Django >= 1.8
1212

1313
It was written and tested on Python 2.7 and 3.5.
1414

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
license='MIT',
1616
keywords='elasticache amazon cache pymemcache memcached aws',
1717
packages=['django_elastipymemcache'],
18-
install_requires=['pymemcache', 'Django>=1.7'],
18+
install_requires=['pymemcache', 'Django>=1.8'],
1919
classifiers=[
2020
'Development Status :: 4 - Beta',
2121
'Environment :: Web Environment',

0 commit comments

Comments
 (0)