Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mibios/query: stop __repr__() from evaluating the queryset
* adds peek() queryset method to do what Django's __repr__ does. To many times expensive DB queries get triggered just because we're running print somewhere.
- Loading branch information