Drop 1.8 and 1.10 from docs and setup.py

This commit is contained in:
Kosei Kitahara 2018-04-17 14:20:06 +09:00
parent df42746729
commit 49cf92767c
No known key found for this signature in database
GPG key ID: D18883191F02241B
4 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,12 @@
Whats new in django-cachalot?
==============================
Unreleased
----------
- Drops Django 1.8 support
- Drops Django 1.10 support
1.5.0
-----

View file

@ -4,7 +4,7 @@ Quick start
Requirements
............
- Django 1.8, 1.10 or 1.11
- Django 1.11
- Python 2.7, 3.4, 3.5 or 3.6
- a cache configured as ``'default'`` with one of these backends:
@ -191,7 +191,7 @@ Examples:
Template utils
..............
`Caching template fragments <https://docs.djangoproject.com/en/1.8/topics/cache/#template-fragment-caching>`_
`Caching template fragments <https://docs.djangoproject.com/en/1.11/topics/cache/#template-fragment-caching>`_
can be extremely powerful to speedup a Django application. However, it often
means you have to adapt your models to get a relevant cache key, typically
by adding a timestamp that refers to the last modification of the object.

View file

@ -1 +1 @@
Django>=1.8
Django>=1.11

View file

@ -26,8 +26,6 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',