検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 68 for connection (0.029 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uilt-in backends, only Oracle supports it. The new connection.execute_wrapper() method allows installing wrapper ... from django.apps import apps from django.db import connection for app in apps . get_app_configs (): for model in ... = [] model . _meta . local_many_to_many = [] with connection . schema_editor () as editor : editor . _remake_ta ... i18n view outputs. assertNumQueries() now ignores connection configuration queries. Previously, if a test opene ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
設定 — Django 4.0.6 ドキュメント 6850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DDLEWARE_ALIAS ¶ デフォルト値: 'default' The cache connection to use for the cache middleware . CACHE_MIDDLEWARE ... ensure that the cookie is only sent with an HTTPS connection. CSRF_USE_SESSIONS ¶ デフォルト値: False Whether t ... MariaDB, MySQL, Oracle, or PostgreSQL, additional connection parameters will be required. See the ENGINE settin ... re using PostgreSQL, by default (empty HOST ), the connection to the database is done through UNIX domain socket ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... requires an additional returning_params argument. connection.timezone property is now 'UTC' by default, or the ... it was None on databases that support time zones. connection._nodb_connection property is changed to the connec ... s a cursor and automatically closes the cursor and connection upon exiting the with statement. DatabaseClient.ru ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ck, or change the autocommit state of the database connection within an atomic block will raise an exception. at ... ks are not run until autocommit is restored on the connection following the commit (because otherwise any querie ... would open an implicit transaction, preventing the connection from going back into autocommit mode). When in aut ... implicit rollback. For instance, if your database connection is dropped because your process was killed without ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou'll need to update your except clauses. Database connection's thread-locality ¶ DatabaseWrapper objects (i.e. ... the connection objects referenced by django.db.connection and dja ... ngo.db.connections["some_alias"] ) used to be thread-local. They are ... red between multiple threads. While the individual connection objects are now global, the django.db.connections ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se. In order to do that you can check the database connection's alias inside a RunPython operation by looking at ... the schema_editor.connection.alias attribute: from django.db import migrations ... wards ( apps , schema_editor ): if schema_editor . connection . alias != 'default' : return # Your migration cod ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the geodjango/settings.py file. Edit the database connection settings to match your setup: DATABASES = { 'defau ... e can be recognized by GEOS: from django.db import connection # or if you're querying a non-default database: fr ... om django.db import connections connection = connections [ 'your_gis_db_alias' ] ... 'SELECT id, name, %s as point from myapp_city' % ( connection . ops . select % 'point' )) You should only use ra ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( "myapp" , "Country" ) db_alias = schema_editor . connection . alias Country . objects . using ( db_alias ) . b ... ( "myapp" , "Country" ) db_alias = schema_editor . connection . alias Country . objects . using ( db_alias ) . f ... DDL 事項をサポートしているか不明な場合、 django.db.connection.features.can_rollback_ddl 属性を確認してください。 ... した関数の第二引数 schema_editor 内、 schema_editor.connection.alias から利用可能)を指定していないモデルのメソッド ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... field types for usage in custom fields. db_type ( connection ) ¶ Returns the database column data type for the ... Field , taking into account the connection . See カスタムデータベースタイプ for usage in cust ... om fields. rel_db_type ( connection ) ¶ Returns the database column data type for fiel ... that point to the Field , taking into account the connection . See カスタムデータベースタイプ for usage in cust ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ersion of replica will not be created. Instead the connection to replica will be redirected to point at default ... n value of the setup_databases() method. django.db.connection.creation ¶ The creation module of the database bac ... Runner . If the keepdb argument is True , then the connection to the database will be closed, but the database w ... ソッド Testing utilities django.test.utils django.db.connection.creation Integration with coverage.py 前のトピック ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT