検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 82 for databases (0.092 sec.)
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のバインディング をインストールして、設定ファイルの DATABASES の 'default' 項目内の以下のキーをデータベースの接続 ... などの追加設定を加える必要があります。詳細については DATABASES のリファレンスドキュメントを参照してください。 SQL ... tes any necessary database tables according to the database settings in your mysite/settings.py file and the da ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 6184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » SchemaEditor ¶ class BaseDatabaseSchemaEditor ¶ Django のマイグレーションシステムは2つ ... rations or types of change are not possible on all databases - for example, MyISAM does not support foreign key ... ak the syntax a little. メソッド ¶ execute() ¶ BaseDatabaseSchemaEditor. execute ( sql , params = () ) ¶ Execut ... .sql file if the user wishes. create_model() ¶ BaseDatabaseSchemaEditor. create_model ( model ) ¶ Creates a new ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es, like the new DATABASE_OPTIONS setting (see the databases documentation for details), are only available on ... traints named in the old form; this will cause the database server to raise an error message about modifying no ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , the address would be silently truncated on MySQL databases, and raise an exception on Oracle. You will need t ... database change is needed for SQLite or PostgreSQL databases. Percent literals in cursor.execute queries ¶ When ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the OPTIONS part of your database configuration in DATABASES are passed to the command-line client, e.g. 'isola ... Database-specific fixtures ¶ If you're in a multi-database setup, you might have fixture data that you want to ... o the names of your fixtures. For example, if your DATABASES setting has a 'master' database defined, name the ... もあります <app_label> <migrationname> : Brings the database schema to a state where the named migration is appl ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r to the PostgreSQL manual for details on creating databases with the correct encoding. Oracle users, refer to ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _then_login() is removed. django.test.runner.setup_databases() is removed. django.utils.translation.string_conc ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タベース ¶ If you use database caching with multiple databases, you'll also need to set up routing instructions f ... atabase 10 (by default Redis ships with 16 logical databases), specifies a parser class ( redis.connection.Hire ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Signals — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s module. Handlers of this signal must not perform database schema alterations as doing so may cause the flush ... to differentiate connection signals from different databases. 目次 Signals Model signals pre_init post_init pre ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lots of big ticket items to Django, like multiple-database support, model validation, and a session-based mess ... = { 'document' : forms . FileInput } New index on database session table ¶ Prior to Django 1.3, the database t ... If you have an existing project that is using the database session backend, you don't have to do anything to a ... hooks as a way to inject hand-crafted SQL into the database synchronization process. One of the possible uses f ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT