Django 是一个由 Python 编写的开放源代码的 Web 应用框架。采用了 MTV 的软件设计模式。使用 BSD 许可证发布。Django 是 Google App Engine 教程默认的模板。
Django 1.2.3 特性: - The patch applied for the security issue covered in Django 1.2.2 caused issues with non-ASCII responses using CSRF tokens. This has been remedied.
- The patch also caused issues with some forms, most notably the user-editing forms in the Django administrative interface. This has been remedied.
- The packaging manifest did not contain the full list of required files. This has been remedied.
点击进入 Django 项目主页 |