検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 208 for Database (0.102 sec.)
マイグレーション操作 — Django 4.0.6 ドキュメント 6755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... permissions and verbose_name . Does not affect the database, but persists these changes for RunPython instance ... not affect the behavior of setting defaults in the database directly - Django never sets database defaults and ... applies them in the Django ORM code. 警告 On older databases, adding a field with a default value may cause a ... not affect the behavior of setting defaults in the database directly - Django never sets database defaults and ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for the website. The SITE_ID setting specifies the database ID of the Site object associated with that particu ... to store multiple copies of the same story in the database. A better solution removes the content duplication ... : Both sites use the same article database, and an article is associated with one or more sit ... me story doesn't have to be published twice in the database; it only has a single record in the database. It l ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 6627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Database instrumentation ¶ To help you understand and contr ... stalling wrapper functions around the execution of database queries. For example, wrappers can count queries, ... all that callable to invoke the (possibly wrapped) database query, and they can do what they want around that ... his: def blocker ( * args ): raise Exception ( 'No database access allowed here.' ) And it would be used in a ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elds on the corresponding models, including across database-level relationships. This is implemented by passin ... regular-expression lookups supported by the Django database API -- expose sensitive information such as users' ... ances whereby a running a test suite on a multiple database configuration could cause the original source data ... base (i.e., the actual production database) to be dropped, causing catastrophic loss of data. ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nterfaceError ( Error ): pass [ドキュメント] class DatabaseError ( Error ): pass [ドキュメント] class DataErro ... r ( DatabaseError ): pass [ドキュメント] class OperationalError ... ( DatabaseError ): pass [ドキュメント] class IntegrityError ( ... DatabaseError ): pass [ドキュメント] class InternalError ( ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 6447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mber of features which are not shared by the other databases Django supports. This optional module contains mo ... types. 注釈 Django is, and will continue to be, a database-agnostic web framework. We would encourage those w ... ble applications for the Django community to write database-agnostic code where practical. However, we recogni ... al world projects written using Django need not be database-agnostic. In fact, once a project reaches a given ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6415
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n added to Django. To use this backend, change the DATABASE_ENGINE setting in your Django settings file from t ... his: DATABASE_ENGINE = "mysql" to this: DATABASE_ENGINE = "mysql ... jango. Also, note that some features, like the new DATABASE_OPTIONS setting (see the databases documentation f ... .py reset and similar commands against an existing database may generate SQL with the new form of constraint n ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 6351
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will be used to interpret the data in the spatial database. [3] Projection systems give the context to the co ... specific applications, e.g., if you know that your database will only cover geometries in North Kansas , then ... GeometryField.geography keyword so that geography database type is used instead. Additional Resources: spatia ... lreference.org : A Django-powered database of spatial reference systems. The State Plane Coor ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6351
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncoded in something other than ASCII. Creating the database ¶ Make sure your database is configured to be able ... u won't be able to store certain characters in the database, and information will be lost. MySQL users, refer ... ySQL manual for details on how to set or alter the database character set encoding. PostgreSQL users, refer to ... the PostgreSQL manual for details on creating databases with the correct encoding. Oracle users, refer to ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6351
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g you specify which fields are written back to the database when you call save() . This can help in high-concu ... been ported to Python 3 yet, including: the MySQL database backend (depends on MySQLdb) ImageField (depends o ... en permitted, but would have failed as soon as any database operation was attempted (usually with a "table doe ... s not exist" error from the database). If you have functionality on a manager that you ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT