検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 145 for Case (0.102 sec.)
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he caveats under SECURE_PROXY_SSL_HEADER . For the case of a reverse proxy, it may be easier or more secur ...
https://man.plustar.jp/django/topics/security.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... directly in jinja2.Environment . The original use case for adding context processors for Jinja2 involved: ...
https://man.plustar.jp/django/topics/templates.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のアプローチで定義します。 次の例では、 unittest.TestCase のサブクラスである django.test.TestCase から、テス ... 独立性を実現しています。 from django.test import TestCase from myapp.models import Animal class AnimalTestCa ... se ( TestCase ): def setUp ( self ): Animal . objects . create ( ... ァイルからすべてのテストケース (つまり unittest.TestCase のすべてのサブクラス) を見つけ出します。次に、それ ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xist. # Lookup by a primary key is the most common case, so Django provides a # shortcut for primary-key e ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... フォルトに逆戻りする かどうかに影響します。 Special cases are CheckboxInput , CheckboxSelectMultiple , and ... lse for hidden widgets and True otherwise. Special cases are FileInput and ClearableFileInput , which retu ... for the name attribute on each subwidget. In this case, for each (key, widget) pair, the key will be appe ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at could be recognized because they were all upper case (for example DATETIME_FORMAT , DATE_FORMAT , TIME_ ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... like Selenium . The new django.test.LiveServerTestCase base class lets you test the interactions between ... tocol class attribute. A new django.test.SimpleTestCase subclass of unittest.TestCase that's lighter than ... django.test.TestCase and company. It can be useful in tests that don't ... ed file object. This has been removed. In the rare case you relied on the mixin parameter, you can easily ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... とができるようになりました。 テスト ¶ LiveServerTestCase にスレッドのサポートが追加されました。 Oracle のテ ... ne_settings() is now suffix rather than number (in case you want to rename the signatures in your backend ... d extensive testing and needs adaption for various cases such as multiple databases. Feel free to contribu ... ssignment_tag ヘルパーが削除されました。 SimpleTestCase.assertsRedirects() の host 引数が削除されました。絶 ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se advisories have received CVEs; when that is the case, they are listed here, but as they have no accompa ...
https://man.plustar.jp/django/releases/security.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set's prefix argument. For example, in the default case, you might see: < label for = "id_form-0-title" > ... need to pass prefix on both the POST and non-POST cases so that it is rendered and processed correctly. E ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 NEXT