TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Django 1.2 alpha 1 released

37 pointsby arthurkover 15 years ago

3 comments

jsdaltonover 15 years ago
The smart "if" template tag (<a href="http://docs.djangoproject.com/en/dev/releases/1.2-alpha-1/#smart-if-tag" rel="nofollow">http://docs.djangoproject.com/en/dev/releases/1.2-alpha-1/#s...</a>) 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.
评论 #1034959 未加载
jonkneeover 15 years ago
Excellent news. readonly_fields and the new messages framework will be quite handy. Not to mention improved {% if %}. Solid work.
admanrsover 15 years ago
multiple database connections is going to be my favorite new feature: <a href="http://docs.djangoproject.com/en/dev/topics/db/multi-db/" rel="nofollow">http://docs.djangoproject.com/en/dev/topics/db/multi-db/</a>