Update cabinets and document_index api views docstrings. Update multi level docstrings as per Python best practices.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
f44fbe5687
commit
de65d96fe2
@@ -35,7 +35,6 @@ class SignatureBaseModel(models.Model):
|
||||
it will generate a unique signature ID. No two signature IDs are the same,
|
||||
even when using the same key.
|
||||
"""
|
||||
|
||||
document_version = models.ForeignKey(
|
||||
DocumentVersion, editable=False, on_delete=models.CASCADE,
|
||||
related_name='signatures', verbose_name=_('Document version')
|
||||
|
||||
Reference in New Issue
Block a user