検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 82 for databases (0.052 sec.)
How to create database migrations — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... レーションと複数のデータベース ¶ When using multiple databases, you may need to figure out whether or not to run ... s overwritten. 非アトミックのマイグレーション ¶ On databases that support DDL transactions (SQLite and PostgreS ... , ] The atomic attribute doesn't have an effect on databases that don't support DDL transactions (e.g. MySQL, O ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... acle, and SQLite (with SpatiaLite) are the spatial databases currently supported. 注釈 PostGIS is recommended, ... llation ¶ Installing PostGIS Installing SpatiaLite DATABASES configuration ¶ Set the ENGINE setting to one of t ... 注釈 The PostgreSQL installer creates a new postgres database superuser You will be prompted once to set the pass ... ストール Geospatial libraries Database installation DATABASES configuration Add django.contrib.gis to INSTALLED_ ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l column properties during field renaming of MySQL databases ( #24817 ). Fixed a crash when using a reverse one ... an integer ( #24769 ). Fixed prefetch_related() on databases other than PostgreSQL for models using UUID primar ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ient when streaming results from the database. For databases that don't support server-side cursors, it control ... ablespace parameter to class-based indexes. If the database supports a native duration field (Oracle and Postgr ... s observed from vulnerability scanning tools. Most databases silently discard null characters, but psycopg2 2.7 ... が read committed に変更されました。必要があれば、 DATABASES 設定を変更することで、 異なる isolation level を使 ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 6702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... example. テストデータベースのデフォルトの名前は、 DATABASES 設定内の各 NAME の値の前に test_ を付けたものになり ... のアクセスを完全になくすことができるのです!)。設定の DATABASES 内の TEST ディクショナリには、テストデータベースに ... 名を指定したければ、 TEST ディクショナリの NAME に、 DATABASES の中から好きなデータベースを選んで指定することがで ... f you run your tests in production because, unlike databases, a separate "test cache" is not used. This behavio ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... setting to True . The new django.test.utils.setup_databases() (moved from django.test.runner ) and teardown_da ... R_SIDE_CURSORS setting (added in Django 1.11.1) in DATABASES . See Transaction pooling and server-side cursors ... () は非推奨となりました。 django.test.runner.setup_databases() が django.test.utils.setup_databases() に移動しま ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e a TransactionTestCase executed earlier left some database state behind or unit tests that rely on some form o ... bute on the form. Behavior of syncdb with multiple databases ¶ syncdb now queries the database routers to deter ... e --database option. If you use syncdb on multiple databases, you should ensure that your routers allow synchro ... docs on the behavior of contrib apps with multiple databases for more information. XML deserializer will not pa ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ached_db backends are refactored to allow a custom database session backend to build upon them. See データベース ... ion gained a TIME_ZONE option for interacting with databases that store datetimes in local time and don't suppo ... s query parameters or returned as query results on databases that don't support time zones is discouraged. It c ... est_db() method and set DatabaseFeatures.can_clone_databases = True . You may have to adjust DatabaseCreation.g ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lled apps in the project. The check will receive a databases keyword argument. This is a list of database alias ... e used to inspect database level configuration. If databases is None , the check must not use any database conn ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one or more expression may be null varies between databases: PostgreSQL: Greatest will return the largest non- ... one or more expression may be null varies between databases: PostgreSQL: Least will return the smallest non-nu ... _name as an IntegerField . Django usually uses the databases' extract function, so you may use any lookup_name ... that your database supports. A tzinfo subclass, usually provided by zo ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT