Branch: refs/heads/master
Home: https://github.com/django/django
Commit: 6ed7d40727f70934df6ab0ac96f5f1c4f01c534f
https://github.com/django/django/commit/6ed7d40727f70934df6ab0ac96f5f1c4f01c534f
Author: Carl Meyer <[email protected]>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M docs/topics/install.txt
M setup.py
Log Message:
-----------
Fixed #18115 - added warning about overlaid install.
Setup.py now warns if it detects that Django is being installed over top
of a previous installation that was never removed. This should only
happen when installing with ``python setup.py install``, as pip
automatically uninstalls before installing a new version and
easy_install installs as an egg directory.
Also generally updated the installation doc.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.