add forgotten doc for 3.3.0
This commit is contained in:
@@ -27,6 +27,10 @@ Permissions:
|
||||
(CalDAV/CardDAV is susceptible to expensive search requests)
|
||||
- W: write collections (excluding address books and calendars)
|
||||
- w: write address book and calendar collections
|
||||
- D: allow deleting a collection in case permit_delete_collection=False (>= 3.3.0)
|
||||
- d: deny deleting a collection in case permit_delete_collection=True (>= 3.3.0)
|
||||
- O: allow overwriting a collection in case permit_overwrite_collection=False (>= 3.3.0)
|
||||
- o: deny overwriting a collection in case permit_overwrite_collection=True (>= 3.3.0)
|
||||
|
||||
Take a look at the class ``BaseRights`` if you want to implement your own.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user