検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 55 for execute (0.049 sec.)
アプリケーション — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) implementation. This includes model methods that execute queries ( save() , delete() , manager methods etc. ... he production settings, manage.py test would still execute some queries against your production database! 注釈 ... classes to prevent re-running code which should be executed exactly one time. Namespace packages as apps ¶ Py ... a function and cache its results. The code will be executed when you first need its results. This concept is ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ption reraising in ORM query execution when cursor.execute() fails and the subsequent cursor.close() also fai ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sign escaping. This is now consistent with cursor.execute() ( #23426 ). Made the SERIALIZE entry in the TEST ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en provided in a different implementation that can execute the same code faster. However: most performance pr ... ce problems are unlikely to be solved by having it execute faster. Using an alternative implementation may in ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k which will cause the attacker's JavaScript to be executed by the user's browser. However, XSS attacks can o ... that handlers like Apache's mod_php , which would execute static files as code, are disabled. You don't want ... users to be able to execute arbitrary code by uploading and requesting a speci ... accidentally served as plain text (or accidentally executed). Take care with any user uploaded files . Django ...
https://man.plustar.jp/django/topics/security.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... method. As we explained above, the test runner is executed using a test database, which contains no users by ... tureOnCommitCallbacks ( using = DEFAULT_DB_ALIAS , execute = False ) ¶ New in Django 3.2. Returns a context m ... e database connection to capture callbacks for. If execute is True , all the callbacks will be called as the ... t ( self ): with self . captureOnCommitCallbacks ( execute = True ) as callbacks : response = self . client . ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
FAQ: データベースとモデル — Django 4.0.6 ドキュメント 7066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atement ``time`` -- How long the statement took to execute, in seconds. connection.queries にはINSERT, UPDATE ...
https://man.plustar.jp/django/faq/models.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ies() . Support for skip_validation in BaseCommand.execute(**options) is removed. Use skip_checks (added in D ... a problem if you're calling commands using Command.execute() (which bypasses the argument parser that sets a ... ead of call_command() . Instead of calling Command.execute() , pass the command object as the first argument ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eed to set a transaction dirty explicitly when you execute raw SQL or use a data-modifying SELECT . However, ... The function-based TEST_RUNNER previously used to execute the GeoDjango test suite, django.contrib.gis.tests ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'Platform is running at risk' ) When this code is executed, a LogRecord containing that message will be sent ... tween loggers and handlers is many-to-many. If you execute: logger . debug ( 'Attempting to connect to API' ) ...
https://man.plustar.jp/django/howto/logging.html - [similar]
PREV 1 2 3 4 5 6 NEXT