検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 102 for process (0.072 sec.)
クラスベースビュー入門 — Django 4.0.6 ドキュメント 6107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... と - たとえば、リストの先頭にあるフォームを使用して ProcessFormView と ListView を組み合わせようとすると - 期待 ... yForm ( request . POST ) if form . is_valid (): # <process form cleaned data> return HttpResponseRedirect ( ' ... class ( request . POST ) if form . is_valid (): # <process form cleaned data> return HttpResponseRedirect ( ' ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 6107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f_protect def _upload_file_view ( request ): ... # Process request If you are using a class-based view, you w ... hod and csrf_protect() on the method that actually processes the request. Example code: from django.utils.dec ... ost ( self , request , * args , ** kwargs ): ... # Process request 目次 ファイルのアップロード ファイルのアッ ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to be moved to a new location manually or the post_process method of the Storage class might take care of tha ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
API の安定性 — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... compatibility of these APIs without a deprecation process if a bug or security hole makes it completely unav ...
https://man.plustar.jp/django/misc/api-stability.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is not used to render any HTML, but it is used to process the submitted data and validate it. For example: > ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo's template engines system . The form rendering process can be customized at several levels: Widgets can s ... tions from your TEMPLATES setting, such as context processors for example, use the TemplatesSetting renderer. ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... member to use XML format in the first step of this process. We are exploiting a feature of the XML data dumps ... jango models. If something goes wrong in the above process, just copy your backed up database file over the o ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting the URLs) to callable views, and Django's own processing consists of matching a requested URL against th ... ience function -- reverse() -- which performs this process in the opposite direction. The reverse() function ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... visitor sees. This is a lot more expensive, from a processing-overhead perspective, than your standard read-a ... the local-memory cache backend. This cache is per-process (see below) and thread-safe. To use it, set BACKEN ... cently-used (LRU) culling strategy. Note that each process will have its own private cache instance, which me ... ans no cross-process caching is possible. This also means the local mem ...
https://man.plustar.jp/django/topics/cache.html - [similar]
検索 — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rty libraries which are designed to help with this process. PostgreSQL のサポート ¶ PostgreSQL has its own fu ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT