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
    
  •  
posted @ 2023-01-02 18:20  我是小菜鸡丫丫  阅读(2269)  评论(0编辑  收藏  举报