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.7k
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
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
350
20251027_findyさん_音声エージェントLT
almondo_event
2
470
Open Table Format (OTF) が必要になった背景とその機能 (2025.10.28)
simosako
2
370
AIの個性を理解し、指揮する
shoota
1
220
組織全員で向き合うAI Readyなデータ利活用
gappy50
3
1.2k
Building a cloud native business on open source
lizrice
0
190
ゼロコード計装導入後のカスタム計装でさらに可観測性を高めよう
sansantech
PRO
1
500
Zero Trust DNS でより安全なインターネット アクセス
murachiakira
0
110
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
JSConf JPのwebsiteをGatsbyからNext.jsに移行した話 - Next.jsの多言語静的サイトと課題
leko
2
190
あなたの知らない Linuxカーネル脆弱性の世界
recruitengineers
PRO
3
160
AI連携の新常識! 話題のMCPをはじめて学ぶ!
makoakiba
0
130
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Six Lessons from altMBA
skipperchong
29
4k
Scaling GitHub
holman
463
140k
Gamification - CAS2011
davidbonilla
81
5.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Facilitating Awesome Meetings
lara
57
6.6k
4 Signs Your Business is Dying
shpigford
185
22k
YesSQL, Process and Tooling at Scale
rocio
173
15k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Designing for Performance
lara
610
69k
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