On 29 Sep 23:21, Muhammad Ahmed wrote:
> Hi,
>
> I am learning Django by using version 1.4 and I have completed first 4 introductory
> lessons <
https://docs.djangoproject.com/en/1.4/intro/tutorial01/>.
>
> However, I see that newest Django version is 1.7 and I feel that I am using
> an outdated version.
>
> Being a newbie, I would like to ask that should I move to version 1.7 and
> which Django version is currently being used in "Professional
> Environments".
>
> Please guide which version (of both Python / Django) should I follow?
I agree with other advices to start with Django 1.7.
Django is very stable and the new functionalities are always introduced
in a very sane way. Also the deprecations are done well, and the
documentation is one of the best I have ever seen for a framework.
If I can go a little further, I say that if you are a Django beginner,
you could follow a very good book:
Test-Driven Development with Python using Django, Selenium and
Javascript. The book's website is
http://obeythetestinggoat.com/
Happy Django-ing! :-)