mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Fix docs typo; closes #147
This commit is contained in:
parent
50cf317509
commit
e136957fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ you can use a ``ProcessedImageField``:
|
|||
from imagekit.models.fields import ProcessedImageField
|
||||
|
||||
class Photo(models.Model):
|
||||
processed_image = ImageSpecField(format='JPEG', options={'quality': 90})
|
||||
processed_image = ProcessedImageField(format='JPEG', options={'quality': 90})
|
||||
|
||||
See the class documentation for details.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue