検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 208 for Database (0.043 sec.)
Testing GeoDjango apps — Django 4.0.6 ドキュメント 7519
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s section describes several methods to configure a database user with sufficient privileges to run tests for G ... Django applications on PostgreSQL. If your spatial database template was created like in the instructions, the ... n your testing database user only needs to have the ability to create data ... other configurations, you may be required to use a database superuser. Create database user ¶ To make a databa ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Signals — Django 4.0.6 ドキュメント 7498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . One should not query/modify other records in the database as the database might not be in a consistent state ... yet. using The database alias being used. update_fields The set of fields ... . One should not query/modify other records in the database as the database might not be in a consistent state ... yet. using The database alias being used. update_fields The set of fields ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 7466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t support to PostgreSQL, turning it into a spatial database. GEOS , PROJ and GDAL should be installed prior to ... s . The psycopg2 module is required for use as the database adapter when using GeoDjango with PostGIS. On Debi ... r Windows . Post-installation ¶ Creating a spatial database ¶ PostGIS 2 includes an extension for PostgreSQL t ... > $ psql <db name> > CREATE EXTENSION postgis; The database user must be a superuser in order to run CREATE EX ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7243
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and UniqueConstraint classes enable adding custom database constraints. Constraints are added to models using ... reating B-Tree , hash , and SP-GiST indexes in the database. BrinIndex now has the autosummarize parameter. Th ... ( Index.condition ). Added the NullIf and Reverse database functions, as well as many math database functions ... ameter of QuerySet.bulk_create() to True tells the database to ignore failure to insert rows that fail uniquen ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r . db_table ¶ Options. db_table ¶ The name of the database table to use for the model: db_table = 'music_albu ... time, Django automatically derives the name of the database table from the name of your model class and the ap ... p that contains it. A model's database table name is constructed by joining the model's " ... store ), a model defined as class Book will have a database table named bookstore_book . To override the datab ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 7094
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... requires a Django settings module that defines the databases to use. To help you get started, Django provides ... uses a sample settings module that uses the SQLite database. See Using another settings module to learn how to ... settings module to run the tests with a different database. Having problems? See トラブルシューティング for s ... cs isort> =5.1.0 Testing other Python versions and database backends ¶ In addition to the default environments ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
テストツール — Django 4.0.6 ドキュメント 7094
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed above, the test runner is executed using a test database, which contains no users by default. As a result, ... e や TestCase を使用してください。 SimpleTestCase. databases ¶ SimpleTestCase disallows database queries by de ... blem, you can disable this behavior by setting the databases class attribute to '__all__' on your test class. ... タベースに特有の機能を追加しています: Resetting the database to a known state at the beginning of each test to ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Query Expressions, Conditional Expressions, and Database Functions ¶ Query Expressions allow you to create, ... lif ... else logic within queries. A collection of database functions is also included with functionality such ... the class level using transactions and savepoints. Database backends which do not support transactions, like M ... ncreased from 50 to 255 characters. Please run the database migration. USERNAME_FIELD and REQUIRED_FIELDS now ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sting Django projects. JSONField for all supported database backends ¶ Django now includes models.JSONField an ... forms.JSONField that can be used on all supported database backends. Both fields support the use of custom JS ... st to use the new fields, and generate and apply a database migration. For now, the old fields and transforms ... omIndex class allows creating bloom indexes in the database. The new BloomExtension migration operation instal ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Database migration operations ¶ All of these operations are ... ns ¶ You can create a PostgreSQL extension in your database using a migration file. This example creates an hs ... ready exists. For most extensions, this requires a database user with superuser privileges. If the Django data ... hat has them. In that case, connect to your Django database and run the query CREATE EXTENSION IF NOT EXISTS h ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT