Opened 12 years ago

Closed 12 years ago

#18070 closed Uncategorized (worksforme)

django version 1.5

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.4
Severity: Normal 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

Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import django
django.get_version()
'1.5'

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: worksforme
Status: newclosed

It appears you're using the development version, and this is the expected behavior.

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