| Age | Commit message (Collapse) | Author |
|
Not allow to pass an empty actions to viewset.as_view()
|
|
run for the active set. Closes #2109.
|
|
|
|
git://github.com/gregmuellegger/django-rest-framework into gregmuellegger-fixes/2013
|
|
|
|
|
|
|
|
|
|
|
|
Ensure _resolve_model does not return None
|
|
Bugfix for #1850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2021.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|