10

我需要 Django 0.96。我有一个巨大的 Django 项目,我需要运行它,但它与 0.96 非常紧密,我可能需要花费大量时间来将它移植到 1.x

当我这样做时,pip install django==0.96我得到了这个

Could not find a version that satisfies the requirement django==0.96 (from versions: 1.1.3, 1.1.4, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5)

如何安装 Django 0.96?

4

2 回答 2

10

您可以从 git repo 安装:

pip install git+https://github.com/django/django@c939b2a1cb22b5035b1ccf90ee7686f334e6049d#egg=django==0.96.5
于 2013-10-04T11:27:50.513 回答
9

那个旧版本在 pip 上不可用。以下是分支 0.96.x 版本的链接:0.96.50.96.40.96.30.96.20.96.10.96

于 2013-10-04T11:25:28.097 回答