python:django

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:django [2019/08/19 06:58] ともやんpython:django [2021/06/05 05:52] (現在) – [Django - Web アプリケーション フレームワーク] ともやん
行 1: 行 1:
 +<html>
 +  <style>
 +    #logo {
 +      background-color: #0C4B33;
 +      padding: 15px;
 +    }
 +    #logo p {
 +      margin: 0;
 +    }
 +    .dokuwiki .plugin_wrap {
 +      width: fit-content;
 +    }
 +    #scroll {
 +      height: 300px;
 +      overflow: scroll;
 +      overflow-x: hidden;
 +    }
 +  </style>
 +</html>
 ====== Django - Web アプリケーション フレームワーク ====== ====== Django - Web アプリケーション フレームワーク ======
 +{{:python:django_1966_-_domingo_03_03.jpg?360|DJANGO (1966) – Domingo (03/03) - 13h:30}}\\
 +<html>
 +<span style="font-size: 0.9rem;font-style: italic;"><a href="https://www.flickr.com/photos/47979536@N05/8519392233">"DJANGO (1966) – Domingo (03/03) - 13h:30"</a><span> by <a href="https://www.flickr.com/photos/47979536@N05">CulturaGovBr</a></span> is licensed under <a href="https://creativecommons.org/licenses/by/2.0/?ref=ccsearch&atype=html" style="margin-right: 5px;">CC BY 2.0</a><a href="https://creativecommons.org/licenses/by/2.0/?ref=ccsearch&atype=html" target="_blank" rel="noopener noreferrer" style="display: inline-block;white-space: none;margin-top: 2px;margin-left: 3px;height: 22px !important;"><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc_icon.svg?image_id=2c05112e-e4f1-4bad-8858-6de6466ed151" /><img style="height: inherit;margin-right: 3px;display: inline-block;" src="https://search.creativecommons.org/static/img/cc-by_icon.svg" /></a></span>
 +</html>
 +[[wp>Django_(1966_film)|]]\\
 +
 +本家: [[https://www.djangoproject.com/|The Web framework for perfectionists with deadlines | Django]]\\
 +ソースコード: [[https://github.com/django/django|django/django: The Web framework for perfectionists with deadlines.]]\\
  
 ===== 環境構築 ===== ===== 環境構築 =====
 [[python:django:django_install|Django のインストール]]\\ [[python:django:django_install|Django のインストール]]\\
-[[python:django:django_psycopg2|psycopg2 のインストール]]\\+[[python:django:django_psycopg2|psycopg2 のインストール]] (PostgreSQL データベースエンジン利用時)\\
 [[python:django:django_bpmobile|django-bpmobile のインストール]](必要時)\\ [[python:django:django_bpmobile|django-bpmobile のインストール]](必要時)\\
 [[python:django:django_compressor|django-compressor のインストール]](必要時)\\ [[python:django:django_compressor|django-compressor のインストール]](必要時)\\
  
 ===== 日本語ドキュメント ===== ===== 日本語ドキュメント =====
 +[[https://docs.djangoproject.com/ja/3.1/|Django ドキュメント | Django 3.1 ドキュメント | Django]]\\
 +[[https://docs.djangoproject.com/ja/3.0/|Django ドキュメント | Django 3.0 ドキュメント]]\\
 +[[http://e-class.center.yuge.ac.jp/jdk_docs/django1.4/|Django ドキュメント — Django 1.4 documentation]]\\
 +<del>[[http://docs.djangoproject.jp/|Django ドキュメント — Django 1.4 documentation]]</del>\\
 +<del>[[http://docs.nullpobug.com/django-doc-ja/trunk/|Django ドキュメント — Django v1.1 documentation]]</del>\\
 [[http://djangoproject.jp/doc/ja/1.0/|Django ドキュメント — Django v1.0 documentation]]\\ [[http://djangoproject.jp/doc/ja/1.0/|Django ドキュメント — Django v1.0 documentation]]\\
-[[http://docs.nullpobug.com/django-doc-ja/trunk/|Django ドキュメント — Django v1.1 documentation]]\\ 
-[[http://docs.djangoproject.jp/|Django ドキュメント — Django 1.4 documentation]]\\ 
  
 ===== 開発手順 ===== ===== 開発手順 =====
行 16: 行 46:
 [[python:django:manage_source_code | ソースコードの管理 (Mercurial hg init)]]\\ [[python:django:manage_source_code | ソースコードの管理 (Mercurial hg init)]]\\
 [[python:django:runserver | 開発用サーバの起動 (manage.py runserver)]]\\ [[python:django:runserver | 開発用サーバの起動 (manage.py runserver)]]\\
-[[python:django:settings_py | プロジェクトの設定 (settings.py)]]\\+[[python:django:settings_py | プロジェクトの設定 (django_project/settings.py)]]\\
 [[python:django:create_database | データベースの作成 (PostgreSQL createdb)]]\\ [[python:django:create_database | データベースの作成 (PostgreSQL createdb)]]\\
 [[python:django:create_table_superuser | テーブルの作成 (manage.py migrate, createsuperuser)]]\\ [[python:django:create_table_superuser | テーブルの作成 (manage.py migrate, createsuperuser)]]\\
 [[python:django:startapp | アプリケーションの作成 (manage.py startapp)]]\\ [[python:django:startapp | アプリケーションの作成 (manage.py startapp)]]\\
 +[[python:django:model_definition | アプリのモデル定義 (django_app/models.py)]]\\
 +[[python:django:custom_management_commands | Django のカスタム django-admin コマンド (manage.py custom_commands)]]\\
  
 ===== その他メモ ===== ===== その他メモ =====
 [[python:django:django_memo|Django フレームワーク メモ]]\\ [[python:django:django_memo|Django フレームワーク メモ]]\\
 [[python:django:django_reference_memo|Django リファレンス メモ]]\\ [[python:django:django_reference_memo|Django リファレンス メモ]]\\
-[[python:django:django_programming_memo|Django プログラミング メモ]]\\ 
 [[python:django:cache_page_with_bpmobile|PCとモバイルで切り替わるキャッシュページデコレータ]]\\ [[python:django:cache_page_with_bpmobile|PCとモバイルで切り替わるキャッシュページデコレータ]]\\
 [[python:django:django_admin_hack | Django Admin サイトを Hack する方法]]\\ [[python:django:django_admin_hack | Django Admin サイトを Hack する方法]]\\
行 32: 行 63:
 [[python:django:django_nonrel|Django-nonrel による Google AppEngine 開発]]\\ [[python:django:django_nonrel|Django-nonrel による Google AppEngine 開発]]\\
  
 +===== リリースノート =====
 +<WRAP prewrap 100% #scroll>
 +**3.0 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/3.0.5/|3.0.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/3.0.4/|3.0.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/3.0.3/|3.0.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/3.0.2/|3.0.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/3.0.1/|3.0.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/3.0/|3.0]]
 +
 +**2.2 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.12/|2.2.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.11/|2.2.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.10/|2.2.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.9/|2.2.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.8/|2.2.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.7/|2.2.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.6/|2.2.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.5/|2.2.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.4/|2.2.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.3/|2.2.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.2/|2.2.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2.1/|2.2.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.2/|2.2]]
 +
 +**2.1 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.15/|2.1.15]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.14/|2.1.14]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.13/|2.1.13]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.12/|2.1.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.11/|2.1.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.10/|2.1.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.9/|2.1.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.8/|2.1.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.7/|2.1.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.6/|2.1.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.5/|2.1.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.4/|2.1.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.3/|2.1.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.2/|2.1.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1.1/|2.1.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.1/|2.1]]
 +
 +**2.0 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.13/|2.0.13]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.12/|2.0.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.11/|2.0.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.10/|2.0.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.9/|2.0.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.8/|2.0.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.7/|2.0.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.6/|2.0.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.5/|2.0.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.4/|2.0.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.3/|2.0.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.2/|2.0.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0.1/|2.0.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/2.0/|2.0]]
 +
 +**1.11 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.29/|1.11.29]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.28/|1.11.28]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.27/|1.11.27]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.26/|1.11.26]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.25/|1.11.25]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.24/|1.11.24]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.23/|1.11.23]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.22/|1.11.22]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.21/|1.11.21]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.20/|1.11.20]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.19/|1.11.19]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.18/|1.11.18]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.17/|1.11.17]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.16/|1.11.16]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.15/|1.11.15]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.14/|1.11.14]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.13/|1.11.13]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.12/|1.11.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.11/|1.11.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.10/|1.11.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.9/|1.11.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.8/|1.11.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.7/|1.11.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.6/|1.11.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.5/|1.11.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.4/|1.11.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.3/|1.11.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.2/|1.11.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11.1/|1.11.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.11/|1.11]]
 +
 +**1.10 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.8/|1.10.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.7/|1.10.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.6/|1.10.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.5/|1.10.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.4/|1.10.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.3/|1.10.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.2/|1.10.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10.1/|1.10.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.10/|1.10]]
 +
 +**1.9 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.13/|1.9.13]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.12/|1.9.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.11/|1.9.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.10/|1.9.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.9/|1.9.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.8/|1.9.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.7/|1.9.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.6/|1.9.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.5/|1.9.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.4/|1.9.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.3/|1.9.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.2/|1.9.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9.1/|1.9.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.9/|1.9]]
 +
 +**1.8 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.19/|1.8.19]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.18/|1.8.18]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.17/|1.8.17]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.16/|1.8.16]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.15/|1.8.15]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.14/|1.8.14]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.13/|1.8.13]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.12/|1.8.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.11/|1.8.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.10/|1.8.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.9/|1.8.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.8/|1.8.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.7/|1.8.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.6/|1.8.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.5/|1.8.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.4/|1.8.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.3/|1.8.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.2/|1.8.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8.1/|1.8.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.8/|1.8]]
 +
 +**1.7 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.11/|1.7.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.10/|1.7.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.9/|1.7.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.8/|1.7.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.7/|1.7.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.6/|1.7.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.5/|1.7.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.4/|1.7.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.3/|1.7.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.2/|1.7.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7.1/|1.7.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.7/|1.7]]
 +
 +**1.6 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.11/|1.6.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.10/|1.6.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.9/|1.6.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.8/|1.6.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.7/|1.6.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.6/|1.6.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.5/|1.6.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.4/|1.6.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.3/|1.6.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.2/|1.6.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6.1/|1.6.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.6/|1.6]]
 +
 +**1.5 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.12/|1.5.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.11/|1.5.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.10/|1.5.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.9/|1.5.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.8/|1.5.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.7/|1.5.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.6/|1.5.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.5/|1.5.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.4/|1.5.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.3/|1.5.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.2/|1.5.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5.1/|1.5.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.5/|1.5]]
 +
 +**1.4 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.22/|1.4.22]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.21/|1.4.21]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.20/|1.4.20]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.19/|1.4.19]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.18/|1.4.18]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.17/|1.4.17]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.16/|1.4.16]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.15/|1.4.15]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.14/|1.4.14]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.13/|1.4.13]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.12/|1.4.12]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.11/|1.4.11]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.10/|1.4.10]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.9/|1.4.9]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.8/|1.4.8]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.7/|1.4.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.6/|1.4.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.5/|1.4.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.4/|1.4.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.3/|1.4.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.2/|1.4.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4.1/|1.4.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.4/|1.4]]
 +
 +**1.3 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3.7/|1.3.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3.6/|1.3.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3.5/|1.3.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3.4/|1.3.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3.3/|1.3.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3.2/|1.3.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3.1/|1.3.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.3/|1.3]]
 +
 +**1.2 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2.7/|1.2.7]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2.6/|1.2.6]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2.5/|1.2.5]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2.4/|1.2.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2.3/|1.2.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2.2/|1.2.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2.1/|1.2.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.2/|1.2]]
 +
 +**1.1 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.1.4/|1.1.4]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.1.3/|1.1.3]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.1.2/|1.1.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.1/|1.1]]
 +
 +**1.0 release**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.0.2/|1.0.2]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.0.1/|1.0.1]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/1.0/|1.0]]
 +
 +**Pre-1.0 releases**\\
 +[[https://docs.djangoproject.com/ja/3.0/releases/0.96/|0.96]]
 +[[https://docs.djangoproject.com/ja/3.0/releases/0.95/|0.95]]
 +</WRAP>
  • python/django.1566165508.txt.gz
  • 最終更新: 2019/08/19 06:58
  • by ともやん