Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Jun 19, 2024
1 parent c4a88a6 commit 391a40b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion onadata/apps/logger/models/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ class Meta(BaseModel.Meta):


class EntityHistory(BaseModel):
"""Maintains a history of Entity updates"""
"""Maintains a history of Entity updates
An Entity can be created/updated from a form or via API
"""

class Meta(BaseModel.Meta):
app_label = "logger"
Expand Down

0 comments on commit 391a40b

Please sign in to comment.