Model.objects.filter(blah=blah).first() # Returns first object that matches filter
MyModel.objects.filter(blah=blah).first()