Opened 16 years ago

Closed 16 years ago

#8871 closed (wontfix)

django.get_version: 1.0-final-SVN-unknown

Reported by: Yury Yurevich Owned by: nobody
Component: Uncategorized Version: 1.0
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

django.get_version() returns u'1.0-final-SVN-unknown' instead of u'1.0' or u'1.0-final'.

Change History (1)

comment:1 by James Bennett, 16 years ago

Resolution: wontfix
Status: newclosed

Well, it can't be fixed in the release since that's over and done with. And in a few days we'll probably be changing django.VERSION again anyway to indicate we're working toward the next version of Django, at which point this will be moot.

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