Results of 1 - 10 of about 24 for serialize (0.023 sec.)
- Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 15979
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
g Django data over a wire, but it's possible for a serializer to handle any format (text-based or not). 参考 If ...
just want to get some data from your tables into a serialized form, you could use the dumpdata management comma ...
データのシリアル化 ¶ At the highest level, you can serialize data like this: from django.core import serializer ...
s data = serializers . serialize ( "xml" , SomeModel . objects . all ...
-
https://man.plustar.jp/django/topics/serialization.html
- [similar]
- GeoJSON Serializer — Django 4.0.6 ドキュメント 9824
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
| Index | Modules « previous | up | next » GeoJSON Serializer ¶ GeoDjango provides a specific serializer for th ...
for more information on serialization. The geojson serializer is not meant for round-tripping data, as it has n ...
o deserializer equivalent. For example, you cannot use loaddata ...
to reload the output produced by this serializer. If you plan to reload the outputted data, use th ...
-
https://man.plustar.jp/django/ref/contrib/gis/serializers.html
- [similar]
- Django 1.7.1 release notes — Django 4.0.6 ドキュメント 8640
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
sistent with cursor.execute() ( #23426 ). Made the SERIALIZE entry in the TEST dictionary usable ( #23421 ). Fi ...
ng) on Python 3 ( #23333 ). makemigrations can now serialize timezone-aware values ( #23365 ). Added a prompt t ...
-
https://man.plustar.jp/django/releases/1.7.1.html
- [similar]
- マイグレーション — Django 4.0.6 ドキュメント 8640
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
d commit those changes. Because it's impossible to serialize arbitrary Python code, these historical models wil ...
with managers having use_in_migrations = True are serialized in migrations, so the functions and classes will ...
ngo must take the current state of your models and serialize them out into a file. Django はほとんどのオブジェク ...
ンスタンス (例: MyClass(4.3, 5.7) ) ラムダ式 Custom serializers ¶ You can serialize other types by writing a cus ...
-
https://man.plustar.jp/django/topics/migrations.html
- [similar]
- Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 8223
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ild model ( #28210 ). Allowed DjangoJSONEncoder to serialize django.utils.deprecation.CallableBool ( #28230 ). ...
-
https://man.plustar.jp/django/releases/1.11.2.html
- [similar]
- Django 1.5.3 release notes — Django 4.0.6 ドキュメント 8223
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
¶ django.contrib.sessions currently uses pickle to serialize session data before storing it in the backend. If ...
is, Django 1.5.3 introduces a new setting, SESSION_SERIALIZER , to customize the session serialization format. ...
pickle does, we highly recommend switching to JSON-serialized values. Also, as JSON requires string keys, you w ...
-
https://man.plustar.jp/django/releases/1.5.3.html
- [similar]
- Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 8223
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
REQUEST is active. Bugfixes ¶ Added the ability to serialize values from the newly added UUIDField ( #25019 ). ...
-
https://man.plustar.jp/django/releases/1.8.4.html
- [similar]
- Advanced testing topics — Django 4.0.6 ドキュメント 8223
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ommon resource), you can use django.test.testcases.SerializeMixin to run them sequentially. This mixin uses a f ...
ll test classes in the same file that inherit from SerializeMixin will run sequentially: import os from django. ...
import TestCase from django.test.testcases import SerializeMixin class ImageTestCaseMixin ( SerializeMixin ): ...
ebug_sql = False , parallel = 0 , aliases = None , serialized_aliases = None , ** kwargs ) ¶ Creates the test d ...
-
https://man.plustar.jp/django/topics/testing/advanced.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 7973
- " + 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 ...
n a given error is present. It can also be used to serialize the errors in a custom format such as XML. The new ...
hich returns error messages along with error codes serialized as JSON. as_json() uses as_data() and gives an id ...
gn_keys and use_natural_primary_keys arguments for serializers.serialize() , allow the use of natural primary k ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 7889
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lease notes for more details on these changes. The SERIALIZE test setting will be removed. The undocumented dja ...
will be removed. The use_natural_keys argument for serializers.serialize() will be removed. Private API django. ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]