Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1177 closed defect (fixed)

[patch] Framework should export a version

Reported by: django@… Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Frameworks and Libraries should always export a version. Django doesn't currently export any kind of this, makeing it hardly possible to test which django version is running.

Attachments (1)

django_version_export.diff (226 bytes ) - added by django@… 18 years ago.
django.VERSION exports a version of the framework

Download all attachments as: .zip

Change History (2)

by django@…, 18 years ago

Attachment: django_version_export.diff added

django.VERSION exports a version of the framework

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2328]) Fixed #1177 -- Added django.VERSION and '--version' command to django-admin.py/manage.py

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