検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 208 for database (0.066 sec.)
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 6011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » How to integrate Django with a legacy database ¶ Django は新しいアプリケーションを開発するのに最適 ... えてあげる必要があります。そのために、設定ファイルの DATABASES を編集して、 'default' 接続の以下のキーに対して値 ... hat can create models by introspecting an existing database. You can view the output by running this command: ... un the migrate command to install any extra needed database records such as admin permissions and content type ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enated values will be distinct. The new RandomUUID database function returns a version 4 UUID. It requires use ... istIndex class allows creating GiST indexes in the database. The new BtreeGistExtension migration operation in ... the squashed migration. モデル ¶ The new StrIndex database function finds the starting index of a string insi ... controls the number of rows fetched by the Python database client when streaming results from the database. F ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 5979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » PostgreSQL specific database functions ¶ All of these functions are available f ... TransactionNow ¶ Returns the date and time on the database server that the current transaction started. If yo ... Article: How to Django>]> 目次 PostgreSQL specific database functions RandomUUID TransactionNow 前のトピックへ ... , TransactionNow , RandomUUID , time , date , up , database , return , example クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p | next » データベースアクセスの最適化 ¶ Django's database layer provides various ways to help developers get ... the most out of their databases. This document gathers together links to the rele ... the steps to take when attempting to optimize your database usage. Profile first ¶ 一般的なプログラミング手法と ... ote that determining the best indexes is a complex database-dependent topic that will depend on your particula ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nger is. clickjacking prevention is now on and the database defaults to SQLite. If the default templates don't ... ¶ Django's transaction management was overhauled. Database-level autocommit is now turned on by default. This ... ed in the transaction management docs . Persistent database connections ¶ Django now supports reusing the same ... database connection for several requests. This avoids the o ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abstraction and layers of machinery. That is, the database can typically do things faster than Python can, wh ... template language can: # QuerySet operation on the database # fast, because that's what databases are good at ... ing Python objects # slower, because it requires a database query anyway, and processing # of the Python objec ... l way of doing it in that particular context . The database optimization documents describes a case where coun ...
https://man.plustar.jp/django/topics/performance.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if a test run is forcefully interrupted, the test database may not be destroyed. On the next run, you'll be a ... sked whether you want to reuse or destroy the database. Use the test --noinput option to suppress that pr ... ompt and automatically destroy the database. This can be useful when running tests on a contin ... example. テストデータベースのデフォルトの名前は、 DATABASES 設定内の各 NAME の値の前に test_ を付けたものにな ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 5831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » GeoDjango Database API ¶ Spatial Backends ¶ GeoDjango currently provi ... des the following spatial database backends: django.contrib.gis.db.backends.postgis d ... okups are available for raster fields, but spatial database functions and aggregates aren't implemented for ra ... o the SRID of the model's field, using the spatial database's transform procedure: >>> poly_3084 = GEOSGeometr ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ay that Django 1.2 introduced support for multiple database connections, Django 1.3 allows you to use the new ... ngo test suite with runtests.py when using spatial database backends . MEDIA_URL and STATIC_URL must end in a ... lots of big ticket items to Django, like multiple-database support, model validation, and a session-based mes ... assertNumQueries() -- making it easier to test the database activity associated with a view. Support for looku ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5831
" + 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 データベー ... QL backend, the dbshell command can connect to the database using the password from your settings file (instea ... QuerySet.bulk_create() now works on proxy models. Database configuration gained a TIME_ZONE option for intera ... cting with databases that store datetimes in local time and don't supp ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT