検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 98 for parameter (0.043 sec.)
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tionary-like object containing all given HTTP POST parameters, providing that the request contains form data. S ... ) >>> q . urlencode () 'a=2&b=3&b=5' Use the safe parameter to pass characters which don't require encoding. F ... r the response. Changed in Django 3.2: The headers parameter was added. HttpResponse. __setitem__ ( header , va ... y = False , samesite = None ) ¶ Sets a cookie. The parameters are the same as in the Morsel cookie object in th ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 2.2.11 release notes — Django 4.0.6 ドキュメント 7879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E-2020-9402: Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle ¶ GIS fu ... E-2020-9402: Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle Bugfixes ...
https://man.plustar.jp/django/releases/2.2.11.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssword_reset() view accepts an extra_email_context parameter. django.contrib.contenttypes ¶ order_with_respect_ ... d() method on a reverse foreign key now has a bulk parameter to allow executing one query regardless of the num ... than one query per object. Added the keep_parents parameter to Model.delete() to allow deleting only a child's ... ed in Django 1.7. You can specify the output_field parameter of the Avg aggregate in order to aggregate over no ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 7631
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E-2020-9402: Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle ¶ GIS fu ... a regression in Django 3.0 that caused misplacing parameters in logged SQL queries on Oracle ( #31271 ). Fixed ... regression in Django 3.0.3 that caused misplacing parameters of SQL queries when subtracting DateField or Date ... E-2020-9402: Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle Bugfixes ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 7500
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ific timezone. バージョン 4.0 で非推奨: The is_dst parameter indicates whether or not pytz should interpret non ... raises an exception for such datetimes. The is_dst parameter is deprecated and will be removed in Django 5.0. G ... nd = 'quarter' バージョン 4.0 で非推奨: The is_dst parameter is deprecated and will be removed in Django 5.0. T ... ld = DateField() Changed in Django 3.2: The tzinfo parameter was added. TruncDate casts expression to a date ra ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7500
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is performed. Furthermore, you can set any of the parameters of AccessMixin to customize the handling of unaut ... ission_required() also takes an optional login_url parameter: from django.contrib.auth.decorators import permis ... lts to settings.LOGIN_URL . If the raise_exception parameter is given, the decorator will raise PermissionDenie ... able of permissions) using the permission_required parameter: from django.contrib.auth.mixins import Permission ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
File storage API — Django 4.0.6 ドキュメント 7383
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e storage API. When called without the import_path parameter get_storage_class will return the current default ... ative filename based on the file_root and file_ext parameters, an underscore plus a random 7 character alphanum ... th = None ) ¶ Returns a filename based on the name parameter that's free and available for new content to be wr ... me ( name ) ¶ Returns a filename based on the name parameter that's suitable for use on the target storage syst ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
データベース — Django 4.0.6 ドキュメント 7252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ch request. They're controlled by the CONN_MAX_AGE parameter which defines the maximum lifetime of a connection ... connection to the database, it sets up appropriate parameters, depending on the backend being used. If you enab ... is no longer repeated every request. If you modify parameters such as the connection's isolation level or time ... reSQL's configuration ¶ Django needs the following parameters for its database connections: client_encoding : ' ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 7252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ict') converts its input to a string. The encoding parameter specifies the input encoding. (For example, Django ... hich might not be UTF-8 encoded.) The strings_only parameter, if set to True, will result in Python numbers, bo ... tring (they keep their original types). The errors parameter takes any of the values that are accepted by Pytho ... e first argument to a bytestring. The strings_only parameter has the same behavior as for smart_str() and force ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reset() takes an optional html_email_template_name parameter used to send a multipart HTML email for password r ... le_permissions_mode and directory_permissions_mode parameters. See collectstatic for example usage. The CachedS ... E メール ¶ send_mail() now accepts an html_message parameter for sending a multipart text/plain and text/html e ... mail. The SMTP EmailBackend now accepts a timeout parameter. ファイルストレージ ¶ File locking on Windows prev ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT