sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

Add type annotation for `Q.__xor__` #240

Closed JakobGM closed 4 months ago

JakobGM commented 4 months ago

This PR adds a type annotation for db.models.query_utils.Q.__xor__.

Thanks in advance,