検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 208 for database (0.067 sec.)
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 6319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ests on Oracle ¶ When running tests with an Oracle database, Django creates a temporary database user. In olde ... ons, if a password isn't manually specified in the database settings TEST dictionary, a hardcoded password is ... could allow an attacker with network access to the database server to connect. This user is usually dropped af ... erious if developers load a copy of the production database in development or connect to some production servi ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les creating functional indexes on expressions and database functions. For example: from django.db import mode ... ow checks that the extension already exists in the database and skips the migration if so. The new CreateColla ... feed item. データベースバックエンド ¶ Third-party database backends can now skip or mark as expected failures ... tests in Django's test suite using the new DatabaseFeatures.django_test_skips and django_test_expected ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o installation requires: Python and Django Spatial database Installing Geospatial libraries Details for each o ... nstructions for details on how to install. Spatial database ¶ PostgreSQL (with PostGIS), MySQL, Oracle, and SQ ... Lite (with SpatiaLite) are the spatial databases currently supported. 注釈 PostGIS is recommended, ... e most mature and feature-rich open source spatial database. The geospatial libraries required for a GeoDjango ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ests on Oracle ¶ When running tests with an Oracle database, Django creates a temporary database user. In olde ... ons, if a password isn't manually specified in the database settings TEST dictionary, a hardcoded password is ... could allow an attacker with network access to the database server to connect. This user is usually dropped af ... erious if developers load a copy of the production database in development or connect to some production servi ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Django 1.1 modifies the method used to generate database constraint names so that names are consistent rega ... re saved to disk before the model was saved to the database. This meant that the actual file name assigned to ... e file is saved as part of saving the model in the database, so the actual file name used on disk cannot be re ... hether or not Django manages the life-cycle of the database tables for a model using the managed model option. ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n be run on any development, staging or production database. Migrations are covered in their own documentation ... umentation for details. The allow_syncdb method on database routers is now called allow_migrate , but still pe ... l no longer emulate rollbacks on non-transactional databases or inside TransactionTestCase unless specifically ... e inserted in the field will be interpreted. Using database cursors as context managers ¶ Prior to Python 2.7, ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erence ¶ The classes defined in this module create database constraints. They are added in the model Meta.cons ... o not raise ValidationError s. Rather you'll get a database integrity error on save() . UniqueConstraint s wit ... check , name ) ¶ Creates a check constraint in the database. check ¶ CheckConstraint. check ¶ A Q object or bo ... lasses = () ) ¶ Creates a unique constraint in the database. expressions ¶ UniqueConstraint. expressions ¶ New ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 6139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ests on Oracle ¶ When running tests with an Oracle database, Django creates a temporary database user. In olde ... ons, if a password isn't manually specified in the database settings TEST dictionary, a hardcoded password is ... could allow an attacker with network access to the database server to connect. This user is usually dropped af ... erious if developers load a copy of the production database in development or connect to some production servi ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... んでおいた方がよいでしょう。 このリファレンスでは、 database query guide で提供された example blog models を使用 ... that instantiating a model in no way touches your database; for that, you need to save() . 注釈 __init__ メソ ... . field >>> obj . field # Loads the field from the database Model. refresh_from_db ( using = None , fields = N ... his point obj.val is still 1, but the value in the database # was updated to 2. The object's updated value nee ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : Flags potential problems with version upgrades. database : Checks database-related configuration issues. Da ... y the migrate command or if you specify configured database aliases using the --database option when calling t ... ql.W002 : MySQL/MariaDB Strict Mode is not set for database connection <alias> . See also Setting sql_mode . m ... 161 : Fixed default value provided. fields.W162 : <database> does not support a database index on <field data ...
https://man.plustar.jp/django/ref/checks.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT