Skip to content

Commit

Permalink
fix: document create_only property
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jun 24, 2024
1 parent 79d2101 commit f80a34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend_django/galv/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f80a34c

Please sign in to comment.