検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 203 for where (0.055 sec.)
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の Django アプリ作成、その 7 ¶ This tutorial begins where Tutorial 6 left off. We're continuing the web-poll ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te custom SQL -- entire statements, or just custom WHERE clauses as custom parameters to API calls. URL デザ ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orld_worldborder"."mpoly" FROM "world_worldborder" WHERE ST_Intersects("world_worldborder"."mpoly", ST_Tran ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... propriately to let django.contrib.staticfiles know where to look for files in addition to files in app dire ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hardt' ])], reverse_sql = [( "DELETE FROM musician where name= %s ;" , [ 'Reinhardt' ])], ) If reverse_sql ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DF2PasswordHasher . iterations * 100 Save this somewhere in your project. For example, you might put this i ... substantially different from the user_attributes , whereas a value of 1.0 rejects only passwords that are i ... parameter of the functions listed above. Note that where the password is passed to one of these functions, ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f . get_object () # Actually record interest somehow here! return HttpResponseRedirect ( reverse ( 'author- ... at needs to worry about using SingleObjectMixin is where we want to look up the author we're interested in, ... form_valid ( form ) get_success_url() provides somewhere to redirect to, which gets used in the default imp ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mputed over the state of the query up to the point where the annotation is requested. The practical implica ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
モデル — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, import the related model at the top of the file where your model is defined. Then, refer to the other mo ... del class wherever needed. For example: from django.db import mode ... column オプションをご覧ください。 ただし、 join 、 where 、 select などの SQL の予約語はモデルのフィールド名 ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 4558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the widgets that are in use on that page. This is where asset definitions come in. Django allows you to as ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]