検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 68 for connection (0.091 sec.)
索引 — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CONN_MAX_AGE setting connect() (Signal のメソッド) connection (SchemaEditor の属性) constraints (Options の属性) ... serManager のメソッド) create_test_db() (django.db.connection.creation モジュール) create_unknown_user (RemoteUs ... _class (Field の属性) destroy_test_db() (django.db.connection.creation モジュール) DetailView (組み込みクラス) d ... .base.schema モジュール django.db.backends.signals.connection_created (組み込み変数) django.db.migrations モジュ ...
https://man.plustar.jp/django/genindex.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... engine specified in your ENGINE setting, with the connection parameters specified in your USER , PASSWORD , etc ... calling makemigrations without an active database connection was added. In that case, check for a consistent mi ... named migration. This requires an active database connection, which it will use to resolve constraint names; th ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p_name = 'search' def as_mysql ( self , compiler , connection ): lhs , lhs_params = self . process_lhs ( compile ... r , connection ) rhs , rhs_params = self . process_rhs ( compiler ... , connection ) params = lhs_params + rhs_params return 'MATCH ( ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #22321 ). Fixed atomicity when closing a database connection or when the database server disconnects ( #21239 a ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... manager. That is, the following can be used: with connection . cursor () as c : c . execute ( ... ) instead of: ... c = connection . cursor () try : c . execute ( ... ) finally : c ... GeoDjango dropped support for GEOS < 3.1. The init_connection_state method of database backends now executes in ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MySQL/MariaDB Strict Mode is not set for database connection <alias> . See also Setting sql_mode . mysql.W003 : ... s potentially vulnerable to attack via an insecure connection to a subdomain. Only set this to True if you are c ... site should be available over both SSL and non-SSL connections, you may want to either set this setting to True ... d balancer or reverse-proxy server to redirect all connections to HTTPS. security.W009 : Your SECRET_KEY has les ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... transaction management docs . Persistent database connections ¶ Django now supports reusing the same database c ... sts. This avoids the overhead of re-establishing a connection at the beginning of each request. For backwards co ... his feature is disabled by default. See Persistent connections for details. Discovery of tests in any test modul ... mproved transaction management Persistent database connections Discovery of tests in any test module Time zone a ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 6297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ractice, this means it converts datetimes from the connection's time zone to UTC on storage, and from UTC to the ... connection's time zone on retrieval. その結果、PostgreSQLを使 ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6254
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r referencing annotations in QuerySet.distinct() . connection.queries shows queries with substituted parameters ... t time zones. In doubt, you can check the value of connection.features.supports_timezones . The code queries the ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6212
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hods etc.), and also raw SQL queries via django.db.connection . Your ready() method will run during startup of e ...
https://man.plustar.jp/django/ref/applications.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT