1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/tests/prefetch_related
Brian King c58755d875 [1.8.x] 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.

Backport of bfb5b7150f from master
2015-06-15 17:31:50 -04:00
..
__init__.py
models.py [1.8.x] Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys 2015-06-15 17:31:50 -04:00
test_uuid.py [1.8.x] Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys 2015-06-15 17:31:50 -04:00
tests.py