検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 113 for PostgreSQL (0.071 sec.)
タイムゾーン — Django 4.0.6 ドキュメント 6079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .time オブジェクトは、 tzinfo 属性を持ちます。また PostgreSQL には、これに相当する time with time zone タイプがあ ... ります。ただし、PostgreSQL のドキュメントにあるとおり、このタイプは "不確かな ... したプロジェクトを移行する方法です。 データベース ¶ PostgreSQL ¶ The PostgreSQL backend stores datetimes as times ... the connection's time zone on retrieval. その結果、PostgreSQLを使用している場合、 USE_TZ = False と USE_TZ = True ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... サポートしません。 Django 1.10 で新しくなったこと ¶ PostgreSQL での全文検索 ¶ django.contrib.postgres には、新しく ... reate() sets the primary key on objects when using PostgreSQL. Added the Cast database function. A proxy model m ... ser ) admin . site . register ( User , UserAdmin ) PostgreSQL 9.1 に対するサポートの終了 ¶ 2016年9月に PostgreSQ ... のサポートが終了しました。これに伴い、Django 1.10 は PostgreSQL 9.2 を公式にサポートする最低のバージョンに変更しま ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er 2018. Django 2.1 supports MySQL 5.6 and higher. PostgreSQL 9.3 に対するサポートの終了 ¶ The end of upstream s ... upport for PostgreSQL 9.3 is September 2018. Django 2.1 supports Postgre ... jango.contrib.gis MySQL 5.5 に対するサポートの終了 PostgreSQL 9.3 に対するサポートの終了 Removed BCryptPasswordH ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5991
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、頭痛の種となるデータベースの移行作業を避けるため、PostgreSQL などのよりスケーラブルなデータベースを使った方が良 ... django.db.backends.sqlite3' 、 'django.db.backends.postgresql' 、 'django.db.backends.mysql' または 'django.db.b ... ommand-line client for your database and type \dt (PostgreSQL), SHOW TABLES; (MariaDB, MySQL), .tables (SQLite), ... しているデータベースによって異なります。上記の例は、 PostgreSQL の場合に生成されるものです。 テーブル名はアプリケー ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5991
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... saction. Savepoints are available with the SQLite, PostgreSQL, Oracle, and MySQL (when using the InnoDB storage ... ained in this document. Handling exceptions within PostgreSQL transactions ¶ 注釈 This section is relevant only ... omatically. Inside a transaction, when a call to a PostgreSQL cursor raises an exception (typically IntegrityErr ... use of save() is unlikely to raise an exception in PostgreSQL, there are more advanced usage patterns which migh ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 5991
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... goは多くの異なるデータベースサーバーをサポートし、 PostgreSQL 、 MariaDB 、 MySQL 、 Oracle および SQLite で公式 ... インディングをインストールする必要があります。 もし PostgreSQL を使うなら、 psycopg2 パッケージが必要になります。 ... 詳細は PostgreSQL notes を見てください。 If you're using MySQL or Ma ...
https://man.plustar.jp/django/topics/install.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fied in your USER , PASSWORD , etc., settings. For PostgreSQL, this runs the psql command-line client. For MySQL ... underlying command-line client. For example, with PostgreSQL you can use the psql command's -c flag to execute ... s used. Models for partition tables are created on PostgreSQL if the --include-partitions option is used. Use th ... ango.contrib.postgres adds recognition for several PostgreSQL-specific field types. If the database column name ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... causing incorrect index handling in migrations on PostgreSQL when adding db_index=True or unique=True to a Char ... n destroying an existing test database on MySQL or PostgreSQL ( #26096 ). Fixed CSRF cookie check on POST reques ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oting of SQL when renaming a field to AutoField in PostgreSQL ( #24892 ). Fixed lack of unique constraint when c ... . Fixed prefetch_related() on databases other than PostgreSQL for models using UUID primary keys ( #24912 ). Fix ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion, lookups, and transforms that were previously PostgreSQL-only: from django.db import models class ContactIn ... earchQuery now supports 'websearch' search type on PostgreSQL 11+. SearchQuery.value now supports query expressi ... ue attribute instead. Features deprecated in 3.1 ¶ PostgreSQL JSONField ¶ django.contrib.postgres.fields.JSONFie ... increased to 150 その他 Features deprecated in 3.1 PostgreSQL JSONField その他 Features removed in 3.1 前のトピッ ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT