検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 257 for all (0.083 sec.)
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xt » PostgreSQL specific form fields and widgets ¶ All of these fields and widgets are available from the ... This value is used to split the submitted data. It allows you to chain SimpleArrayField for multidimensio ... trailing_nulls is True , then null values are only allowed at the end, and will be stripped. Some example ... ts JSON encoded data for an HStoreField . It casts all values (except nulls) to strings. It is represente ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5487
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... または False のいずれかのみであり、カスタムの例外や callable はサポートしない。 handle_no_permission() メソ ... プロジェクトのテストをマルチプロセスで実行する --parallel オプションをサポートします。 各プロセスごとに個別 ... orted without including django.contrib.auth in INSTALLED_APPS (doing so raised a deprecation warning in o ... rmission argument of permission_required() accepts all kinds of iterables, not only list and tuples. The ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5487
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango commands (such as runserver ) from running at all. Minor problems are reported to the console. If yo ... ting in your project settings file. A full list of all checks that can be raised by Django can be found i ... ng your own checks ¶ The framework is flexible and allows you to write functions that perform any other k ... d be inspected. If None , the check must be run on all installed apps in the project. The check will rece ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... official mod_wsgi documentation is your source for all the details about how to use mod_wsgi. You'll prob ... ably want to start with the installation and configuration documentation . 基本設定 ¶ ... Once you've got mod_wsgi installed and activated, edit your Apache server's httpd.c ... th/to/mysite.com/mysite > <Files wsgi.py > Require all granted </Files> </Directory> WSGIScriptAlias​​ の ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... str__() method. The method is used while reporting all messages and its result precedes the message. id O ... criticals, E for errors and so). The number can be allocated by the application, but should be unique wit ... database aliases using the --database option when calling the check command. files : Checks files related ... ポート : async.E001 : You should not set the DJANGO_ALLOW_ASYNC_UNSAFE environment variable in deployment. ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat follow the query expression API and from where all Django builtin lookups are derived: Lookup : to lo ... o prominent examples are Field , the base class of all model fields, and Transform , the base class of al ... s. The default implementation looks recursively on all parent classes and checks if any has a registered ... . The default implementation looks recursively on all parent classes to check if any has the registered ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » ミドルウェア ¶ This document explains all middleware components that come with Django. For i ... 主義者のためにいくつかの便利な機能を提供します。 DISALLOWED_USER_AGENTS 設定に含まれるユーザーエージェント ... ent for browsers that understand GZip compression (all modern browsers). This middleware should be placed ... ity middleware ¶ 警告 If your deployment situation allows, it's usually a good idea to have your front-en ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you could completely replace the User with one totally customized for your site. Django 1.5 is also the ... fields are written back to the database when you call save() . This can help in high-concurrency operati ... s been dropped. This change should affect only a small number of Django users, as most operating-system v ... ango 1.5 introduces support for Python 3 - specifically, Python 3.2 and above. This comes in the form of ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion to disable 非同期安全性 mechanism with DJANGO_ALLOW_ASYNC_UNSAFE environment variable ( #31056 ). Fi ... positional arguments to be passed to the view when all optional named groups were missing ( #31061 ). Rea ... eld . When using with ArrayField(BooleanField()) , all values after the first True value were marked as c ... email , regression , Fixed , account , Bugfixes , all , passed , were , token , sent クイック検索 Last u ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 5327
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.utils.module_loading import import_string __all__ = [ "CachedDnsName" , "DNS_NAME" , "EmailMessage ... for sending a single message to a recipient list. All members of the recipient list will see the other r ... tting.""" if not settings . ADMINS : return if not all ( isinstance ( a , ( list , tuple )) and len ( a ) ... ing.""" if not settings . MANAGERS : return if not all ( isinstance ( a , ( list , tuple )) and len ( a ) ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT