top | item 1034631

Django 1.2 alpha 1 released

37 points| arthurk | 16 years ago |djangoproject.com | reply

7 comments

order
[+] jsdalton|16 years ago|reply
The smart "if" template tag (http://docs.djangoproject.com/en/dev/releases/1.2-alpha-1/#s...) was quite the welcome surprise for me in the release notes! I swear I've written a dozen custom template tags all because it wasn't possible to perform simple comparisons in the if condition.
[+] jules|16 years ago|reply
What would be really smart is if they just allowed Python code there.
[+] jonknee|16 years ago|reply
Excellent news. readonly_fields and the new messages framework will be quite handy. Not to mention improved {% if %}. Solid work.