検索

phrase: max: clip:
target: order:
Results of 111 - 118 of about 118 for run (0.099 sec.)
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t set up a test database, so the following will be run against the existing database and the output may d ... のいく動作をしてくれるかどうか確かめましょう。まず、 runserver を実行して、ブラウザでサイトを読み込みます。 ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r> This is why initial values are only displayed for unbound forms. For bound forms, the HTML output will ... that can be either True or False (e.g. a checked or unchecked checkbox), you must remember to pass in re ... n't be certain of the input type. For example, you run the risk of returning a datetime that was actually ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is does is create those extra permissions when you run manage.py migrate (the function that creates permi ... d, but it can also be an email address, or any other unique identifier. The field must be unique (i.e., h ... t must include any field for which blank is False or undefined and may include additional fields you want ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that you put in is more fragile. For example, you run the risk of returning a datetime that was actually ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the directory in all lowercase if you are going to run your app on a case-sensitive filesystem. To overri ... s / . Set it to None to remove the link. For sites running on a subpath, the each_context() method checks ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to diagnose, such as silently corrupted objects, a RuntimeWarning is raised when you try to unpickle a qu ... Each datetime.date object in the result list is "truncated" to the given type . "year" returns a list of ... h datetime.datetime object in the result list is "truncated" to the given type . order , which defaults t ... me zone to which datetimes are converted prior to truncation. Indeed, a given datetime has different repr ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hing as described in the previous section. You can run your test on request.user in the view directly. Fo ... loop when using the permission_required() decorator unless the raise_exception parameter is used. succes ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ELECT ... WHERE headline LIKE '%\%%' ; Same goes for underscores. Both percentage signs and underscores a ... is a bulk operation for direct updates. It doesn't run any save() methods on your models, or emit the pre ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 NEXT