django1/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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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 [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00