検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 312 for use (0.090 sec.)
Django のショートカット関数 — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tcut function which returns a TemplateResponse because the constructor of TemplateResponse offers the sam ... . Required arguments ¶ request The request object used to generate this response. template_name The full ... name of a template to use or sequence of template names. If a sequence is gi ... ven, the first template that exists will be used. See the template loading documentation for more ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5243
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... change in Django 1.11 to make QuerySet.iterator() use server-side cursors on PostgreSQL prevents running ... ncer in transaction pooling mode. To reallow that, use the DISABLE_SERVER_SIDE_CURSORS setting in DATABAS ... 066 ). Fixed layout of ReadOnlyPasswordHashWidget (used in the admin's user change page) ( #28097 ). Allo ... of the class attribute in the <ul> of widgets that use the multiple_input.html template. This fixes Model ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 5178
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... greater than the current similarity threshold. To use it, add 'django.contrib.postgres' in your INSTALLE ... ation operation. The trigram_similar lookup can be used on CharField and TextField : >>> City . objects . ... greater than the current similarity threshold. To use it, add 'django.contrib.postgres' in your INSTALLE ... operation. The trigram_word_similar lookup can be used on CharField and TextField : >>> Sentence . objec ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5178
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 合にロールバック可能となっています。 It is sometimes useful to ensure an atomic block is always the outermo ... n this example, even if generate_relationships() causes a database error by breaking an integrity constra ... et ensures that the if obj.active check at the end uses the correct value if updating active to True fail ... database. If this argument isn't provided, Django uses the "default" database. Under the hood, Django's ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The Index class creates a b-tree index, as if you used db_index on the model field or index_together on ... うになりました。 パスワードのバリデータ help_text が UserCreationForm に追加されました。 HttpRequest が aut ... 場合にリクエストを認証バックエンドに順番に渡します。 user_login_failed() シグナルが request 属性を受け取るよ ... を使うカスタムユーザーモデルをサポートします。 CustomUser.EMAIL_FIELD をフィールドの名前にセットしてください ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 5141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, and to provide support for platforms that can't use SMTP. コードは django.core.mail モジュールにありま ... ポートを使用して、メールが送信されます。 EMAIL_HOST_USER と EMAIL_HOST_PASSWORD が指定されている場合は、SM ... TP サーバーの認証に使われます。そして、 EMAIL_USE_TLS と EMAIL_USE_SSL 設定により、セキュアコネクショ ... il , recipient_list , fail_silently = False , auth_user = None , auth_password = None , connection = None ...
https://man.plustar.jp/django/topics/email.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... also comes with a lower-level feed-generating API. Use this if you want to generate feeds outside of a we ... . Instances of Feed classes are views which can be used in your URLconf . A simple example ¶ This simple ... efault, the string representation of the object is used for both. If you want to do any special formattin ... the title or description, Django templates can be used instead. Their paths can be specified with the ti ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... includes a CSRF-protection mechanism, which makes use of a token inserted into outgoing forms. Middlewar ... ded is with XMLHttpRequest. Therefore, for ease of use, we did not apply CSRF checks to requests that app ... well as in the form submission itself, for ease of use with popular JavaScript toolkits which allow inser ... y or scheduled to run periodically via e.g. cron). Use of custom SQL to load initial data in tests ¶ Djan ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd defines a single AppConfig subclass, Django now uses that configuration automatically, so you can remo ... ng options to custom display functions that can be used with list_display or readonly_fields . Likewise, ... ily adding options to action functions that can be used with actions . Using the @display decorator has t ... he advantage that it is now possible to use the @property decorator when needing to specify at ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 5066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をセットアップする必要はありません。 If you want to use Django on a production site, use Apache with mod_w ... equests. The daemon process can run as a different user than the web server, possibly leading to improved ... そのドキュメントを確認してください。 If you plan to use Django's manage.py migrate command to automaticall ... and DELETE permissions. After creating a database user with these permissions, you'll specify the detail ...
https://man.plustar.jp/django/topics/install.html - [similar]