| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Set up serializer fields lazily on-demand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handle follow just like Django's Client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update to fix pending changes in #1507
|
|
|
|
|
|
|
|
|
|
|
|
|