検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 572 for ドキュメント (0.032 sec.)
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 5134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... "InMemoryUploadedFile" , "SimpleUploadedFile" , ) [ドキュメント] class UploadedFile ( File ): """ An abstract uplo ... = name name = property ( _get_name , _set_name ) [ドキュメント] class TemporaryUploadedFile ( UploadedFile ): """ ... tent_type , size , charset , content_type_extra ) [ドキュメント] def temporary_file_path ( self ): """Return the f ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 5134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... eturn json . loads ( data . decode ( "latin-1" )) [ドキュメント] def dumps ( obj , key = None , salt = "django.cor ... , serializer = serializer , compress = compress ) [ドキュメント] def loads ( s , key = None , salt = "django.core. ... s , serializer = serializer , max_age = max_age ) [ドキュメント] class Signer : def __init__ ( self , key = None , ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 5134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previ ... ーで、純粋な C 言語で記述されています。 参考 uWSGI のドキュメントは、Django、nginx および uWSGI をカバーした tutorial ... ます (たくさんあるセットアップ方法の一例です)。以下のドキュメントは、Django を uWSGI と統合する方法に焦点を当てていま ... できる部分に関しては、 WSGI とともにデプロイするには ドキュメントを参照してください。 Django 特有のオプションは以下の ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... ) # A marker for caching NO_RECEIVERS = object () [ドキュメント] class Signal : """ Base class for all signals Int ... se_caching else {} self . _dead_receivers = False [ドキュメント] def connect ( self , receiver , sender = None , w ... eiver )) self . sender_receivers_cache . clear () [ドキュメント] def disconnect ( self , receiver = None , sender ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 5020
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... r than " " %(limit_value)d ." , "limit_value" , ) [ドキュメント] @deconstructible class KeysValidator : """A valid ... . messages and self . strict == other . strict ) [ドキュメント] class RangeMaxValueValidator ( MaxValueValidator ... letely less than or equal to %(limit_value)s ." ) [ドキュメント] class RangeMinValueValidator ( MinValueValidator ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 5020
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previ ... ield to Translations , and attach the patch to it. ドキュメント ¶ また、ドキュメントの翻訳もすることができますが、 ... ated. 目次 Django のローカライズ 翻訳 フォーマット ドキュメント 前のトピックへ Writing documentation 次のトピックへ ... 連キーワード 翻訳 , Transifex , translation , page , ドキュメント , patch , also , documentation , release , project ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 4968
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... on ): """The session may be tampered with""" pass [ドキュメント] class SessionInterrupted ( BadRequest ): """The s ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
django.contrib.sites.middleware — Django 4.0.6 ドキュメント 4968
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... wareMixin from .shortcuts import get_current_site [ドキュメント] class CurrentSiteMiddleware ( MiddlewareMixin ): ...
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... to understand Django's SafeData. """ return self [ドキュメント] class SafeString ( str , SafeData ): """ A str su ... ker ( func ( * args , ** kwargs )) return wrapped [ドキュメント] def mark_safe ( s ): """ Explicitly mark a string ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 4847
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up djan ... ttings : logging_config_func ( logging_settings ) [ドキュメント] class AdminEmailHandler ( logging . Handler ): "" ... l_silently = True , html_message = html_message ) [ドキュメント] def send_mail ( self , subject , message , * args ... " \n " , " \\ n" ) . replace ( " \r " , " \\ r" ) [ドキュメント] class CallbackFilter ( logging . Filter ): """ A ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT