mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
6ed7d40727
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.