What Python version can I use with Django?【参考链接】

For each version of Python, only the latest micro release (A.B.C) is officially supported. You can find the latest micro version for each series on the Python download page.
Typically, we will support a Python version up to and including the first Django LTS release whose security support ends after security support for that version of Python ends. For example, Python 3.3 security support ended September 2017 and Django 1.8 LTS security support ended April 2018. Therefore Django 1.8 is the last version to support Python 3.3.
*****************************************************************************************************************************************
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support all features of MySQL server version 8 (or lower). This change makes it easy and intuitive to decide which client version to use for which server version.【参考链接】
Connector/Python 8.0.4 is the first release to use the new numbering. It is the successor to Connector/Python 2.2.3.

*****************************************************************************************************************************************
Xadmin【官方文档】

本文详细介绍了Django框架支持的Python版本范围,强调了每个Python版本仅支持其最新的微版本,并解释了如何确定适合特定Django长期支持(LTS)版本的Python版本。同时,文章还提及了MySQL连接器版本与MySQL服务器版本之间的对应关系,帮助读者理解客户端工具与服务器版本的兼容性。
2593

被折叠的 条评论
为什么被折叠?



