Add important note.

This commit is contained in:
Markus Unterwaditzer 2014-06-15 11:22:37 +02:00
parent fadff19752
commit ea259f2785

View file

@ -226,6 +226,12 @@ class DavSession(object):
class DavStorage(Storage):
'''
.. note::
Please also see :ref:`server_support` for very important information,
as changing some of the default options might be very dangerous with
some servers.
:param url: Base URL or an URL to a collection.
:param username: Username for authentication.
:param password: Password for authentication.