検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 208 for database (0.095 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... classes allow creating GIN and BRIN indexes in the database. django.contrib.postgres.fields.JSONField accepts ... SQL users specify a template for creating the test database. QuerySet.iterator() now uses server-side cursors ... er memory load (used to hold query results) to the database and might increase database memory usage. Added My ... setting to True . The new django.test.utils.setup_databases() (moved from django.test.runner ) and teardown_d ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 4991
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | next » How to authenticate against Django's user database from Apache ¶ Since keeping multiple authenticatio ... n databases in sync is a common problem when dealing with Apa ... up. 目次 How to authenticate against Django's user database from Apache Authentication with mod_wsgi Authoriza ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ded in Django is that many libraries, specifically database adapters, require that they are accessed in the sa ... hat is calling it, so you should avoid passing raw database handles or other thread-sensitive references aroun ... ion means that you should not pass features of the database connection object when calling sync_to_async() . D ... on >>> # In an async context so you cannot use the database directly: >>> connection . cursor () ... django.co ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st or is null, a new instance will be saved to the database. This ensures that deserializing is a non-destruct ... presentation doesn't match what's currently in the database. Usually, working with these DeserializedObject in ... { ... }} JSONL can be useful for populating large databases, since the data can be processed line by line, ra ... cts are automatically created by Django during the database synchronization process, the primary key of a give ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 4928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trib.sites.models.Site will be installed into your database. Along with it a new instance of ContentType will ... gnKey will look for. Unlike for the ForeignKey , a database index is not automatically created on the GenericF ... ignificant performance penalties depending on your database backend. There is no one-size-fits-all solution fo ... rs ( filter() and exclude() , for example) via the database API. Because a GenericForeignKey isn't a normal fi ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 4928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ial Field Options Geometry Field Options GeoDjango Database API Spatial Backends Creating and Saving Models wi ... ァレンス Spatial Lookups Distance Lookups Geographic Database Functions Area AsGeoJSON AsGML AsKML AsSVG AsWKB A ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ータベースを使ったセッション ¶ データベースを使った (database-backed) セッションを使いたい場合には、設定ファイル ... a good choice, and it'll be faster to use file or database sessions directly instead of sending everything th ... rough the file or database cache backends. Additionally, the local-memory cac ... b セッションバックエンドを使用する場合には、 using database-backed sessions に書かれている手順にしたがって、設 ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 4928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r. However, SQLite has many differences from other databases, so if you are working on something substantial, ... it's recommended to develop with the same database that you plan on using in production. 公式にサポー ... manage.py migrate command to automatically create database tables for your models (after first installing Dja ... o has permission to create and alter tables in the database you're using; if you plan to manually create the t ...
https://man.plustar.jp/django/topics/install.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 4906
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a for models How to integrate Django with a legacy database How to configure and use logging How to create CSV ... ndows での Django のインストール方法 How to create database migrations 参考 The Django community aggregator , ...
https://man.plustar.jp/django/howto/index.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 4906
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t ( #25496 ). Allowed "mode=memory" in SQLite test database name if supported ( #12118 ). Fixed system check c ... er a RawSQL annotation ( #25506 ). Made the Concat database function idempotent on SQLite ( #25517 ). Avoided ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT