Como filtrar com regex em django orm
Entry.objects.get(title__regex=r'^(An?|The) +')
Character36
Entry.objects.get(title__regex=r'^(An?|The) +')