1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/prefetch_related
Simon Charette 7ec330eeb9 Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
Thanks Maxime Lorant for the report and Anssi for the suggestion.
2016-05-03 09:28:31 -04:00
..
__init__.py
models.py
test_prefetch_related_objects.py Fixed #25279 -- Made prefetch_related_objects() public. 2016-02-26 14:55:01 -05:00
test_uuid.py Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True) 2016-02-26 19:26:15 -05:00
tests.py Refs #26565 -- Errored nicely when using Prefetch with a values() queryset. 2016-05-03 09:28:31 -04:00