Skip to content

Commit 1569ff7

Browse files
Update setup.py meta and README with constraint [ci skip]
1 parent 9864311 commit 1569ff7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Diff for: README.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ Quickstart
4141

4242
Cachalot officially supports Python 3.6-3.9 and Django 2.2 and 3.0-3.2 with the databases PostgreSQL, SQLite, and MySQL.
4343

44-
No upper limit is imposed by cachalot. However, if you use a Django version that is not officially supported,
45-
you may end up battling mounting errors/exceptions and cache misses. Please stay within compatibility.
44+
Note: an upper limit on Django version is set for your safety. Please do not ignore it.
4645

4746
Usage
4847
-----

Diff for: setup.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,19 @@
1717
author='Bertrand Bordage, Andrew Chen Wang',
1818
author_email='[email protected]',
1919
url='https://github.com/noripyt/django-cachalot',
20-
description='Caches your Django ORM queries '
21-
'and automatically invalidates them.',
20+
description='Caches your Django ORM queries and automatically invalidates them.',
2221
long_description=open('README.rst').read(),
2322
classifiers=[
2423
'Development Status :: 5 - Production/Stable',
2524
'Framework :: Django',
2625
'Intended Audience :: Developers',
2726
'License :: OSI Approved :: BSD License',
2827
'Operating System :: OS Independent',
29-
'Framework :: Django :: 2.0',
30-
'Framework :: Django :: 2.1',
3128
'Framework :: Django :: 2.2',
3229
'Framework :: Django :: 3.0',
3330
'Framework :: Django :: 3.1',
31+
'Framework :: Django :: 3.2',
3432
'Programming Language :: Python :: 3',
35-
'Programming Language :: Python :: 3.5',
3633
'Programming Language :: Python :: 3.6',
3734
'Programming Language :: Python :: 3.7',
3835
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)