検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 144 for contains (0.094 sec.)
Django 1.4 release notes — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g the local variables and POST parameters that may contain sensitive information and should be filtered out of ... ) assertions, or use the html=True flag with assertContains() and assertNotContains() to test whether the clie ... nt's response contains a given HTML fragment. See the assertions document ... ) is used for this.) Like its HTML counterpart, it contains a collection of different pieces of information ab ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 5 series. It addresses one security issue and also contains an opt-in feature to enhance the security of djang ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... riting from ContextMixin ), the context dictionary contains a view variable that points to the View instance. ... orm validation. When the form doesn't validate, it contains only the fields that passed validation. You should ... jango.contrib.redirects , make sure INSTALLED_APPS contains django.contrib.sites . BoundField.label_tag now es ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... where deprecation message crashes if Meta.ordering contains an expression ( #30463 ). Fixed a regression in Dj ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hn' , data__pets__has_key = 'dogs' , data__cities__contains = 'London' , ) . delete () If your project uses dj ... tures.has_native_json_field to True . If jsonfield.contains and jsonfield.contained_by are not supported, set ... DatabaseFeatures.supports_json_field_contains to False . Third party database backends must impl ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n image . . . or anything, really. The view itself contains whatever arbitrary logic is necessary to return th ... andler # ROOT_URLCONF must specify the module that contains handler403 = ... @override_settings ( ROOT_URLCONF ... ns on the response here. For example: self . assertContains ( response , 'Error handler content' , status_code ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 中だけです。 セキュリティ ¶ Because a settings file contains sensitive information, such as the database passwo ... ango django . setup () 参考 The Settings Reference Contains the complete list of core and contrib app settings ...
https://man.plustar.jp/django/topics/settings.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplateDoesNotExist . If the template is found but contains invalid syntax, it raises TemplateSyntaxError . Ho ... exception is raised when a template was found but contains errors. Template objects returned by get_template( ... tion raised during template rendering. This report contains the relevant snippet of the template with the appr ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 's used to optimize Django's own test suite, which contains hundreds of models but no relations between models ... s the tests. For the sake of clarity, this example contains only the bare minimum necessary to use the Django ... fake-key' INSTALLED_APPS = [ "tests" , ] This file contains the Django settings required to run your app's tes ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st runner is executed using a test database, which contains no users by default. As a result, user accounts th ... tus_code , 200 ) # Check that the rendered context contains 5 customers. self . assertEqual ( len ( response . ... given database connection. It returns a list that contains, on exit of the context, the captured callback fun ... abase at the start of each test run. If your setup contains multiple databases, and you have a test that requi ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT