mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Ensure GenericForeignKey works with UUID PKs by using to_python for type conversion. Fixes issue where prefetch_related returned None for GFKs to UUID models. References: justquick/django-activity-stream#245 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_prefetch_related_objects.py | ||
| test_uuid.py | ||
| tests.py | ||