Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8335 closed (invalid)

django.get_version() does not return SVN revision

Reported by: marcusti Owned by: nobody
Component: Uncategorized 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

I#m using current SVN co. Revision 8363. Since 1.0 beta2 SVN revision is not returned by django.get_version(), instead there's just 'SVN-unknown'.

Change History (3)

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

milestone: 1.0 beta1.0

This is a bug, not a feature, and 1.0 beta has been shipped.

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: invalid
Status: newclosed

Plus, it works fine for me as at [8371]. If you're getting SVN-unknown, I'm guessing there is either something wrong with your SVN checkout, or you have another Django directory somewhere that doesn't come from SVN.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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