| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1950.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set up serializer fields lazily on-demand.
|
|
|
|
|
|
Fix follow does not work on get of APIRequestFactory
|
|
|
|
Frameworks throws AssertionError saying you cannot set required=True and...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wider compatability.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework into version-3.0
|
|
|
|
|