目录
百战程序员,全站22050+开发课程+文档 ,学习精选优质好课快人一步!观看视频 快捷键ALT+N

Python全系列 教程

3567个小节阅读:5930.7k

收藏
全部开发者教程

鸿蒙应用开发

C语言快速入门

JAVA全系列 教程

面向对象的程序设计语言

Python全系列 教程

Python3.x版本,未来主流的版本

人工智能 教程

顺势而为,AI创新未来

大厂算法 教程

算法,程序员自我提升必经之路

C++ 教程

一门通用计算机编程语言

微服务 教程

目前业界流行的框架组合

web前端全系列 教程

通向WEB技术世界的钥匙

大数据全系列 教程

站在云端操控万千数据

AIGC全能工具班

A

A A

White Night

阅读(690)
赞(0)

扩展的视图子类介绍

image-20221128235841186

rest_framework.generics

  • CreateAPIView 提供 post 方法

    继承自: GenericAPIView、CreateModelMixin

  • ListAPIView 提供 get 方法

    继承自:GenericAPIView、ListModelMixin

  • RetrieveAPIView 提供 get 方法

    继承自: GenericAPIView、RetrieveModelMixin

  • DestoryAPIView 提供 delete 方法

    继承自:GenericAPIView、DestoryModelMixin

  • UpdateAPIView 提供 put 和 patch 方法

    继承自:GenericAPIView、UpdateModelMixin

  • ListCreateAPIView 提供 get 和 post 方法

    继承自: GenericAPIView、ListModelMixin、CreateModelMixin

  • RetrieveUpdateAPIView 提供 get、put、patch方法

    继承自: GenericAPIView、RetrieveModelMixin、UpdateModelMixin

  • RetrieveDestroyAPIView 提供 get、delete 方法

    继承自:GenericAPIView、RetrieveModelMixin、DestroyModelMixin

  • RetrieveUpdateDestoryAPIView 提供 get、put、patch、delete方法

    继承自:GenericAPIView、RetrieveModelMixin、UpdateModelMixin、DestoryModelMixin

实时学习反馈

1. 对于rest_framework中扩展的视图子类说法错误的是?

A CreateAPIView继承了GenericAPIView、CreateModelMixin

B ListAPIView继承了GenericAPIView、ListModelMixin

C UpdateAPIView继承了GenericAPIView、UpdateModelMixin

D DestoryAPIView 继承了GenericAPIView、UpdateModelMixin

答案

1=>D

 

北京市昌平区回龙观镇南店村综合商业楼2楼226室

©2014-2023 百战卓越(北京)科技有限公司 All Rights Reserved.

京ICP备14032124号-2