diff --git a/catalog/common/models.py b/catalog/common/models.py index 9392aa2a..ce28d5ca 100644 --- a/catalog/common/models.py +++ b/catalog/common/models.py @@ -285,7 +285,7 @@ class Item(SoftDeleteMixin, PolymorphicModel): @property def uuid(self): - return base62.encode(self.uid.int) + return base62.encode(self.uid.int).zfill(22) @property def url(self):