検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 63 for store (0.060 sec.)
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lse instance . _state . db = db # customization to store the original field values on the instance instance ... , DateField fields use a Python datetime object to store data. Databases don't store datetime objects, so t ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
View decorators — Django 4.0.6 ドキュメント 6755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ator adds a Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private header to a response to ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ull path to a directory where you'd like Django to store uploaded files. (For performance, these files are ... not stored in the database.) Define MEDIA_URL as the base pu ...
https://man.plustar.jp/django/faq/usage.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iST may be a good choice for the range fields and HStoreField , and GIN may be helpful for ArrayField . Arr ... also specify a size . ArrayField can be nested to store multi-dimensional arrays. If you give the field a ... mensional arrays. It will always work to use indexes to reach down to the final underlying data, but most o ... ocumentation about non-deterministic collations . HStoreField ¶ class HStoreField ( ** options ) ¶ A field ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Date functions and Concat aren't accepted. If you store dates in DateTimeField , comparison to datetime ob ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ostgreSQL specific features, such as ArrayField , HStoreField , Range Fields , and unaccent lookup. A full ... for storing universally unique identifiers. It is stored as the native uuid data type on PostgreSQL and as ... s of time - modeled in Python by timedelta . It is stored in the native interval data type on PostgreSQL, a ... ates from a Python dictionary. The now tag can now store its output in a context variable with the usual sy ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... robably want to record the interest in a key-value store rather than in a relational database, so we've lef ... like them. Again, let's assume we're not going to store this in a relational database but instead in somet ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 6481
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class Trans : """ The purpose of this class is to store the actual translation function upon receiving the ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
データベース — Django 4.0.6 ドキュメント 6481
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... isolation level or time zone, you should either restore Django's defaults at the end of each request, forc ... ¶ If you need to add a PostgreSQL extension (like hstore , postgis , etc.) using a migration, use the Creat ... eys ¶ Django uses PostgreSQL's SERIAL data type to store auto-incrementing primary keys. A SERIAL column is ... is on a development machine where you can easily restore the entire contents of all databases in the cluste ...
https://man.plustar.jp/django/ref/databases.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6481
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld ( max_length = None , ** options ) ¶ A field to store raw binary data. It can be assigned bytes , bytear ... に保持される小数点以下の位の数です。 For example, to store numbers up to 999.99 with a resolution of 2 decima ... the local filesystem where uploaded files will be stored. If you are using a different storage, check that ... ull path to a directory where you'd like Django to store uploaded files. (For performance, these files are ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT