検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 24 for serialize (0.014 sec.)
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r field options like default because they can't be serialized by migrations . See that documentation for other ... encoder ¶ An optional json.JSONEncoder subclass to serialize data types not supported by the standard JSON seri ... coder ¶ An optional json.JSONDecoder subclass to deserialize the value retrieved from the database. The value w ... the database, the field also needs to know how to serialize its value: value_from_object ( obj ) ¶ Returns the ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bject. The encoder , which defaults to django.core.serializers.json.DjangoJSONEncoder , will be used to seriali ... See JSON serialization for more details about this serializer. The safe boolean parameter defaults to True . If ... ' Serializing non-dictionary objects ¶ In order to serialize objects other than dict you must set the safe para ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 7806
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Field ( auto_created = True , primary_key = True , serialize = False , verbose_name = 'ID' , ), ), ( 'author' , ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 7806
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... selected objects as JSON: from django.core import serializers from django.http import HttpResponse def export_ ... HttpResponse ( content_type = "application/json" ) serializers . serialize ( "json" , queryset , stream = respo ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7806
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l-foreign ¶ Uses the natural_key() model method to serialize any foreign key and many-to-many relationship to o ... . --natural-primary ¶ Omits the primary key in the serialized data of this object since it can be calculated du ... OUTPUT , -o OUTPUT ¶ Specifies a file to write the serialized data to. By default, the data goes to standard ou ... fixture is a collection of files that contain the serialized contents of the database. Each fixture has a uniq ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
設定 — Django 4.0.6 ドキュメント 7806
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'test_' + DATABASE_NAME . See test データベース . SERIALIZE ¶ Boolean value to control whether or not the defa ... ult test runner serializes the database into an in-memory JSON string before ... ation time if you don't have any test classes with serialized_rollback=True . バージョン 4.0 で非推奨: This set ... as it can be inferred from the databases with the serialized_rollback option enabled. TEMPLATE ¶ This is a Pos ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to force disabling localization. テスト ¶ The new serialized_aliases argument of django.test.utils.setup_datab ... SES aliases test databases should have their state serialized to allow usage of the serialized_rollback feature ... filters will still be honored by Django. その他 ¶ SERIALIZE test setting is deprecated as it can be inferred f ... rom the databases with the serialized_rollback option enabled. The undocumented django. ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 7639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に、属性値とデータベースに保存されているもの、または serializer に送信されるものとの間で変換するための機構を提供し ... oreignKey など)。上級者向けです。 default editable serialize : False の場合、Django の serializers にモデルが渡 ... people will be reconstructing your field from the serialized version for quite a while (possibly years), depen ... data_types -- the string will still be used by the serializer, but the default db_type() method will return Non ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を取ります: encoder ¶ A json.JSONEncoder subclass to serialize data types not supported by the standard JSON seri ... coder . decoder ¶ A json.JSONDecoder subclass to deserialize the input. Your deserialization may need to accoun ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... der to responses. シリアル化 ¶ The new django.core.serializers.base.Serializer.stream_class attribute allows su ... e the default stream. The encoder used by the JSON serializer can now be customized by passing a cls keyword ar ... gument to the serializers.serialize() function. DjangoJSONEncoder now seri ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
PREV 1 2 3 NEXT