検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 55 for execute (0.091 sec.)
非同期サポート — Django 4.0.6 ドキュメント 6874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etes. In either situation, the async function will execute on a different thread to the calling code. Threadl ...
https://man.plustar.jp/django/topics/async.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt for the database. That user needs permission to execute CREATE DATABASE so that the test database can be c ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he using positional argument of DatabaseOperations.execute_sql_flush() is removed. The method now uses the da ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo test runner now supports a --shuffle option to execute tests in a random order. The test --parallel optio ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion . atomic def viewfunc ( request ): # This code executes inside a transaction. do_stuff () context manager ... transaction def viewfunc ( request ): # This code executes in autocommit mode (Django's default). do_stuff ( ... ) with transaction . atomic (): # This code executes inside a transaction. do_more_stuff () try/except ... error by breaking an integrity constraint, you can execute queries in add_children() , and the changes from c ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
索引 — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... int (django.contrib.postgres.constraints のクラス) execute() (BaseCommand のメソッド) (BaseDatabaseSchemaEdit ... or のメソッド) execute_wrapper() (django.db.backends.base.DatabaseWrapper ...
https://man.plustar.jp/django/genindex.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not called at any other time, so it can afford to execute slightly complex code, such as the connection.sett ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lect_for_update() on PostgreSQL 9.5+ and Oracle to execute queries with FOR UPDATE SKIP LOCKED . Added the TE ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database outside of the ORM, typically with cursor.execute(sql, params) . If you're passing aware datetime pa ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent, which your site will trust, but also remotely execute arbitrary code, as the data is serialized using pi ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 NEXT