📜  完整的 Django 历史 | Python

📅  最后修改于: 2022-05-13 01:54:33.558000             🧑  作者: Mango

完整的 Django 历史 | Python

先决条件——何时使用 Django?与其他开发堆栈的比较

Django 由 Lawrence journal world 于 2003 年设计和开发,并于 2005 年 7 月在 BSD 许可下公开发布。目前,DSF(Django Software Foundation)保持其开发和发布周期。

Django 于 2005 年 7 月 21 日发布。其当前稳定版本是 2.2.5,于 2019 年 4 月 1 日发布。

最新的官方版本是 2.2.5 (LTS)。阅读 2.2.5 发行说明,然后使用 pip 安装它:

pip install Django==2.2.5

作为 Django 3.0 开发过程的一部分,可以使用 Django 3.0a1。此版本仅适用于想要尝试新版本并帮助识别 3.0 版本之前的剩余错误的用户。请在使用此软件包之前阅读 3.0 发行说明。

使用 pip 安装 alpha:

pip install --pre django

Django的完整历史

VersionDateDescription
0.9016 Nov 2005
0.9111 Jan 2006magic removal
0.9623 Mar 2007newforms, testing tools
1.03 Sep 2008API stability, decoupled admin, unicode
1.129 Jul 2009Aggregates, transaction based tests
1.217 May 2010Multiple db connections, CSRF, model validation
1.323 Mar 2011Timezones, in browser testing, app templates.
1.526 Feb 2013Python 3 Support, configurable user model
1.66 Nov 2013Dedicated to Malcolm Tredinnick, db transaction management, connection pooling.
1.72 Sep 2014Migrations, application loading and configuration.
1.8 LTS2 Sep 2014Migrations, application loading and configuration.
1.8 LTS1 Apr 2015Native support for multiple template engines.Supported until at least April 2018
1.91 Dec 2015Automatic password validation. New styling for admin interface.
1.101 Aug 2016Full text search for PostgreSQL. New-style middleware.
1.11 LTS1.11 LTSLast version to support Python 2.7.Supported until at least April 2020
2.0Dec 2017First Python 3-only release, Simplified URL routing syntax, Mobile friendly admin.