I mean I'm sure it's fine just pointing out that where I got it from it said 1.5
On Tuesday, July 31, 2012 3:30:31 AM UTC-4, James Bennett wrote:
-- On Tuesday, July 31, 2012 3:30:31 AM UTC-4, James Bennett wrote:
On Tue, Jul 31, 2012 at 2:15 AM, JJ Zolper <codingatmt@gmail.com> wrote:
>>>> import django
>>>> print django.get_version()
>
> I didn't see 1.4.1 I saw 1.5
>
> Sure it's probably a minor configuration fix to change it to 1.4.1 but I was
> really worried that I did something wrong.
>
> Maybe someone else can repeat this and see if I made a mistake or that
> indeed something is wrong with the brand new release?
Here is django/__init__.py in the 1.4 release branch:
https://github.com/django/django/blob/stable/1.4.x/ django/__init__.py
VERSION is (1, 4, 1, 'final', 0).
I downloaded a copy of the 1.4.1 tarball, unpacked it, and looked at
the __init__.py; again, VERSION was (1, 4, 1, 'final', 0).
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/bX7XtGbM88wJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment