thedrow / django-natural-query

Natural queries using objects and operators for Django
BSD 3-Clause "New" or "Revised" License
49 stars 5 forks source link

Primary Key Queries #2

Closed thedrow closed 10 years ago

thedrow commented 10 years ago

This PR enables us to use the following syntax:

MyModel.objects.get(MyModel.pk == 1)