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.11 beta 1 released

167 pointsby tweakzabout 8 years ago

8 comments

pmulvabout 8 years ago
This is a bit off topic, but can anyone suggest a decent Django tutorial? I&#x27;ve just recently learned python, and would like to build a few projects using Django. I completed Django&#x27;s official tutorial[1], but when it came time for me to actually start building something, I found I didn&#x27;t really understand what was going on. I should mention I&#x27;m inexperienced in both web application development and python in general.<p>1: <a href="https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;1.10&#x2F;intro&#x2F;tutorial01&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;1.10&#x2F;intro&#x2F;tutorial01&#x2F;</a>
评论 #13693342 未加载
评论 #13693439 未加载
评论 #13693624 未加载
评论 #13693364 未加载
评论 #13694893 未加载
评论 #13696282 未加载
评论 #13693345 未加载
评论 #13694364 未加载
评论 #13693315 未加载
评论 #13693415 未加载
jitlabout 8 years ago
Release notes with the new features in 1.11: <a href="https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;dev&#x2F;releases&#x2F;1.11&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;dev&#x2F;releases&#x2F;1.11&#x2F;</a><p>Highlights:<p>- better support for creating indexes on your Models with class-based indexes<p>- widget rendering in forms now uses the templating system instead of python<p>- Explicit subquery expression support via Subquery and Exists expressions.
评论 #13692855 未加载
评论 #13692923 未加载
评论 #13695314 未加载
omegoteabout 8 years ago
The new way of rendering form widgets is something I&#x27;ve been waiting for a long time. Now using custom form widgets like those in Bootstrap, or more complex fields like datepickers and the like should be as easy as dropping the HTML templates for those widgets in the proper folder, which is great.
bedrosabout 8 years ago
my favorite feature so far is search, this is first LTS release with search support builtin (was introduced in 1.10)<p><a href="https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;1.10&#x2F;ref&#x2F;contrib&#x2F;postgres&#x2F;search&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;1.10&#x2F;ref&#x2F;contrib&#x2F;postgres&#x2F;...</a>
评论 #13693316 未加载
vosperabout 8 years ago
I&#x27;ve been building a project with Django Rest Framework (DRF), it&#x27;s my first time using anything Django-related. Does anyone know whether new versions of Django tend to drop right into DRF, or whether DRF has to do some work to be compatible with a new version?<p>I ask because I like the sound of the fulltext search mentioned in another comment, because it would mean I don&#x27;t have to install a search engine to support that feature. So I&#x27;d switch to Postgres and start using Beta 1 pretty soon, if DRF will just-work with it.
评论 #13694404 未加载
评论 #13693881 未加载
评论 #13695366 未加载
评论 #13696821 未加载
yeukhonabout 8 years ago
&gt; The Django 1.11.x series is the last to support Python 2. The next major release, Django 2.0, will only support Python 3.5+.<p>Really the most important part of this release, out of all.<p>This is the time where enterprise companies using Python and Django really need to switch to Python 3. In fact, anyone using Ubuntu 16.04 should already find themselves going &quot;ugh&quot; because they needed Python 2. More reasons to push forward.
评论 #13695066 未加载
mozumderabout 8 years ago
Subquery expressions looks like it would be just easier to write SQL, instead of going through the Django ORM. This is where SQL starts to show its expressive strength over ORMs.
评论 #13692850 未加载
评论 #13692859 未加载
评论 #13694345 未加载
评论 #13692862 未加载
评论 #13693816 未加载
评论 #13694532 未加载
jbubabout 8 years ago
Class based indexes - looks great, is there support for CREATE INDEX CONCURRENTLY for postgres ?
评论 #13694299 未加载