From ecb40579df7314970154b9d8cf03243a7b2229d8 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 20 Dec 2014 00:13:26 +0100 Subject: [PATCH] Update some docs to new config format --- docs/supported.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/supported.rst b/docs/supported.rst index 5bbe1f7..bba284f 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -59,12 +59,12 @@ neither supported nor encouraged. - `Versions of Radicale older than 0.9b1 choke on RFC-conform queries for all items of a collection `_. - Vdirsyncer's default value ``'VTODO, VEVENT'`` for + Vdirsyncer's default value ``["VTODO", "VEVENT"]'`` for :py:class:`vdirsyncer.storage.CaldavStorage`'s ``item_types`` parameter will work fine with these versions, and so will all values, except for the empty one. - The empty value ``''`` will get vdirsyncer to send a single HTTP request to + The empty list ``[]`` will get vdirsyncer to send a single HTTP request to fetch all items, instead of one HTTP request for each possible item type. As the linked issue describes, old versions of Radicale expect a non-RFC-compliant format for such queries, one which vdirsyncer doesn't