検索

phrase: max: clip:
target: order:
Results of 151 - 157 of about 157 for time (0.093 sec.)
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. 注釈 Be aware that sending an email costs extra time, hence you may be vulnerable to an email address e ... generator ¶ Instance of the class to check the one time link. This will default to default_token_generator ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 5043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... therwise, request.FILES will be empty. Most of the time, you'll pass the file data from request into the f ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 5043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gration server where tests may be interrupted by a timeout, for example. テストデータベースのデフォルトの名 ... e your tests. It is a bad idea to have such import-time database queries in your code anyway - rewrite you ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... chy ¶ date_hierarchy をモデル内の DateField か DateTimeField の名前にセットすると、チェンジリストのページが ... します。 注釈 date_hierarchy は内部的に QuerySet.datetimes() を使用します。タイムゾーンサポートが有効 ( USE_ ... tryAdmin ( admin . ModelAdmin ): list_display = ( 'timestamp' , 'message' ) list_display_links = None Mode ... ドには BooleanField 、 CharField 、 DateField 、 DateTimeField 、 IntegerField 、 ForeignKey 、 ManyToManyFi ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s %} can be used to inherit a template at the same time as overriding it. Combined with {{ block.super }} ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and credentials as keyword arguments. Most of the time, it'll look like this: from django.contrib.auth.ba ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4939
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... callables whose return values can change (e.g. datetime.now or uuid.uuid4 ): >>> import uuid >>> class UUI ... たとえば、 DateField はインプットを Python の datetime.date オブジェクトに正規化します。たとえ '1994-07-1 ... 5' という形式の文字列で渡そうが、 datetime.date オブジェクトを渡そうが、他の様々な形式で渡そう ... が、それが検証にパスする限り DateField はいつも datetime.date オブジェクトに正規化します。 あるデータのセッ ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
PREV 7 8 9 10 11 12 13 14 15 16 NEXT