MCPcopy Create free account
hub / github.com/etesync/server / CollectionType

Class CollectionType

etebase_server/django/models.py:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class CollectionType(models.Model):
37 owner = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE)
38 uid = models.BinaryField(editable=True, blank=False, null=False, db_index=True, unique=True, max_length=1024)
39
40 objects: models.manager.BaseManager["CollectionType"]
41
42
43class Collection(models.Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected