We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab80f7 commit abb81feCopy full SHA for abb81fe
README.md
@@ -8,7 +8,7 @@ node in the cluster using
8
## Requirements
9
10
* pymemcache
11
-* Django 1.7+.
+* Django >= 1.8
12
13
It was written and tested on Python 2.7 and 3.5.
14
setup.py
@@ -15,7 +15,7 @@
15
license='MIT',
16
keywords='elasticache amazon cache pymemcache memcached aws',
17
packages=['django_elastipymemcache'],
18
- install_requires=['pymemcache', 'Django>=1.7'],
+ install_requires=['pymemcache', 'Django>=1.8'],
19
classifiers=[
20
'Development Status :: 4 - Beta',
21
'Environment :: Web Environment',
0 commit comments