diff --git a/backend_django/galv/views.py b/backend_django/galv/views.py index a7e0a18..5791008 100644 --- a/backend_django/galv/views.py +++ b/backend_django/galv/views.py @@ -169,6 +169,7 @@ class DescribeSelfMixin(MethodPermissionMixin): - `required`: Whether the field is required - `read_only`: Whether the field is read-only - `write_only`: Whether the field is write-only +- `create_only`: Whether the field is only editable on creation - `default`: The default value for the field - `help_text`: The help text for the field - `choices`: The choices for the field (if the field is a choice field)