1
0
mirror of https://github.com/django/django.git synced 2025-02-04 06:30:02 +00:00
django/tests/select_related
Y3K cbcf78fa94 Fixed #25252 -- Added friendly error message on incorrect .select_related() use
Using select_related() after .values() or .values_list() is not possible
because .values() or .values_list() already got the values they need.
2015-08-31 15:13:59 +10:00
..