検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for stored (0.025 sec.)
Tablespaces — Django 4.0.6 ドキュメント 15034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e model table and the many-to-many table) would be stored in the tables tablespace. The index for the name f ... and the indexes on the many-to-many table would be stored in the indexes tablespace. The data field would al ... no tablespace for it is specified, so it would be stored in the model tablespace tables by default. The ind ... ex for the shortcut field would be stored in the other_indexes tablespace. Database support ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 10777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es). Raise ValueError if not all messages could be stored and DEBUG is True. """ # A higher middleware layer ... be there. if hasattr ( request , "_messages" ): unstored_messages = request . _messages . update ( response ... ) if unstored_messages and settings . DEBUG : raise ValueError ( ... "Not all temporary messages could be stored." ) return response クイック検索 Last update: 2022 ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 10570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models are linked to ContentType , so they must be stored in the same database): class AuthRouter : """ A ro ... ase strategy where all objects of a given type are stored on a specific database (e.g., all User objects are ... the related object is valid. If the primary key is stored on a separate database, it's not possible to easil ... ntentType , sessions.Session and sites.Site can be stored in any database, given a suitable router. auth mod ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 10141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ieving and deleting data in the cache. All data is stored directly in memory, so there's no overhead of data ... ing has a disadvantage: because the cached data is stored in memory, the data will be lost if your server cr ... e). It's the number of seconds the value should be stored in the cache. Passing in None for timeout will cac ... hether the object exists in the cache and you have stored a literal value None , use a sentinel object as th ...
https://man.plustar.jp/django/topics/cache.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 8870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the local filesystem where uploaded files will be stored. If you are using a different storage, check that ... oaded files. (For performance, these files are not stored in the database.) Define MEDIA_URL as the base pub ... A_ROOT to use for uploaded files. All that will be stored in your database is a path to the file (relative t ... . The main difference between them is how they are stored and how they can be queried. PostgreSQL's json fie ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 8870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c . execute ( ... ) finally : c . close () Calling stored procedures ¶ CursorWrapper. callproc ( procname , ... arams = None , kparams = None ) ¶ Calls a database stored procedure with the given name. A sequence ( params ... , only Oracle supports it. For example, given this stored procedure in an Oracle database: CREATE PROCEDURE ... を直接実行する データベース接続とカーソル Calling stored procedures 前のトピックへ マネージャ 次のトピックへ ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
File storage API — Django 4.0.6 ドキュメント 8441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ROOT setting. base_url ¶ URL that serves the files stored at this location. Defaults to the value of your ME ... ssary to get a unique name. The actual name of the stored file will be returned. The max_length argument is ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 8234
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... simplicity, the examples below assume that you've stored that layer in the variable layer : >>> layer = ds ... tes ) >>> rst . is_vsi_based True >>> rst . name # Stored in a random path in the vsimem filesystem. '/vsime ... this raster. Returns None for rasters that are not stored in GDAL's virtual filesystem. is_vsi_based ¶ A boo ... lean indicating if this raster is stored in GDAL's virtual filesystem. GDALBand ¶ class GDA ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.11.21 リリースノート — Django 4.0.6 ドキュメント 8234
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL quer ...
https://man.plustar.jp/django/releases/1.11.21.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 8027
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data (and sqlcustom for other custom SQL -- views, stored procedures, etc.). The vestigial install command h ... s also new support for "fixtures" -- initial data, stored in any of the supported serialization formats , th ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
PREV 1 2 3 4 5 6 NEXT