mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
doc: update because of #222
This commit is contained in:
parent
3a722b2d7d
commit
c19b86bf03
1 changed files with 2 additions and 1 deletions
|
|
@ -211,7 +211,8 @@ appear on the site. Listed below are those settings:
|
|||
.. py:data:: AVATAR_RESIZE_METHOD
|
||||
|
||||
The method to use when resizing images, based on the options available in
|
||||
Pillow. Defaults to ``Image.ANTIALIAS``.
|
||||
Pillow. Defaults to ``Image.Resampling.LANCZOS`` if the version of Pillow
|
||||
is greater than 9.1.0 otherwise it's ``Image.ANTIALIASING``
|
||||
|
||||
.. py:data:: AVATAR_STORAGE_DIR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue