検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 55 for execute (0.063 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uch values are passed as parameters to SQL queries executed outside of the ORM, e.g. with cursor.execute() . ... ango.conf.urls . The functions setup_environ() and execute_manager() will be removed from django.core.managem ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue avoids a race condition . If two Python threads execute the code in the first example above, one thread co ... eld in the database when the save() or update() is executed, rather than based on its value when the instance ... ection are designed to show how to force Django to execute a subquery. In some cases it may be possible to wr ... ean that, when True , signals that the query being executed is performing a create or update. get_source_expr ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ressions. The connection is the connection used to execute the query. Calling expression.as_sql() is usually ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and or an if statement, will cause the query to be executed. If there is at least one result, the QuerySet is ... hat never returns any objects and no query will be executed when accessing the results. A qs.none() queryset ... , selecting additional related-object data when it executes its query. This is a performance booster which re ... s = None , using = None ) ¶ Takes a raw SQL query, executes it, and returns a django.db.models.query.RawQuery ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ior in the response middleware, it's guaranteed to execute after template rendering has taken place. However, ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kends, only Oracle supports it. The new connection.execute_wrapper() method allows installing wrappers around ... uch values are passed as parameters to SQL queries executed outside of the ORM, e.g. with cursor.execute() . ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CRET_KEY is stolen an attacker will not be able to execute arbitrary commands by exploiting the pickle format ...
https://man.plustar.jp/django/topics/signing.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 6874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns are run without a transaction. It's possible to execute parts of the migration inside a transaction using ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 6874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 4W . 注釈 Administrator privileges are required to execute these commands. To do this, run command prompt as ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an be used: with connection . cursor () as c : c . execute ( ... ) instead of: c = connection . cursor () try ... : c . execute ( ... ) finally : c . close () Custom lookups ¶ It ... TPS. assertNumQueries() now prints out the list of executed queries if the assertion fails. The WSGIRequest i ... lly, queries that use select_for_update() could be executed in autocommit mode, outside of a transaction. Bef ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 3 4 5 6 NEXT