zoukankan      html  css  js  c++  java
  • django与python版本对应关系 附加djangorestframework框架

    Django与python版本

    Django 1.11版本兼容Python 2.7、3.4、3.5、3.6、3.7(added in 1.11.17)# 1.11.5 python<=3.6
    
    Django 2.0版本兼容Python 3.4、3.5、3.6、3.7
    
    Django 2.1、2.2版本兼容Python 3.5、3.6、3.7
    
    Django 3.0版本兼容Python 3.6、3.7、3.8
    
    # https://pypi.org/project/Django/
    

    djangorestframework与django python版本

    djangorestframework 3.6.4 (python2.7 django1.11.5)
    - Python (2.7, 3.2, 3.3, 3.4, 3.5, 3.6) # drf <= 3.8 support python2.7
    - Django (1.8, 1.9, 1.10, 1.11)
    
    djangorestframework 3.10.0
    - Python (3.5, 3.6, 3.7) # drf >= 3.9 support python3.7
    - Django (1.11, 2.0, 2.1, 2.2)
    
    djangorestframework 3.11.2 (python3.7 django1.11.17 drf3.11.2)
    - Python (3.5, 3.6, 3.7, 3.8)
    - Django (1.11, 2.0, 2.1, 2.2, 3.0) # the last version which support django 1.11
    
    djangorestframework 3.12(latest version 3.12.4 2021-03)
    - Python (3.5, 3.6, 3.7, 3.8, 3.9)
    - Django (2.2, 3.0, 3.1) # django >= 2.0
    
  • 相关阅读:
    Oracle分页查询
    Oracle表空间
    Oracle中DBA常用操作
    数据库的约束
    数据库设计的三范式
    数据类型的比较 有四种情况
    github快速上手
    3D正方体做法
    animation-声明关键帧
    轮播图样式
  • 原文地址:https://www.cnblogs.com/davis12/p/15016328.html
Copyright © 2011-2022 走看看