検索

phrase: max: clip:
target: order:
Results of 51 - 59 of about 59 for perform (0.071 sec.)
素の SQL 文の実行 — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » 素の SQL 文の実行 ¶ Django gives you two ways of performing raw SQL queries: you can use Manager.raw() to p ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ses and extends Python's builtin logging module to perform system logging. This module is discussed in detail ...
https://man.plustar.jp/django/topics/logging.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing MySQL or MariaDB, the following checks will be performed: mysql.E001 : MySQL/MariaDB does not allow uniqu ... o anything particularly complex. Rather, they help perform an automated, low-hanging-fruit checklist, that ca ... LANGUAGES setting. URL ¶ The following checks are performed on your URL configuration: urls.W001 : Your URL ... contrib app checks ¶ admin ¶ Admin checks are all performed as part of the admin tag. The following checks a ...
https://man.plustar.jp/django/ref/checks.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ' to tell the browser not to send this cookie when performing a cross-origin request. SameSite isn't supporte ... ance, it's useful for generating large CSV files . Performance considerations Django is designed for short-li ... duration of the response. This may result in poor performance. Generally speaking, you should perform expens ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... here a view might need to call a model's method to perform some computation, before placing the model instanc ... ses AttributeError . As well as offering potential performance advantages, @cached_property can ensure that a ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rbosity'] , instead of options.get() and no longer perform any type coercion. This could be a problem if you' ... me() and get_filename() are deprecated in favor of performing this work in Storage.generate_filename() ). Old ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsaction handling more explicit and should improve performance. The existing APIs were deprecated, and new AP ... ell with QuerySet.dates() : aggregation was always performed in UTC. This limitation was lifted in Django 1.6 ... . Use QuerySet.datetimes() to perform time zone aware aggregation on a DateTimeField . S ... nce has a primary key value. Previously SELECT was performed to determine if UPDATE or INSERT were needed. Th ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6317
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an expensive calculation so that you don't have to perform the calculation next time. Here's some pseudocode ... is an important decision that affects your cache's performance; yes, some cache types are faster than others. ... uce database access and dramatically increase site performance. Memcached runs as a daemon and is allotted a ... While using multiple servers, write operations are performed on the first server (leader). Read operations ar ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6200
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tered above suffers from two problems: It will not perform any permission checks, so it will be accessible to ... ble, but you still want the permission check to be performed, you can pass a cacheable=True argument to Admin ... user ¶ The user (an AUTH_USER_MODEL instance) who performed the action. LogEntry. content_type ¶ The Content ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 5 6 NEXT