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.8 released

286 pointsby amarsahinovicabout 10 years ago

9 comments

bebopabout 10 years ago
Some great things in this release:<p>- official Jinja2 support, and a generic template interface<p>- native postgres fields<p>- uuid field<p>and it is an LTS. Time to get upgrading.
评论 #9309027 未加载
JshWrightabout 10 years ago
I&#x27;m especially excited about contrib.postgres[1].<p>HStoreField is going to be a significant improvement over the JSONFields we have been using...<p>[1] <a href="https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;1.8&#x2F;ref&#x2F;contrib&#x2F;postgres&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;1.8&#x2F;ref&#x2F;contrib&#x2F;postgres&#x2F;</a>
评论 #9308944 未加载
评论 #9307901 未加载
评论 #9307615 未加载
jalonso510about 10 years ago
Really like that they added a way to store time intervals as python timedelta objects. Previously i think the best approach was to store a number of seconds as an integer and then calculate the number of minutes, hours etc.. yourself.
ralmidaniabout 10 years ago
Great work, Django team!<p>I recently switched a project back to Django after some time playing with Rails.<p>One of the biggest attractions of Rails is the asset pipeline, but splitting the project and building the front-end with Ember-CLI takes away that advantage, leaving Django far ahead (IMO) with its cleaner ORM, less magical module importing, and Python&#x27;s indented syntax.
评论 #9307192 未加载
评论 #9309583 未加载
评论 #9307189 未加载
评论 #9309029 未加载
lukasmabout 10 years ago
I really wish there was something as mature as Django in Go (A little bit lightweight maybe)
评论 #9307621 未加载
评论 #9307073 未加载
评论 #9308544 未加载
评论 #9310186 未加载
评论 #9306988 未加载
评论 #9307869 未加载
bdrabout 10 years ago
Thanks to the Django team for a incredibly well-run and well-documented OS project!
tomjen3about 10 years ago
Damn Django is pretty hard at sunsetting old versions. If they are going to release a new one in October and only supply security upgrades to things that are two versions behind, does that means you have to upgrade your system in less than a year?
评论 #9309220 未加载
ElectricFeelabout 10 years ago
What is Django? What does it do?
评论 #9306907 未加载
评论 #9306917 未加载
评论 #9306912 未加载
评论 #9307250 未加载
评论 #9307187 未加载
lucianmarinabout 10 years ago
Can’t wait to update <a href="https:&#x2F;&#x2F;sublevel.net" rel="nofollow">https:&#x2F;&#x2F;sublevel.net</a> to this version!