The exact versions of Django available on Pypi are here:
http://pypi.python.org/simple/Django/

Nobody recommends installing this old version of Django for production, but 
you can install 1.1.4 like so:
pip install django==1.1.4

On Wednesday, December 12, 2012 11:37:58 AM UTC-8, Will Van Wazer wrote:
>
> Despite not being listed on PyPi, installing Django 1.1 works if you do 
> this:
>
> pip install 'Django<1.2'
>
>
>
> -------
> Will Van Wazer
> The Washington Post
> (202) 334-9967 (w)
> (703) 785-1448 (c)
>
>
>
> On Wed, Dec 12, 2012 at 11:12 AM, Jacob Kaplan-Moss 
> <ja...@jacobian.org<javascript:>
> > wrote:
>
>> I'm not sure why it's hidden on PyPI, but in the meantime you can get it 
>> from https://www.djangoproject.com/download/.
>>
>> I should point out that 1.1 is woefully out of date and no longer 
>> receives security updates. There are probably security vulnerabilities and 
>> certainly bugs; you should really upgrade as soon as possible.
>>  
>> Jacob
>>
>>
>> On Wed, Dec 12, 2012 at 9:56 AM, Michael Elsdörfer 
>> <elsdo...@gmail.com<javascript:>
>> > wrote:
>>
>>> $ pip install django==1.1
>>> Downloading/unpacking django==1.1
>>>   Could not find a version that satisfies the requirement django==1.1 
>>> (from versions: )
>>> No distributions matching the version for django==1.1
>>>
>>> This was working perfectly well not so long ago. I notice 1.1 isn't 
>>> listed on PyPI either:
>>>
>>> http://pypi.python.org/pypi/Django
>>>
>>> Michael
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django developers" group.
>>> To post to this group, send email to 
>>> django-d...@googlegroups.com<javascript:>
>>> .
>>> To unsubscribe from this group, send email to 
>>> django-develop...@googlegroups.com <javascript:>.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/django-developers?hl=en.
>>>
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django developers" group.
>> To post to this group, send email to 
>> django-d...@googlegroups.com<javascript:>
>> .
>> To unsubscribe from this group, send email to 
>> django-develop...@googlegroups.com <javascript:>.
>> For more options, visit this group at 
>> http://groups.google.com/group/django-developers?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/LfYFbMDVPQ0J.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to