検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 82 for databases (0.133 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent) limit. Values from 1 to 32767 are safe in all databases supported by Django. AutoField , BigAutoField , an ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ways to help developers get the most out of their databases. This document gathers together links to the relev ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cname , params = None , kparams = None ) ¶ Calls a database stored procedure with the given name. A sequence ( ... params ) of input parameters may be provided. Most databases don't support kparams . Of Django's built-in backe ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Open transactions have a performance cost for your database server. To minimize this overhead, keep your transa ... cation developers. To alleviate this problem, most databases provide an autocommit mode. When autocommit is tur ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... { ... }} JSONL can be useful for populating large databases, since the data can be processed line by line, rat ... cts are automatically created by Django during the database synchronization process, the primary key of a given ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a variety of more complex data sources, including databases, that may be accessed by passing a special name st ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dow expression features varies among the different databases. For example, the options in asc() and desc() may ... ange ( start =- 2 , end = 2 ), >>> ), >>> ) If the database supports it, you can specify the start and end poin ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields use a Python datetime object to store data. Databases don't store datetime objects, so the field value m ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this internally, meaning some operations (such as database setup for test suites) have seen a performance bene ... ssing DjangoTestRunner and overriding its teardown_databases() method. Output of manage.py help ¶ manage.py hel ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to introspect AutoField for MySQL and PostgreSQL databases. When calling management commands with options usi ... g queries from within a transaction, provided your database supports transactions. This has one backwards incom ... ons from django.db.backends.base.schema import BaseDatabaseSchemaEditor from django.db.backends.base.validation ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT