mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-01-31 04:25:58 +03:00
According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer |
||
|---|---|---|
| .. | ||
| extras | ||
| __init__.py | ||
| authentication.py | ||
| breadcrumbs.py | ||
| decorators.py | ||
| description.py | ||
| fields.py | ||
| files.py | ||
| filters.py | ||
| genericrelations.py | ||
| generics.py | ||
| htmlrenderer.py | ||
| hyperlinkedserializers.py | ||
| models.py | ||
| multitable_inheritance.py | ||
| negotiation.py | ||
| pagination.py | ||
| parsers.py | ||
| permissions.py | ||
| relations_hyperlink.py | ||
| relations_nested.py | ||
| relations_pk.py | ||
| relations_slug.py | ||
| relations.py | ||
| renderers.py | ||
| request.py | ||
| response.py | ||
| reverse.py | ||
| routers.py | ||
| serializer_bulk_update.py | ||
| serializer_nested.py | ||
| serializer.py | ||
| settings.py | ||
| testcases.py | ||
| tests.py | ||
| throttling.py | ||
| urlpatterns.py | ||
| utils.py | ||
| validation.py | ||
| views.py | ||