wq / django-natural-keys

Enhanced support for natural keys in Django and Django REST Framework.
MIT License
39 stars 11 forks source link

Fix an issue with NaturalKey model queries involving Q objects #11

Closed realmhamdy closed 5 years ago

realmhamdy commented 6 years ago

This is for #8

realmhamdy commented 6 years ago

I'm not sure what's the issue from the travis logs.

sheppard commented 5 years ago

Thanks, I finally merged this. After rebasing and fixing conflicts with #9, the main effect of this merge was the expanded test suite. Thanks!