8000 closing #80 · pygeek/django-thumbnail@0de26b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0de26b4

Browse files
author
Mikko Hellsing
committed
closing jazzband#80
1 parent 7249ff4 commit 0de26b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ thumbnail clear
2222
``python manage.py thumbnail clear``
2323

2424
This totally empties the Key Value Store from all keys that start with the
25-
:ref:`THUMBNAIL_KEY_PREFIX`. It does not delete any files. It is generally safe to
25+
``settings.THUMBNAIL_KEY_PREFIX``. It does not delete any files. It is generally safe to
2626
run this if you do not reference the generated thumbnails by name somewhere
2727
else in your code. The Key Value store will update when you hit the template
2828
tags, and if the thumbnails still exist they will be used and not overwritten.

docs/reference/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Only applicable for the convert Engine.
119119

120120

121121
``THUMBNAIL_IDENTIFY``
122-
=====================
122+
======================
123123

124124
- Default ``'identify'``
125125

0 commit comments

Comments
 (0)
0