We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06b0b3 commit 678c2f5Copy full SHA for 678c2f5
1 file changed
tom_dataproducts/models.py
@@ -385,9 +385,6 @@ class ReducedDatum(models.Model):
385
}
386
:type value: dict
387
388
- :param message: Set of ``AlertStreamMessage`` objects this object is associated with.
389
- :type message: ManyRelatedManager object
390
-
391
"""
392
393
target = models.ForeignKey(BaseTarget, null=False, on_delete=models.CASCADE)
0 commit comments