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.6.2 and 1.7a2 released

108 pointsby cdjkover 11 years ago

5 comments

mladenkovacevicover 11 years ago
I clicked, read, nodded in approval and upvoted.. There&#x27;s nothing really to discuss. There are a few new features in 1.7 that people are looking forward to but nothing really controversial.<p>Start a discussion about Python 3, on the other hand, and you&#x27;ll get multi-page comments.
batisteover 11 years ago
I see they plan to use pyinotify if installed (Linux only).<p><a href="https://docs.djangoproject.com/en/dev/releases/1.7/#management-commands" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;dev&#x2F;releases&#x2F;1.7&#x2F;#manageme...</a><p>Any reason to stay away from the cross plateforme Watchdog?<p><a href="http://packages.python.org/watchdog/" rel="nofollow">http:&#x2F;&#x2F;packages.python.org&#x2F;watchdog&#x2F;</a>
评论 #7195406 未加载
jbailover 11 years ago
There is a striking contrast on HN between this release and say, when Node or Rails release a new version. At the one hour point since this was posted and there are no comments.<p>Anybody use Django? Or just not excited about this release? I&#x27;m genuinely curious.
评论 #7195038 未加载
评论 #7194077 未加载
评论 #7194367 未加载
评论 #7193883 未加载
评论 #7194053 未加载
评论 #7193991 未加载
nateratorover 11 years ago
On a related note, Does anyone have any experience with schema migrations in 1.7? Is it similar to South in function and performance? In other words, should I keep using South, or try to learn to use the new implementation? Do I need to be a guinea pig?
评论 #7195989 未加载
marcosscrivenover 11 years ago
I tried Django for the first time last year. I had previously used Drupal&#x2F;Joomla, but hated PHP. Plus Django was much lighter weight - it was easy to build a CMS with it, but also really easy to create something much more minimal.