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
260
Other Decks in Technology
See All in Technology
消し忘れリソースゼロへ!私のResource Explorer活用法
cuorain
0
140
攻撃者の視点で社内リソースはどう見えるのかを ASMで実現する
hikaruegashira
4
2.1k
レイクハウスとはなんだったのか?
akuwano
15
2k
20250125_Agent for Amazon Bedrock試してみた
riz3f7
2
110
CloudWatch Container Insightsを使ったAmazon ECSのリソース監視
umekou
1
120
Tokyo RubyKaigi 12 - Scaling Ruby at GitHub
jhawthorn
2
210
プロダクト価値を引き上げる、「課題の再定義」という習慣
moeka__c
0
210
[TechNight #86] Oracle GoldenGate - 23ai 最新情報&プロジェクトからの学び
oracle4engineer
PRO
1
170
生成AIを活用した機能を、顧客に提供するまでに乗り越えた『4つの壁』
toshiblues
1
210
第27回クラウド女子会 ~re:Invent 振り返りLT会~ 宣言型ポリシー、使ってみたらこうだった!
itkr2305
0
290
あなたの興味は信頼性?それとも生産性? SREとしてのキャリアに悩むみなさまに伝えたい選択肢
jacopen
6
3.3k
Grid表示のレイアウトで Flow layoutsを使う
cffyoha
1
150
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
6
220
For a Future-Friendly Web
brad_frost
176
9.5k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Producing Creativity
orderedlist
PRO
343
39k
Done Done
chrislema
182
16k
4 Signs Your Business is Dying
shpigford
182
22k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Docker and Python
trallard
43
3.2k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
520
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
No one is an island. Learnings from fostering a developers community.
thoeni
20
3.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.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