On Wed, Dec 12, 2012 at 3:56 PM, Michael Elsdörfer wrote:
> $ pip install django==1.1
If you mean "The most recent point release in the 1.1 family", then
that is "Django>1.1,<1.2"*.
If you mean 1.1.1, then that is "Django==1.1.1"
Cheers
Tom
* If you are using pypi, then "Django<1.2" will do th
The point is that you should be using 1.1.4, the latest release in the 1.1
line, and not 1.1.
Jacob
On Sun, Dec 16, 2012 at 12:38 PM, donarb wrote:
>
>
> On Saturday, December 15, 2012 3:54:10 AM UTC-8, Florian Apolloner wrote:
>>
>> I am strongly against showing non-supported versions on PYPI
On Saturday, December 15, 2012 3:54:10 AM UTC-8, Florian Apolloner wrote:
>
> I am strongly against showing non-supported versions on PYPI, I also don't
> see why you'd need 1.1 for CI tests if you don't use it (an nobody should)
>
I disagree. I have a client who is currently running a site wit
On Friday, December 14, 2012 9:01:27 PM UTC+1, Michael Elsdörfer wrote:
>
> I'm only using Django 1.1 as part of CI tests, and they have started
> failing recently because of this, so I'd be happy to see it fixed.
>
I am strongly against showing non-supported versions on PYPI, I also don't
see w
I'm only using Django 1.1 as part of CI tests, and they have started
failing recently because of this, so I'd be happy to see it fixed.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@g
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 wr
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 wrote:
> I'm not sure why it's hidden on PyPI, but in t
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 upgr
$ 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