Opened 17 years ago

Closed 17 years ago

#5215 closed (fixed)

[patch] Add SVN revision number to Django version string

Reported by: Deryck Hodge <deryck@…> Owned by: Adrian Holovaty
Component: Core (Management commands) Version: dev
Severity: 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

See the original discussion here:

http://groups.google.com/group/django-developers/browse_thread/thread/bfea185e181b4825/03bb4891756f042a

The idea is to take the "0.97-pre" normally returned by django-admin.py and make it something like "0.97-pre-SVN-5988". This is only for "pre" releases from SVN, not for official packaged releases.

Attachments (1)

version_by_svn.diff (1.7 KB ) - added by Deryck Hodge <deryck@…> 17 years ago.
Patch to add SVN revision number to version string

Download all attachments as: .zip

Change History (3)

by Deryck Hodge <deryck@…>, 17 years ago

Attachment: version_by_svn.diff added

Patch to add SVN revision number to version string

comment:1 by Deryck Hodge <deryck@…>, 17 years ago

Summary: Add SVN revision number to Django version string[patch] Add SVN revision number to Django version string

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [5990]) Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge

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