検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 23 for serialized (0.013 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 7959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... people will be reconstructing your field from the serialized version for quite a while (possibly years), depend ... ータを変換する場合 ¶ To customize how the values are serialized by a serializer, you can override value_to_string( ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 7959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _json ( escape_html = False ) ¶ Returns the errors serialized as JSON. >>> f . errors . as_json () {"sender": [{ ... serializing to JSON. Form.errors.as_json() returns serialized JSON, while this returns the error data before it' ... s serialized. The escape_html parameter behaves as described in ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 7959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns URL-safe, signed base64 compressed JSON string. Serialized object is signed using TimestampSigner . loads ( s ...
https://man.plustar.jp/django/topics/signing.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as a dict These four values allow any field to be serialized into a file, as well as allowing the field to be c ... hich returns error messages along with error codes serialized as JSON. as_json() uses as_data() and gives an ide ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utput option allows specifying a file to which the serialized data is written. The new makemessages --exclude an ... takes a second argument named obj_id which is the serialized identifier used to retrieve the object before dele ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7808
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ide content_type as application/json , the data is serialized using json.dumps() if it's a dict, list, or tuple. ... , third-party apps should enable this) you can set serialized_rollback = True inside the TestCase body. TestCase ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s like pickle does, we highly recommend using JSON-serialized sessions. Be aware of the following when checking ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y characters it received. Now if the content to be serialized contains any control characters not allowed in the ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so remotely execute arbitrary code, as the data is serialized using pickle . ローカルメモリのキャッシュ ¶ This i ...
https://man.plustar.jp/django/topics/cache.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 7741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with managers having use_in_migrations = True are serialized in migrations, so the functions and classes will n ... a custom serializer. For example, if Django didn't serialize Decimal by default, you could do this: from decimal ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 1 2 3 NEXT