Opened 14 years ago

Closed 14 years ago

#13836 closed (worksforme)

django-admin.py --version shows the version as 1.1.1

Reported by: cookie58 Owned by: nobody
Component: Uncategorized Version: 1.2
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

Hi,

Thanks for the great framework!
I just upgraded my Django from 1.1.1 to 1.2.1 according to the instruction provided.
However when I checked the version with the 'django-admin.py --version',
the version is still 1.1.1.
I also did the same thing with the file in the uncompressed directory,
Django-1.2.1/django/bin/django-admin.py, and it also shows the version as 1.1.1.
Please check this.

Thanks,
Young

Change History (1)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: worksforme
Status: newclosed

Works fine for me. django-admin.py returns 1.2.1 as expected on a clean install; I just created a test virtualenv in which I installed 1.1.1, then upgraded to 1.2.1, and had no problems.

The obvious source of difficulty would be a separate Django install somewhere on your PYTHONPATH; another possible cause would be stale pyc's. However, this sort of debugging is better suited to django-users. If it turns out there is a problem, we can reopen this ticket with the specific details.

Note: See TracTickets for help on using tickets.
Back to Top