検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 157 for time (0.089 sec.)
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo now has a DurationField for storing periods of time - modeled in Python by timedelta . It is stored in ... bigint of microseconds on other backends. Date and time related arithmetic has also been improved on all b ... ¶ The max_age parameter of the django.core.signing.TimestampSigner.unsign() method now also accepts a date ... time.timedelta object. データベースバックエンド ¶ The MySQL ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルドは普通のPythonオブジェクト(string,boolean,``datetime``,それに``Hand``のような複雑なもの)を取得し、それ ... es in database column types. For example, the date/time column type in PostgreSQL is called timestamp , wh ... ile the same column in MySQL is called datetime . You can handle this in a db_type() method by che ... ): if connection . vendor == 'mysql' : return 'datetime' else : return 'timestamp' The db_type() and rel_d ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 動で生成されます。 mysite/settings.py を編集する際、 TIME_ZONE に自分のタイムゾーンも設定します。 同じく、フ ... Field ( max_length = 200 ) pub_date = models . DateTimeField ( 'date published' ) class Choice ( models . ... ます。例えば、 CharField は文字のフィールドで、 DateTimeField は日時フィー ルドです。こうしたクラスは、各フ ... estion_text" varchar ( 200 ) NOT NULL , "pub_date" timestamp with time zone NOT NULL ); -- -- Create model ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y reasons, the value of the secret is changed each time a user logs in. A hidden form field with the name ... ions only, and mustn't have it for the rest of the time. Solution: use csrf_exempt() for the whole view fu ... For security reasons, CSRF tokens are rotated each time a user logs in. Any page with a form generated bef ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... via an insecure connection (for a given period of time) by setting the "Strict-Transport-Security" header ... ple, SECURE_HSTS_SECONDS = 3600 for one hour. Each time a web browser sees the HSTS header from your site, ... ing HTTP) with your domain for the given period of time. Once you confirm that all assets are served secur ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e provided with a block of pre-rendered content at time of construction, and while that content can be mod ... easy to perform modifications. However, it can sometimes be beneficial to allow decorators or middleware t ... bject. render() will only have an effect the first time it is called. On subsequent calls, it will return ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on Python 2 where non-ASCII format values for date/time widgets results in an empty value in the widget's ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly configured; Django's documentation has for some time contained notes advising users on such configurati ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.7.11 release notes — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .get_format() , now only allows accessing the date/time formatting settings. Bugfixes ¶ Fixed a data loss ...
https://man.plustar.jp/django/releases/1.7.11.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます: def simple_middleware ( get_response ): # One-time configuration and initialization. def middleware ( ... sponse ): self . get_response = get_response # One-time configuration and initialization. def __call__ ( s ... ware def simple_middleware ( get_response ): # One-time configuration and initialization goes here. if asy ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT