1
0
mirror of https://github.com/django/django.git synced 2025-01-23 00:29:34 +00:00
django/tests/prefetch_related
Brian King bfb5b7150f Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys
This resolves a problem on databases besides PostgreSQL when using
prefetch_related with a source model that uses a UUID primary key.
2015-06-15 09:37:38 -04:00
..