django cms 3.10.x Documentation. . . . . . . . . . . . . . 5 3 Why django CMS? 7 4 Software version requirements and release notes 9 4.1 Django/Python compatibility table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3. Why django CMS? CHAPTER FOUR SOFTWARE VERSION REQUIREMENTS AND RELEASE NOTES This document refers to version 3.9.0. 4.1 Django/Python compatibility table LTS in the table indicates a combination combination of Django and django CMS both covered by a long-term support policy. ✓ indicates that the version has been tested and works. × indicates that it has not been tested, or is known to be incompatible0 码力 | 296 页 | 1.79 MB | 1 年前3
Django CMS 3.9.x Documentation. . . . . . . . . . . . . . . 5 3 Why django CMS? 7 4 Software version requirements and release notes 9 4.1 Django/Python compatibility table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Chapter 3. Why django CMS? CHAPTER FOUR SOFTWARE VERSION REQUIREMENTS AND RELEASE NOTES This document refers to version 3.10.0. 4.1 Django/Python compatibility table LTS in the table indicates a combination combination of Django and django CMS both covered by a long-term support policy. ✓ indicates that the version has been tested and works. × indicates that it has not been tested, or is known to be incompatible.0 码力 | 298 页 | 1.79 MB | 6 月前3
django cms 4.1.1 Documentation
Software version requirements and release notes 11 5.1 Long-term support (LTS) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 5.2 Django/Python compatibility table Release 4.1.1 10 Chapter 4. Why django CMS? CHAPTER FIVE SOFTWARE VERSION REQUIREMENTS AND RELEASE NOTES This document refers to version 4.1.1. 5.1 Long-term support (LTS) Django has a long-term support September 2023 4.2 April 2026 3.2 April 2024 After feature freeze, new features go into the next major version of django CMS. 5.1.2 Unsupported LTS versions The following LTS versions do not receive any support0 码力 | 361 页 | 2.00 MB | 1 年前3
django cms 4.1.x DocumentationSoftware version requirements and release notes 11 5.1 Long-term support (LTS) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 5.2 Django/Python compatibility table Release 4.1.2 10 Chapter 4. Why django CMS? CHAPTER FIVE SOFTWARE VERSION REQUIREMENTS AND RELEASE NOTES This document refers to version 4.1.2. 5.1 Long-term support (LTS) Django has a long-term support September 2023 4.2 April 2026 3.2 April 2024 After feature freeze, new features go into the next major version of django CMS. 5.1.2 Unsupported LTS versions The following LTS versions do not receive any support0 码力 | 357 页 | 1.99 MB | 1 年前3
Django CMS 4.0.x Documentation. . . . . . . . . . . . . . . 5 3 Why django CMS? 7 4 Software version requirements and release notes 9 4.1 Django/Python compatibility table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Chapter 3. Why django CMS? CHAPTER FOUR SOFTWARE VERSION REQUIREMENTS AND RELEASE NOTES This document refers to version 3.9.0. 4.1 Django/Python compatibility table LTS in the table indicates a combination combination of Django and django CMS both covered by a long-term support policy. ✓ indicates that the version has been tested and works. × indicates that it has not been tested, or is known to be incompatible. django0 码力 | 296 页 | 1.79 MB | 6 月前3
django cms 3.6.x Documentation. . . . 3 2 Join us online 5 3 Why django CMS? 7 4 Software version requirements and release notes 9 4.1 Django/Python compatibility table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Chapter 3. Why django CMS? CHAPTER 4 Software version requirements and release notes This document refers to version 3.6.1. 4.1 Django/Python compatibility table django CMS Django Python 1.4/1.5 1.6/1 using Python 3. Your working environment We’re going to assume that you have a reasonably recent version of virtualenv installed and that you have some basic familiarity with it. Create and activate a0 码力 | 278 页 | 1.63 MB | 1 年前3
Tornado 6.5 DocumentationCONTENTS 1Tornado Documentation, Release 6.5.1 2 CONTENTSCHAPTER ONE QUICK LINKS • Current version: 6.5.1 (download from PyPI, release notes) • Source (GitHub) • Mailing lists: discussion and announcements optional packages may be useful: • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. • pycares is an alternative non-blocking DNS resolver that can be used http_client = AsyncHTTPClient() response = await http_client.fetch(url) return response.body Or for compatibility with older versions of Python, using the tornado.gen module: 14 Chapter 6. DocumentationTornado0 码力 | 272 页 | 1.12 MB | 3 月前3
Tornado 6.1 Documentation
Contents 1 Tornado Documentation, Release 6.1 2 Contents CHAPTER 1 Quick links • Current version: 6.1 (download from PyPI, release notes) • Source (GitHub) • Mailing lists: discussion and announcements (See Tornado 5.1 if compatibility with Python 2.7 is required). The following optional packages may be useful: • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is http_client = AsyncHTTPClient() response = await http_client.fetch(url) return response.body Or for compatibility with older versions of Python, using the tornado.gen module: from tornado.httpclient import AsyncHTTPClient0 码力 | 245 页 | 904.24 KB | 1 年前3
Tornado 6.4 Documentation
CONTENTS 1 Tornado Documentation, Release 6.4 2 CONTENTS CHAPTER ONE QUICK LINKS • Current version: 6.4 (download from PyPI, release notes) • Source (GitHub) • Mailing lists: discussion and announcements optional packages may be useful: • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. • pycares is an alternative non-blocking DNS resolver that can be used http_client = AsyncHTTPClient() response = await http_client.fetch(url) return response.body Or for compatibility with older versions of Python, using the tornado.gen module: 14 Chapter 6. Documentation Tornado0 码力 | 268 页 | 1.09 MB | 1 年前3
Tornado 6.4 Documentation
CONTENTS 1 Tornado Documentation, Release 6.4 2 CONTENTS CHAPTER ONE QUICK LINKS • Current version: 6.4 (download from PyPI, release notes) • Source (GitHub) • Mailing lists: discussion and announcements optional packages may be useful: • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. • pycares is an alternative non-blocking DNS resolver that can be used http_client = AsyncHTTPClient() response = await http_client.fetch(url) return response.body Or for compatibility with older versions of Python, using the tornado.gen module: 14 Chapter 6. Documentation Tornado0 码力 | 268 页 | 1.09 MB | 1 年前3
共 539 条
- 1
- 2
- 3
- 4
- 5
- 6
- 54













