Django filter 정규식

2021. 3. 27. 12:59파이썬/Django

boxes = Trained_Box.objects.filter(char__iregex=r'[0-9]').exclude(status='excepted')