検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 118 for Full (0.042 sec.)
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er to use the specific range comparison operators. fully_lt ¶ The returned ranges are strictly less than t ... passed range. >>> Event . objects . filter ( ages__fully_lt = NumericRange ( 11 , 15 )) <QuerySet [<Event: ... Soft play>]> fully_gt ¶ The returned ranges are strictly greater tha ... passed range. >>> Event . objects . filter ( ages__fully_gt = NumericRange ( 11 , 15 )) <QuerySet [<Event: ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ribute on the built-in user model for details. get_full_name () ¶ Optional. A longer formal identifier for ... the user such as their full name. If implemented, this appears alongside the u ... ユーザーモデルを指定する . AbstractUser provides the full implementation of the default User as an abstract ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... our site uses in this list. Included hashers ¶ The full list of hashers included in Django is: [ 'django.c ... guments: the plain-text password to check, and the full value of a user's password field in the database t ... should be called once the password has been successfully changed. For subclasses of AbstractBaseUser , the ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ut see Order of MIDDLEWARE below if you'd like the full story. Then, add the following required settings t ... ls. In this case, it would not be ideal to use the full-page caching that the per-site or per-view cache s ... ) True delete() returns True if the key was successfully deleted, False otherwise. cache. delete_many ( ke ... etting. touch() returns True if the key was successfully touched, False otherwise. cache. incr ( key , del ...
https://man.plustar.jp/django/topics/cache.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... EM_CHECKS setting in your project settings file. A full list of all checks that can be raised by Django ca ...
https://man.plustar.jp/django/topics/checks.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se transaction, but only if the transaction successfully commits. Examples might include a Celery task, an ... t should be executed after a transaction is successfully committed: on_commit ( func , using = None ) [ソー ... e made where on_commit() is called would be successfully committed. If you call on_commit() while there is ... cess was killed without a chance to shut down gracefully, your rollback hook will never run. But there is ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "contact" is a Contact model object. #} {{ contact.full_name | upper }} < br > ... {% endfor %} < div clas ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 5775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django テスト ¶ 新しい環境が設定されたら、 run the full test suite 。テストの出力に表示されるように、廃止予 ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 5775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eferenced ticket and post a comment to it with the full commit message. For the curious, we're using a Tra ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting as desired. The ExampleFeed class below gives full documentation on methods and attributes of Feed cl ... n absolute path (e.g. "/blog/" ) or a URL with the fully-qualified domain and protocol (e.g. "https://www. ... e your URLconf to add the extra versions. Here's a full example: from django.contrib.syndication.views imp ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT