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.5 beta release notes

133 pointsby kgrinover 12 years ago

6 comments

quaunautover 12 years ago
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 未加载
elithrarover 12 years ago
&#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 未加载
scommabover 12 years ago
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
Alex3917over 12 years ago
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 未加载
jfbover 12 years ago
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 未加载
hayksaakianover 12 years ago
&#62; python3 support<p>Go on
评论 #4841125 未加载