En Django>=1.8
c'est aussi possible :
from django.db.models.functions import Concat
queryset = xyz.objects.exclude(col3=Concat('col1', 'col2'))
En Django>=1.8
c'est aussi possible :
from django.db.models.functions import Concat
queryset = xyz.objects.exclude(col3=Concat('col1', 'col2'))