-

Revisions

+

Supported Features

+

A list of features that are supported out of the box.

+

Permissions

+

Permissions are included out of the box.
+We will automatically check if the user has the correct permissions to edit the object.
+If they do not, they cannot access the editable page.

+

Revisions

Revision support is included out of the box.
If your model inherits from a RevisionMixin, we will automatically create drafts for you.
These will not be published (If the model inherits from DraftStateMixin) until you choose to do so.

diff --git a/docs_src/support.md b/docs_src/support.md index c3d23dc..9278cd3 100644 --- a/docs_src/support.md +++ b/docs_src/support.md @@ -1,5 +1,16 @@ // Title: Supported Features // Previous: permissions.md + +# Supported Features + +A list of features that are supported out of the box. + +## Permissions + +Permissions are included out of the box. +We will automatically check if the user has the correct permissions to edit the object. +If they do not, they cannot access the editable page. + ## Revisions Revision support is included out of the box.