検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 116 for called (0.092 sec.)
ビューを記述する — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mewhere , the convention is to put views in a file called views.py , placed in your project or application d ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... means that you will NOT have custom save() methods called on objects when you access them in migrations, and ... f you want. Migrations that alter data are usually called "data migrations"; they're best written as separat ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... een in progress in another thread when fork () was called . To avoid this set a OBJC_DISABLE_INITIALIZE_FORK ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の箇所で定義されています: ... # the 'name' value as called by the {% url %} template tag path ( '<int:questio ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use this is so common, Django provides a shortcut, called the "generic views" system. 汎用ビューとは、よくあ ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lowing changes, assuming your model's FileField is called myfile : Old (0.96) New (1.0) myfile.get_content_f ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s removed. The method now uses the database of the called instance. Third-party database backends must imple ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
モデル — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e delete() method for an object is not necessarily called when deleting objects in bulk using a QuerySet or ... ince none of save() , pre_save , and post_save are called. カスタムの SQL を実行する ¶ その他のよくあるパター ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a default PostgreSQL database and a MySQL database called users : DATABASES = { 'default' : { 'NAME' : 'app_ ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... line if members: causes QuerySet.__bool__() to be called, which causes the group.members.all() query to be ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT