検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 137 for content (0.033 sec.)
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5789
" + 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 » はじめ ... を持っているので、 "/polls/" 、 "/fun_polls/" や、 "/content/polls/" といった、どんなパスルート下にも置けて、ど ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5789
" + 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 ... ependencies - django.contrib.auth , django.contrib.contenttypes , django.contrib.messages , and django.contri ... dmin . ModelAdmin ): fields = ( 'url' , 'title' , 'content' ) 上記の例では、指定したフィールド ( url 、 title ...content ) だけが (結果として) フォーム上で表示されます。 f ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5789
" + 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 ... as a valid image. It will also update UploadedFile.content_type with the image's content type as determined b ... ifying autoescape=False if you are passing trusted content. This change doesn't have any effect when using th ... ZipMiddleware used to disable compression for some content types when the request is from Internet Explorer, ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5789
" + 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 ... wed HttpResponse to be initialized with memoryview content. For use in, for example, Django templates, HttpRe ... 'SAMEORIGIN' for them to continue working. SECURE_CONTENT_TYPE_NOSNIFF がデフォルトで True になりました。この ... 設定を有効にすることにより、 SecurityMiddleware が X-Content-Type-Options: nosniff ヘッダを付与されていなかった ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5753
" + 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 ... .render_to_response() will be removed. The DEFAULT_CONTENT_TYPE setting will be removed. HttpRequest.xreadlin ... .feedgenerator.RssFeed will be removed in favor of content_type . The app_name argument to django.conf.urls.i ... included in django-localflavor 1.1+. The original_content_type_id attribute on django.contrib.admin.helpers. ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5753
" + 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 ... go - admin dumpdata -- exclude = auth -- exclude = contenttypes --database DATABASE ¶ Specifies the database ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5753
" + 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 ... tic JSON serialization of list and tuple data when content_type='application/json' . The new ORACLE_MANAGED_F ... issions for proxy models are now created using the content type of the proxy model rather than the content ty ... cy with WSGI servers, the test client now sets the Content-Length header to a string rather than an integer. ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5753
" + 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 » 翻訳 ¶ ... (enclosed in single or double quotes) or variable content: < title > {% translate "This is the title." %} </ ... he_title }} </ title > < meta name = "description" content = " {{ the_title }} " > 実際には、テンプレート内の ... plex sentences consisting of literals and variable content for translation by making use of placeholders: {% ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5705
" + 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 » Unit t ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
次のステップへ — Django 4.0.6 ドキュメント 5705
" + 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 » 次のス ...
https://man.plustar.jp/django/intro/whatsnext.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT