TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Django 1.3 released

256 点作者 rodion_89大约 14 年前

14 条评论

jbox大约 14 年前
It's been fun watching these features play out in libraries over the last year.<p>I particularly like the idea of TemplateResponse - the earliest implementation I saw was in simonw's:<p><a href="https://github.com/simonw/django-openid/blob/master/django_openid/response.py#L4" rel="nofollow">https://github.com/simonw/django-openid/blob/master/django_o...</a><p>This approach makes template rendering much more flexible!<p>For example, it would be easy to swap out a template for a mobile one ... or to A/B test a template. Or choose the content type of the output (HTML, JSON etc.)
评论 #2358442 未加载
sambeau大约 14 年前
I wonder if they were tempted to give it the codename "WordPress"
评论 #2359246 未加载
评论 #2359137 未加载
eli大约 14 年前
So as someone who has just started my first Django project, is there any reason not to immediately switch to 1.3?
评论 #2359128 未加载
评论 #2359146 未加载
评论 #2361574 未加载
评论 #2359127 未加载
评论 #2360313 未加载
评论 #2361495 未加载
mattdeboard大约 14 年前
So, where's the "Congrats on Shipping" cake from the Ruby on Rails devs?<p>edit: Or maybe one from CakePHP would be more appropriate.
matclayton大约 14 年前
Congratulations to all the team,
BobKabob大约 14 年前
I can't believe it... not one comment telling the django guys to quit celebrating and get back to work on a version that supports Python 3? :-)<p>Seriously, Adrian, Jacob, and the django team, I love your product. I actually just bought a SECOND copy of your book (available free on the web). What's wrong with this picture?
评论 #2374513 未加载
philipkimmey大约 14 年前
Glad to see it!<p>Some of the new stuff is really cool, and means I won't have to rely on external libraries anymore (like passing context variables in template includes).<p>Also, the new logging functionality is really great!<p>Keep up the good work!
ejaury大约 14 年前
Congrats to the Django team! I know you guys have worked very hard to put this together. I've been waiting for this final release for quite some time, having tried the beta release since launched.
ireadzalot大约 14 年前
Class-based generic view is a nice addition. I remember when I was learning Django and going through the official tutorial, that was one part that took me a while to understand. Kudos guys!
评论 #2359534 未加载
beza1e1大约 14 年前
They backported the Python 2.7 unittest module to Python 2.4 and included it in Django? It is getting enterprisey. Maybe with Django 2.0 they will ship their own Python version?
评论 #2358452 未加载
评论 #2358412 未加载
评论 #2358415 未加载
dgallagher大约 14 年前
Congrats to the Django team! :) I'm in love with your API.
Pewpewarrows大约 14 年前
Huge congrats to the Django Core team, and anyone who helped contribute to the project. It just gets more fun to use each year that passes!
purephase大约 14 年前
Congrats. Excellent work all around. Very interested in checking it out.
vonkow大约 14 年前
Just in time for my next project, thanks!!!