8000 closing #65 · pygeek/django-thumbnail@7249ff4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7249ff4

Browse files
author
Mikko Hellsing
committed
closing jazzband#65
1 parent 7e07a16 commit 7249ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ value store and its thumbnail references and the thumbnail files when deleted::
8686
from sorl.thumbnail import ImageField
8787

8888
class Item(models.Model):
89-
image = ImageField()
89+
image = ImageField(upload_to='whatever')
9090

9191

9292
.. note:: You do not need to use the ``sorl.thumbnail.ImageField`` to use

0 commit comments

Comments
 (0)
0