Opened 18 years ago
Closed 17 years ago
#4277 closed (wontfix)
Django installation instructions should note that uninstalling old version of Django is unnecessary if Python has been updated
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If you have upgraded your version of Python (from for example 2.4 to 2.5.1), there is no need to do the step of removing the old version of Django in your 2.4 directory. You simply need a new version in your 2.5 site-packages.
Note:
See TracTickets
for help on using tickets.
Thanks for the submission, Ross. However, I'm not sure this is worth mentioning - it seems reasonably obvious that the installation documentation is talking about your current installed version of python, and if one was to remove the old version then no harm would be done (in fact, it could make troubleshooting simpler).