検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 208 for Database (0.082 sec.)
索引 — Django 4.0.6 ドキュメント 5576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プション --command shell コマンドラインオプション --database changepassword コマンドラインオプション check コマ ... overRunner のクラスメソッド) add_constraint() (BaseDatabaseSchemaEditor のメソッド) add_error() (Form のメソッ ... ド) add_field() (BaseDatabaseSchemaEditor のメソッド) add_form_template (ModelAd ... min の属性) add_index() (BaseDatabaseSchemaEditor のメソッド) add_item() (SyndicationFee ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 5576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ial data exists ( #27037 ). Fixed annotations with database functions when combined with lookups on PostGIS ( ... ns skip inconsistent history checks on non-default databases if database routers aren't in use or if no apps c ... an be migrated to the database ( #27054 , #27110 , #27142 ). Removed duplicated m ... to be generalized like that ( #26998 ). Added the database alias to the InconsistentMigrationHistory message ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... web server makes all sorts of calculations -- from database queries to template rendering to business logic -- ... where your cached data should live -- whether in a database, on the filesystem or directly in memory. This is ... by sites such as Facebook and Wikipedia to reduce database access and dramatically increase site performance. ... ored directly in memory, so there's no overhead of database or filesystem usage. After installing Memcached it ...
https://man.plustar.jp/django/topics/cache.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... manager from django.db import ( DEFAULT_DB_ALIAS , DatabaseError , Error , ProgrammingError , connections , ) ... ass def get_connection ( using = None ): """ Get a database connection by name, or the default database connec ... and use `@oa` or `with oa:` multiple times. Since database connections are thread-local, this is thread-safe. ... within another atomic block. This guarantees that database changes in a durable block are committed to the da ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ects application. It lets you store redirects in a database and handles the redirecting for you. It uses the H ... py migrate creates a django_redirect table in your database. This is a lookup table with site_id , old_path an ... a 404 error, this middleware checks the redirects database for the requested URL as a last resort. Specifical ... y . You can access redirect objects via the Django database API . For example: >>> from django.conf import set ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will not be cached. MySQL typecasting ¶ The MySQL database is known to "typecast" on certain queries; for exa ... licit conversion of query arguments to the correct database-level type before querying. However, three model f ... il the next write operation. Django 1.6 introduced database-level autocommit; since then, execution in such a ... g deadlock exceptions on MySQL ( #22291 ). Wrapped database exceptions in _set_autocommit ( #22321 ). Fixed at ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... error, then closely examine your code and move any database operations to be in a synchronous child thread. Po ... archives ( .tar.lzma , .tlz ). モデル ¶ Added hash database functions MD5 , SHA1 , SHA224 , SHA256 , SHA384 , ... and SHA512 . Added the Sign database function. The new is_dst parameter of the Trunc da ... except that it only allows values under a certain (database-dependent) limit. Values from 1 to 32767 are safe ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Full text search — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es « previous | up | next » Full text search ¶ The database functions in the django.contrib.postgres.search mo ... earch a single term against a single column in the database. For example: >>> Entry . objects . filter ( body_ ... Pizza Recipes>] This creates a to_tsvector in the database from the body_text field and a plainto_tsquery fro ... the search term 'Cheese' , both using the default database search configuration. The results are obtained by ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules « previous | up | next » How to create database migrations ¶ このドキュメントでは、遭遇する可能性の ... レーションと複数のデータベース ¶ When using multiple databases, you may need to figure out whether or not to run ... a migration against a particular database. For example, you may want to only run a migration ... on a particular database. In order to do that you can check the database co ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 5363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » PostgreSQL specific database constraints ¶ PostgreSQL supports additional data ... es = () ) ¶ Creates an exclusion constraint in the database. Internally, PostgreSQL implements exclusion const ... (cancelled=False) . These conditions have the same database restrictions as django.db.models.Index.condition . ... cancelled = False ), ), ] 目次 PostgreSQL specific database constraints ExclusionConstraint name expressions i ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT