rest_framework_tricks package¶
Subpackages¶
- rest_framework_tricks.filters package
- rest_framework_tricks.models package
- rest_framework_tricks.serializers package
- rest_framework_tricks.tests package
- Submodules
- rest_framework_tricks.tests.base module
- rest_framework_tricks.tests.test_nested_proxy_field module
TestNestedProxyFieldCreateActionTestNestedProxyFieldCreateAction.get_client_action()TestNestedProxyFieldCreateAction.get_status_code()TestNestedProxyFieldCreateAction.setUpClass()TestNestedProxyFieldCreateAction.test_another_nested_proxy_field_model_serializer_depth()TestNestedProxyFieldCreateAction.test_another_nested_proxy_field_model_serializer_more_depth()TestNestedProxyFieldCreateAction.test_nested_proxy_field_hyperlinked_model_serializer()TestNestedProxyFieldCreateAction.test_nested_proxy_field_model_serializer()TestNestedProxyFieldCreateAction.test_nested_proxy_field_model_serializer_depth()TestNestedProxyFieldCreateAction.test_nested_proxy_field_model_serializer_depth_missing_fields()TestNestedProxyFieldCreateAction.test_nested_proxy_field_model_serializer_depth_more_missing_fields()TestNestedProxyFieldCreateAction.test_nested_proxy_field_model_serializer_missing_all_nested_fields()TestNestedProxyFieldCreateAction.test_nested_proxy_field_model_serializer_missing_fields()
TestNestedProxyFieldUpdateActionTestNestedProxyFieldUpdateAction.get_client_action()TestNestedProxyFieldUpdateAction.get_status_code()TestNestedProxyFieldUpdateAction.pytestmarkTestNestedProxyFieldUpdateAction.setUpClass()TestNestedProxyFieldUpdateAction.test_another_nested_proxy_field_model_serializer_depth()TestNestedProxyFieldUpdateAction.test_another_nested_proxy_field_model_serializer_more_depth()TestNestedProxyFieldUpdateAction.test_nested_proxy_field_hyperlinked_model_serializer()TestNestedProxyFieldUpdateAction.test_nested_proxy_field_model_serializer()TestNestedProxyFieldUpdateAction.test_nested_proxy_field_model_serializer_depth()TestNestedProxyFieldUpdateAction.test_nested_proxy_field_model_serializer_depth_missing_fields()TestNestedProxyFieldUpdateAction.test_nested_proxy_field_model_serializer_depth_more_missing_fields()TestNestedProxyFieldUpdateAction.test_nested_proxy_field_model_serializer_missing_all_nested_fields()TestNestedProxyFieldUpdateAction.test_nested_proxy_field_model_serializer_missing_fields()
- rest_framework_tricks.tests.test_ordering_filter module
TestOrderingFilterTestOrderingFilter.pytestmarkTestOrderingFilter.setUpClass()TestOrderingFilter.test_ordering()TestOrderingFilter.test_ordering_descending()TestOrderingFilter.test_ordering_list()TestOrderingFilter.test_ordering_list_descending()TestOrderingFilter.test_standard_no_ordering()TestOrderingFilter.test_standard_ordering()TestOrderingFilter.test_standard_ordering_descending()
- rest_framework_tricks.tests.test_utils module
- Module contents
Submodules¶
rest_framework_tricks.apps module¶
Apps.
rest_framework_tricks.utils module¶
Utils.
Module contents¶
Collection of various tricks for Django REST framework.