Results of 1 - 10 of about 31 for serializer (0.027 sec.)
- GeoJSON Serializer — Django 4.0.6 ドキュメント 14850
- " + 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 the ...
for more information on serialization. The geojson serializer is not meant for round-tripping data, as it has no ...
deserializer equivalent. For example, you cannot use loaddata t ...
o reload the output produced by this serializer. If you plan to reload the outputted data, use the ...
-
https://man.plustar.jp/django/ref/contrib/gis/serializers.html
- [similar]
- django.core.signing — Django 4.0.6 ドキュメント 12424
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ango.http.cookies" + key , salt = salt ) class JSONSerializer : """ Simple wrapper around json to be used in sig ...
obj , key = None , salt = "django.core.signing" , serializer = JSONSerializer , compress = False ): """ Return ...
ication without good cause is a security risk. The serializer is expected to return a bytestring. """ return Tim ...
Signer ( key , salt = salt ) . sign_object ( obj , serializer = serializer , compress = compress ) [ドキュメント ...
-
https://man.plustar.jp/django/_modules/django/core/signing.html
- [similar]
- Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 10580
- " + 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 ...
serialize data like this: from django.core import serializers data = serializers . serialize ( "xml" , SomeMode ...
ut it'll almost always be a QuerySet). django.core.serializers. get_serializer ( format ) ¶ You can also use a s ...
erializer object directly: XMLSerializer = serializers . get_serializer ( "xml" ) xml_seria ...
-
https://man.plustar.jp/django/topics/serialization.html
- [similar]
- 暗号署名 — Django 4.0.6 ドキュメント 8654
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
r a datetime.timedelta object. sign_object ( obj , serializer = JSONSerializer , compress = False ) ¶ New in Dja ...
uple, or dictionary). unsign_object ( signed_obj , serializer = JSONSerializer , max_age = None ) ¶ New in Djang ...
obj , key = None , salt = 'django.core.signing' , serializer = JSONSerializer , compress = False ) [ソース] ¶ R ...
ring , key = None , salt = 'django.core.signing' , serializer = JSONSerializer , max_age = None ) [ソース] ¶ Rev ...
-
https://man.plustar.jp/django/topics/signing.html
- [similar]
- マイグレーション — Django 4.0.6 ドキュメント 8137
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ンスタンス (例: MyClass(4.3, 5.7) ) ラムダ式 Custom serializers ¶ You can serialize other types by writing a cust ...
om serializer. For example, if Django didn't serialize Decimal b ...
m decimal import Decimal from django.db.migrations.serializer import BaseSerializer from django.db.migrations.wr ...
iter import MigrationWriter class DecimalSerializer ( BaseSerializer ): def serialize ( self ): return ...
-
https://man.plustar.jp/django/topics/migrations.html
- [similar]
- How to create custom model fields — Django 4.0.6 ドキュメント 8072
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
に、属性値とデータベースに保存されているもの、または serializer に送信されるものとの間で変換するための機構を提供し ...
fault editable serialize : False の場合、Django の serializers にモデルが渡されたときに、フィールドをシリアライズ ...
data_types -- the string will still be used by the serializer, but the default db_type() method will return None ...
riptive string in as the type of the field for the serializer is a useful idea if you're ever going to be using ...
-
https://man.plustar.jp/django/howto/custom-model-fields.html
- [similar]
- OGR Inspection — Django 4.0.6 ドキュメント 8072
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Mapping data import utility 次のトピックへ GeoJSON Serializer 関連キーワード OGR , Inspection , ogrinspect , geo ...
-
https://man.plustar.jp/django/ref/contrib/gis/ogrinspect.html
- [similar]
- GeoDjango Utilities — Django 4.0.6 ドキュメント 8072
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ーティング OGR Inspection ogrinspect mapping GeoJSON Serializer 前のトピックへ Geolocation with GeoIP2 次のトピック ...
-
https://man.plustar.jp/django/ref/contrib/gis/utils.html
- [similar]
- GeoDjango — Django 4.0.6 ドキュメント 7846
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Mapping data import utility OGR Inspection GeoJSON Serializer GeoDjango Management Commands inspectdb ogrinspect ...
-
https://man.plustar.jp/django/ref/contrib/gis/index.html
- [similar]
- GeoDjango Management Commands — Django 4.0.6 ドキュメント 7781
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
mmands inspectdb ogrinspect 前のトピックへ GeoJSON Serializer 次のトピックへ GeoDjango's admin site 関連キーワー ...
-
https://man.plustar.jp/django/ref/contrib/gis/commands.html
- [similar]