1👍
✅
Try this out:
Person.objects.filter(citizenship__contains="US")
Also check out the django-countries code, especially tests, if my suggestion is not exactly what you are searching for, I am sure you will find answer there:
Source:stackexchange.com