test_relations.py
5.08 KB
-
Set up serializer fields lazily on-demand. · 140f8620
This avoids AppRegistryNotReady problems in Django 1.7 with nested serializers, which are instantiated at import time, possibly before Django's app registry is fully populated.
Carl Meyer committed