Skip to content

Commit

Permalink
Update field attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 19, 2024
1 parent deadabc commit ff979ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches_references/datatypes/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class ReferenceDataType(BaseDataType):
_rest_framework_model_field = JSONField(null=True)
rest_framework_model_field = JSONField(null=True)

def validate(
self,
Expand Down

0 comments on commit ff979ac

Please sign in to comment.