検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 137 for content (0.071 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... に呼ぶことができるようになりました。 django.contrib.contenttypes ¶ When stale content types are detected in th ... e remove_stale_contenttypes command, there's now a list of related object ... s that will also be deleted. Previously, only the content types were listed (and this prompt was after migra ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... w as_attachment argument for FileResponse sets the Content-Disposition header to make the browser ask if the ... nload the file. FileResponse also tries to set the Content-Type and Content-Length headers where appropriate. ... ow serializes a request data dictionary as JSON if content_type='application/json' . You can customize the JS ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c-tab-unix").on("click", function() { $("section.c-content-unix").show(); $("section.c-content-win").hide(); ... .c-tab-win").on("click", function() { $("section.c-content-win").show(); $("section.c-content-unix").hide(); ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ...
https://man.plustar.jp/django/topics/install.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c-tab-unix").on("click", function() { $("section.c-content-unix").show(); $("section.c-content-win").hide(); ... .c-tab-win").on("click", function() { $("section.c-content-win").show(); $("section.c-content-unix").hide(); ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Coding ... one) space between the curly brackets and the tag contents. Do this: {{ foo }} Don't do this: {{ foo }} View ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » システ ... naryField 's default cannot be a string. Use bytes content instead. fields.E180 : <database> does not support ... our MIDDLEWARE so the SECURE_HSTS_SECONDS , SECURE_CONTENT_TYPE_NOSNIFF , SECURE_REFERRER_POLICY , SECURE_CRO ... d exclusively via SSL. security.W006 : Your SECURE_CONTENT_TYPE_NOSNIFF setting is not set to True , so your ...
https://man.plustar.jp/django/ref/checks.html - [similar]
File storage API — Django 4.0.6 ドキュメント 5837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » File s ... e name parameter that's free and available for new content to be written to on the target storage system. The ... ate for your storage. listdir ( path ) ¶ Lists the contents of the specified path, returning a 2-tuple of lis ... l raise NotImplementedError instead. save ( name , content , max_length = None ) ¶ Saves a new file using the ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... インラインの JavaScript を削除したため、必要な場合に Content-Security-Policy HTTP ヘッダーを有効にすることができ ... . set_language() now returns a 204 status code (No Content) for AJAX requests when there is no next parameter ... ピングできるようになりました。 Added the HttpRequest.content_type and content_params attributes which are parse ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 5837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... to handle the Vary header in combination with many content types. Therefore, Django would remove the header i ... l header for all Internet Explorer requests with a Content-Disposition header have also been removed as they ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 5837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... ; Host headers which contain potentially dangerous content (such as username/password pairs) now raise the ex ... ity issues Fixed an issue with quoted filenames in Content-Disposition header (#19006) Made the context optio ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 5837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django ... to handle the Vary header in combination with many content types. Therefore, Django would remove the header i ... l header for all Internet Explorer requests with a Content-Disposition header have also been removed as they ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT