1
0
mirror of https://github.com/django/django.git synced 2025-02-09 17:06:05 +00:00
Tim Graham 293fd5da5b Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows."
This reverts commit da79ccca1d34f427952cce4555e598a700adb8de.

This optimized the unsuccessful case at the expense of the successful one.
2015-01-30 12:51:12 -05:00
..