Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23390

How can I filter uuid as text with Django?

$
0
0

How can I filter uuid as text with Django?
For example, I wanted to do like below.

class Group(models.Model):    id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False)
Group.objects.filter(id__startswith='000')

In this case, I received django.core.exceptions.FieldError: Related Field got invalid lookup: startswith.

Do I need to use extra?


Viewing all articles
Browse latest Browse all 23390

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>