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
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys 2015-06-15 09:37:38 -04:00
test_uuid.py Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys 2015-06-15 09:37:38 -04:00
tests.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00