SSブログ

Django の復習と予習1.7まで (第43回)Python mini Hack-a-thon [Python]

https://code.djangoproject.com/wiki/Version1.7Roadmap
予定では、今頃は 1.7 がリリースされているはずだったが現在 RC 1 がまだ出ていない
ドキュメントもあるので、今から始めるなら 1.7 がよいと思う

Django 1.4 以降で、何が機能追加されたか 1.6 までの復習と 1.7 の予習

【1.1〜1.3超訳】
https://docs.djangoproject.com/en/dev/releases/1.1/
- proxy model
- QuerySet の aggregate, annotate
https://docs.djangoproject.com/en/dev/releases/1.2/
- マルチDB
- message フレームワーク
- if タグの中に条件式使えるようになった
- Email backends
https://docs.djangoproject.com/en/dev/releases/1.3/
- Class based View
- logging https://docs.djangoproject.com/en/dev/topics/logging/

【1.4】 https://docs.djangoproject.com/en/dev/releases/1.4/
- Python2.5 以降をサポート(Python3 をサポートしてない)
- application と project が同じディレクトリに並ぶようになった https://docs.djangoproject.com/en/dev/releases/1.4/#updated-default-project-layout-and-manage-py
- 長くサポートされるであろうと思われている?
- timezone サポート

【1.5】 https://docs.djangoproject.com/en/dev/releases/1.5/
- Python3 をサポートした(まだ十分でない)
- Python2.6.5 以降 2.7 を推奨
- UserModel のカスタマイズ https://docs.djangoproject.com/en/dev/topics/auth/customizing/#auth-custom-user
- ALLOWED_HOSTS の設定が必要 http://blog.ymyzk.com/2013/07/django-allowed_hosts/

【1.6】 https://docs.djangoproject.com/en/dev/releases/1.6/
- 現在の安定版
- Python3 をちゃんとサポート 2.6, 2.7, 3.2, 3.3
- Django1.8 がリリースされるまではサポートされる予定
- admin がデフォルトで有効
- Persistent connections https://docs.djangoproject.com/en/dev/ref/databases/#persistent-database-connections
- PIL のかわりに Pillow を使うようになった

【1.7】 https://docs.djangoproject.com/en/dev/releases/1.7/
- Python 2.7 以降をサポート。 2.7, 3.2, 3.3, 3.4
- migration ツールの統合 http://d.hatena.ne.jp/flag-boy/20140206
- AppConfig http://d.hatena.ne.jp/nullpobug/20140301
- QuerySet を as_manager() で ModelManager として使える https://docs.djangoproject.com/en/dev/releases/1.7/#calling-custom-queryset-methods-from-the-manager
- JsonResponse https://docs.djangoproject.com/en/dev/ref/request-response/#django.http.JsonResponse

コメント(0)  トラックバック(0) 
共通テーマ:パソコン・インターネット

コメント 0

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

※ブログオーナーが承認したコメントのみ表示されます。

Facebook コメント

トラックバック 0