検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 63 for store (0.077 sec.)
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... detail Due to the method in which salt values are stored the salt_entropy value is effectively a minimum v ... ur Django install will use more iterations when it stores passwords using PBKDF2. 注釈 bcrypt rounds is a l ... efault. By default, validators are used in the forms to reset or change passwords and in the createsuperuse ... word reuse, for example. However, if you decide to store a user's previous passwords, you should never do s ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... her fields, storing None as the field's value will store it as SQL NULL . While not recommended, it is poss ... ible to store JSON scalar null instead of SQL NULL by using Valu ... e('null') . Whichever of the values is stored, when retrieved from the database, the Python rep ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... methods. That's the Python object type we want to store in the model's attribute. For to_python() , if any ... e attributes wherever possible. Since files may be stored in remote storage systems, retrieving them may co ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a model in the admin interface. Usually, these are stored in a file named admin.py in your application. Let ... s and nulls, depending on what the field allows to store: class BookAdmin ( admin . ModelAdmin ): list_filt ... roperty that returns a list of Media objects which store paths to the JavaScript files for the forms and/or ... o view at least one page in the admin site. Defaults to requiring both User.is_active and User.is_staff to ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6049
" + 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. '/vsim ... this raster. Returns None for rasters that are not stored in GDAL's virtual filesystem. is_vsi_based ¶ A bo ... olean indicating if this raster is stored in GDAL's virtual filesystem. GDALBand ¶ class GD ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll not raise an exception if there's an attempt to store a cookie of more than 4096 bytes, but many browser ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ime. Adds a Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private header to a response to ... he key to check against. If there is no headerlist stored, the page needs to be rebuilt, so this function r ... for some request path from the response object. It stores those headers in a global path registry so that l ... list of headers to use for cache key generation is stored in the same cache as the pages themselves. If the ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... custom tools in this case. The LogEntry model now stores change messages in a JSON structure so that the m ... ookups . django.contrib.postgres ¶ 利便性のため、 HStoreField は key と value を文字列にキャストするようにな ... erySet.in_bulk() may be called without any arguments to return all objects in the queryset. related_query_n ... the lhs and rhs arguments in the datatype used to store DurationField . select_related() prohibits non-rel ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pported. マイグレーションファイル ¶ Migrations are stored as an on-disk format, referred to here as "migrat ... is working from historical versions of your models stored in the migration files. If you write Python code ... dition, the concrete base classes of the model are stored as pointers, so you must always keep base classes ... application, making sure that they run migrate to store the change in their database. You must then transi ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
索引 — Django 4.0.6 ドキュメント 5905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntrib.sessions のクラス) backends.cached_db.SessionStore (django.contrib.sessions のクラス) backends.db.Ses ... sionStore (django.contrib.sessions のクラス) backends.smtp.E ... ュール) cache_key_prefix (backends.cached_db.SessionStore の属性) CACHE_MIDDLEWARE_ALIAS setting CACHE_MIDDL ... ソッド) create_model_instance() (backends.db.SessionStore のメソッド) create_parser() (BaseCommand のメソッド ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT