検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 13 for pickle (0.010 sec.)
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 13214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .sessions ¶ django.contrib.sessions currently uses pickle to serialize session data before storing it in the ... d insert a string into their session which, when unpickled, executes arbitrary code on the server. The techn ... by serializing session data using JSON rather than pickle . To facilitate this, Django 1.5.3 introduces a ne ... ards compatibility, this setting defaults to using pickle . While JSON serialization does not support all Py ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 11964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue def __reduce__ ( self ): return ( _lazy_proxy_unpickle , ( func , self . __args , self . __kw ) + resultc ... ( args , kw ) return __wrapper__ def _lazy_proxy_unpickle ( func , args , kwargs , * resultclasses ): return ... se we have messed with __class__ below, we confuse pickle as to what # class we are pickling. We're going to ... to initialize the wrapped # object to successfully pickle it, so we might as well just pickle the # wrapped ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 9308
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent to use exists() . Pickling QuerySet s ¶ If you pickle a QuerySet , this will force all the results to be ... he purpose of caching). This means that when you unpickle a QuerySet , it contains the results at the moment ... it was pickled, rather than the results that are currently in th ... e database. If you only want to pickle the necessary information to recreate the QuerySet ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 9026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 場合にはどんな問題が起こり得るでしょうか? たとえば、pickle 化したオブジェクトをキャッシュしていた場合には、複 ... 数のバージョンの Django にわたって pickle の互換性が保証されません。過去の非互換性の例では、 ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 9026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e MemcachedCache cache backend now uses the latest pickle protocol available. Added SuccessMessageMixin whic ... JSON ¶ Historically, django.contrib.sessions used pickle to serialize session data before storing it in the ... d insert a string into their session which, when unpickled, executes arbitrary code on the server. The techn ... by serializing session data using JSON rather than pickle . To facilitate this, Django 1.5.3 introduced a ne ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 8340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e parent model's data. Pickling objects ¶ When you pickle a model, its current state is pickled. When you un ... ll contain the model instance at the moment it was pickled, rather than the data that's currently in the dat ... abase. You can't share pickles between versions Pickles of models are only valid ... that was used to generate them. If you generate a pickle using Django version N, there is no guarantee that ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 8058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h with prefetch_related() (#19607) as well as some pickle regressions with prefetch_related (#20157 and #202 ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ( error_list ) Behavior of LocMemCache regarding pickle errors ¶ An inconsistency existed in previous vers ... ions of Django regarding how pickle errors are handled by different cache backends. dj ... internal storage Behavior of LocMemCache regarding pickle errors Cache keys are now generated from the reque ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 7777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... おすすめします。 警告 SECRET_KEY が知られてしまい、 PickleSerializer を使用していた場合、 任意のリモートコード ... 成して Django のサイトを騙すことができるのみならず、pickle を使ってシリアライズしたデータを送ることで、リモー ... tetime と timedelta の値がシリアライズできるのは、 PickleSerializer を使っている場合のみであることに注意して ... たとえば、セッションデータをシリアライズするために pickle を使用していた場合の、こんな攻撃のシナリオを考えて ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 7636
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... string DEFAULT_DB_ALIAS = "default" DJANGO_VERSION_PICKLE_KEY = "_django_version" [ドキュメント] class Error ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
PREV 1 2 NEXT