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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Django 1.5 beta release notes

133 点作者 kgrin超过 12 年前

6 条评论

quaunaut超过 12 年前
The two big headline features, the configurable User model and Python 3 support, are both huge. The first, because as is right now, simply extending the User model feels janky and possibly broken, and the second, because Django is probably one of the biggest reasons people have not moved onto Python 3.
评论 #4839969 未加载
评论 #4839960 未加载
评论 #4840892 未加载
elithrar超过 12 年前
&#62; Configurable User model<p>This pleases me greatly. No longer do I need to rely on plug-ins (and therefore, them being updated) to minimally extend the existing User model for small projects.
评论 #4840008 未加载
scommab超过 12 年前
Major Highlights:<p>- Python3 support! (supports python2.6.5+ and python3.2+ in the same code base)<p>- {% verbatim %} (no collision problems with mustache)<p>- Built-in Partial model saving
Alex3917超过 12 年前
If I want to create my own database and write my own SQL queries instead of using Django's object models and ORM, does it still make sense to use Django's user model in my project?
评论 #4840858 未加载
评论 #4843021 未加载
jfb超过 12 年前
Can someone point me to a compare/contrast sort of doc between modern Django and Rails? I don't do a lot of web app programming, but I'm curious as to whether there's much of a difference between the two.
评论 #4841789 未加载
评论 #4840321 未加载
评论 #4840692 未加载
评论 #4840272 未加载
hayksaakian超过 12 年前
&#62; python3 support<p>Go on
评论 #4841125 未加载