add docstrings

This commit is contained in:
Nick Sweeting 2024-05-14 18:46:38 -07:00
parent 406f57031a
commit fdf6f465db
No known key found for this signature in database
2 changed files with 10 additions and 1 deletions

View file

@ -50,7 +50,7 @@ STATUS_CHOICES = [
class Tag(ABIDModel):
"""
Based on django-taggit model
Based on django-taggit model + ABID base.
"""
abid_prefix = 'tag_'
abid_ts_src = 'self.created' # TODO: add created/modified time