Django1.0がPyPIからインストールできなくなっている

数カ月前からなんですが、Django1.0系はPyPIからpipやeasy_installでインストールができなくなっています。
Django1.0系の最新版は1.0.4で、PyPIにレコードはありますが、アーカイブが登録されていないのが原因のようです。

$ pip install Django==1.0.4
Downloading/unpacking Django==1.0.4
  Could not find a version that satisfies the requirement Django==1.0.4 (from versions: )
No distributions matching the version for Django==1.0.4
Storing complete log in /home/tokibito/.pip/pip.log

古い物は使うなってことなんでしょうか。アーカイブが登録されていない理由は知りません。
とりあえずrequirements.txtに書くのであれば、本家のtarballのURLかgithubのタグのアーカイブURLを指定しておくとよいかと。

https://www.djangoproject.com/download/1.0.4/tarball/
もしくは、
https://github.com/django/django/archive/1.0.4.tar.gz