From 4eaf6f8f1ecc09851ff4e627557c8779c1ea6ef3 Mon Sep 17 00:00:00 2001 From: Grant McConnaughey Date: Sun, 27 Aug 2017 08:53:30 -0500 Subject: [PATCH] Document AVATAR_CLEANUP_DELETED --- docs/index.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.txt b/docs/index.txt index 3303e21..cdc6526 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -212,6 +212,12 @@ appear on the site. Listed below are those settings: The directory under ``MEDIA_ROOT`` to store the images. If using a non-filesystem storage device, this will simply be appended to the beginning of the file name. Defaults to ``avatars``. + PIL. Defaults to ``Image.ANTIALIAS``. + +.. py:data:: AVATAR_CLEANUP_DELETED + + ``True`` if the avatar image files should be deleted when an avatar is + deleted from the database. Defaults to ``False``. .. py:data:: AVATAR_ADD_TEMPLATE