Skip to content

Commit 7d4ca2b

Browse files
committed
Set new version 12.11.0 for next release
1 parent 6b1c0e8 commit 7d4ca2b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changes
33
=======
44

5-
Unreleased
6-
==========
5+
12.11.0
6+
=======
77
* Deprecated ``THUMBNAIL_KVSTORE``. Only the Django cache-based store will be
88
used in a future version.
99
* Add support for Django 5.0 and 5.1

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Features at a glance
66
====================
77

88
- Support for Django 4.2, 5.0 and 5.1 following the `Django supported versions policy`_
9-
- Python 3 support
109
- Storage support
1110
- Pluggable Engine support for `Pillow`_, `ImageMagick`_, `PIL`_, `Wand`_, `pgmagick`_, and `vipsthumbnail`_
1211
- Pluggable Key Value Store support (cached db, redis, and dynamodb by AWS)
@@ -74,13 +73,12 @@ Then register 'sorl.thumbnail', in the 'INSTALLED_APPS' section of
7473
your project's settings. ::
7574

7675
INSTALLED_APPS = [
77-
'django.contrib.auth',
7876
'django.contrib.admin',
79-
'django.contrib.sites',
80-
'django.contrib.comments',
77+
'django.contrib.auth',
78+
'django.contrib.contenttypes',
8179
'django.contrib.sessions',
8280
'django.contrib.messages',
83-
'django.contrib.contenttypes',
81+
'django.contrib.staticfiles',
8482

8583
'sorl.thumbnail',
8684
]

0 commit comments

Comments
 (0)