検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 68 for connection (0.082 sec.)
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 6538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression in Django 3.1 that caused suppressing connection errors when JSONField is used on SQLite ( #32224 ) ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
Django 3.1.7 release notes — Django 4.0.6 ドキュメント 6538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django 3.1 that caused RuntimeError instead of connection errors when using only the 'postgres' database ( # ...
https://man.plustar.jp/django/releases/3.1.7.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cache misses, and sets the TCP_NODELAY flag on the connection's socket: CACHES = { 'default' : { 'BACKEND' : 'dj ... gical databases), specifies a parser class ( redis.connection.HiredisParser will be used by default if the hired ... is-py package is installed), and sets a custom connection pool class ( redis.ConnectionPool is used by defau ... OPTIONS' : { 'db' : '10' , 'parser_class' : 'redis.connection.PythonParser' , 'pool_class' : 'redis.BlockingConn ...
https://man.plustar.jp/django/topics/cache.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 6495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... no_style from django.db import DEFAULT_DB_ALIAS , connections from django.utils.deprecation import RemovedInDja ... e )) sys . exit ( e . returncode ) finally : try : connections . close_all () except ImproperlyConfigured : # Ig ... nore if connections aren't setup at this point (e.g. no # configured ... tions ) if output : if self . output_transaction : connection = connections [ options . get ( "database" , DEFAU ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by the handler is cut off midstream and the client connection closes, or when the client does not send data and ... hits a timeout where the server closes the connection. It is internal to the HTTP handler modules and yo ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use to connect to your domain name via an insecure connection (for a given period of time) by setting the "Stric ... your site may still be vulnerable via an insecure connection to a subdomain. If you wish to submit your site to ... cause Django doesn't realize that it's on a secure connection; you may need to set the SECURE_PROXY_SSL_HEADER s ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 6495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.DATABASES['default']['AUTOCOMMIT'] = False , the connection wasn't in autocommit mode but Django pretended it ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user has an active session (such as an attacker's connection). A randomly generated password is now used for ea ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user has an active session (such as an attacker's connection). A randomly generated password is now used for ea ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ATABASES setting, Django will raise a django.utils.connection.ConnectionDoesNotExist exception. Synchronizing yo ... using more than one database you can use django.db.connections to obtain the connection (and cursor) for a speci ... fic database. django.db.connections is a dictionary-like object that allows you to re ... trieve a specific connection using its alias: from django.db import connections ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT