Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django 1.1 to Django 1.3

Tags:

python

django

I have read the Django book, but for the old version 1.1.

Other than rereading the book for the updated version, what is the quickest way to get up to date with the new and the deprecated features? I know I can look at the changelog, but I was looking for some more detailed resources, maybe some blog posts.

like image 535
Andrea Avatar asked Feb 24 '23 11:02

Andrea


1 Answers

What you are looking for is posts explaining in much more detail each feature. Djangoadvent did has it for 1.2.

By the time 1.3 came out, many of these people who wrote these posts last time around, got busy with their (new founded) startups (via YC'11)!

You can refer the release notes tho':

Django 1.3 release notes

Django 1.2 release notes

like image 66
lprsd Avatar answered Mar 12 '23 10:03

lprsd