Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Que hay de nuevo en Django 1.6
Search
Camilo Nova
October 03, 2013
Technology
2
1.6k
Que hay de nuevo en Django 1.6
http://www.meetup.com/Django-Bogota/events/141124812/
Camilo Nova
October 03, 2013
Tweet
Share
More Decks by Camilo Nova
See All by Camilo Nova
Django FoodPorn
camilonova
3
270
Other Decks in Technology
See All in Technology
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
140
エラーとアクセシビリティ
schktjm
1
1.2k
Language Update: Java
skrb
2
290
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
19
8.5k
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.2k
研究開発と製品開発、両利きのロボティクス
youtalk
1
510
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.2k
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
440
Agile PBL at New Grads Trainings
kawaguti
PRO
1
390
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
210
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
190
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Embracing the Ebb and Flow
colly
87
4.8k
A better future with KSS
kneath
239
17k
A Tale of Four Properties
chriscoyier
160
23k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Transcript
Django 1.6 Camilo Nova Thursday, October 3, 13
Thursday, October 3, 13
Malcolm Tredinnick Dedicado a Malcolm Tredinnick Thursday, October 3, 13
Plantilla de proyectos y aplicaciones • django-admin.py startproject • django-admin.py
startapp • ‘admin’ habilitado por defecto. • ‘sites’ deja de venir por defecto. Thursday, October 3, 13
Manejo de transacciones • Allí estaba pero nadie lo usaba.
• Ahora tiene un esquema simplificado, menos complicado y fácil de leer. • ‘autocommit’ viene activo por defecto. Thursday, October 3, 13
Conexiones persistentes • Es posible mantener la conexión a la
base de datos. • Por compatibilidad hacia atras esta característica esta desactivada por defecto. Thursday, October 3, 13
Test Runner • Django 1.6 trae un nuevo test runner
que permite mayor flexibilidad. django.test.runner.DiscoverRunner Thursday, October 3, 13
BinaryField Thursday, October 3, 13
django-admin.py check Thursday, October 3, 13
.earliest() Thursday, October 3, 13
Filtrar fechas por hour, minute, second Thursday, October 3, 13
HTML5 forms Thursday, October 3, 13
jQuery Thursday, October 3, 13
Deployment checklist Thursday, October 3, 13
Pillow Thursday, October 3, 13
book_list = Book.objects.all().order_by(‘id’) if book_list: book = book_list[0] else: book
= None return book Thursday, October 3, 13
return Book.objects.all().order_by(‘id’).first() Thursday, October 3, 13
.first() y .last() Thursday, October 3, 13
Thursday, October 3, 13
Cambios incompatibles hacia atras Thursday, October 3, 13
autocommit Thursday, October 3, 13
autocommit para PostgreSQL Thursday, October 3, 13
test runner Thursday, October 3, 13
QuerySet.datetimes() Thursday, October 3, 13
hour, minute, second Thursday, October 3, 13
BooleanField Thursday, October 3, 13
django.contrib.auth password reset Thursday, October 3, 13
serialización de sesión en JSON Thursday, October 3, 13
Blank Passwords Thursday, October 3, 13
Deprecation Thursday, October 3, 13
Transacciones Thursday, October 3, 13
django.contrib.comments Thursday, October 3, 13
PostgreSQL 8.4 Thursday, October 3, 13
CACHE_MIDDLEWARE_ANONYMOUS_ONLY Thursday, October 3, 13
SEND_BROKEN_LINK_EMAILS Thursday, October 3, 13
ModelForm fields Thursday, October 3, 13
https:// docs.djangoproject.com /en/dev/releases/1.6/ Thursday, October 3, 13
South Thursday, October 3, 13
https://misindicadores.co Thursday, October 3, 13
https://misindicadores.co Thursday, October 3, 13