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
How to achieve interoperable digital identity across Asian countries
fujie
0
110
Function calling機能をPLaMo2に実装するには / PFN LLMセミナー
pfn
PRO
0
880
ユニットテストに対する考え方の変遷 / Everyone should watch his live coding
mdstoy
0
120
それでも私はContextに値を詰めたい | Go Conference 2025 / go conference 2025 fill context
budougumi0617
4
1.2k
Pure Goで体験するWasmの未来
askua
1
170
SOC2取得の全体像
shonansurvivors
1
360
C# 14 / .NET 10 の新機能 (RC 1 時点)
nenonaninu
1
1.5k
バイブコーディングと継続的デプロイメント
nwiizo
2
400
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
450
履歴 on Rails: Bitemporal Data Modelで実現する履歴管理/history-on-rails-with-bitemporal-data-model
hypermkt
0
2.1k
データエンジニアがこの先生きのこるには...?
10xinc
0
440
20250929_QaaS_vol20
mura_shin
0
110
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
The World Runs on Bad Software
bkeepers
PRO
71
11k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
How STYLIGHT went responsive
nonsquared
100
5.8k
Typedesign – Prime Four
hannesfritz
42
2.8k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Embracing the Ebb and Flow
colly
88
4.8k
Practical Orchestrator
shlominoach
190
11k
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