検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 145 for check (0.088 sec.)
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ization of objects with no primary key will always check whether the model's manager has a get_by_natural_k ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ://otherserver/foo/bar/' ) Disabling ALLOWED_HOSTS checking ( ALLOWED_HOSTS = ['*'] ) when running tests pr ... l data into the test databases. Running the system checks . Running the tests that were found. Destroying t ... by calling setup_databases() . DiscoverRunner. run_checks ( databases ) ¶ Runs the system checks on the tes ... ting applications, so it's strongly recommended to check the coverage of your tests. Django can be easily i ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ime . You can handle this in a db_type() method by checking the connection.vendor attribute. Current built- ... complex code, such as the connection.settings_dict check in the above example. Some database column types a ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion.c-content-win").hide(); $(".c-tab-unix").prop("checked", true); }); $(".c-tab-win").on("click", functio ... ion.c-content-unix").hide(); $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュ ... に、チケット用に新しいブランチを作ります。   $ git checkout -b ticket_99999 ...\> git checkout -b ticket_99 ... to write a test that tries to use the function and check that its output looks correct. Djangoの tests/shor ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion.c-content-win").hide(); $(".c-tab-unix").prop("checked", true); }); $(".c-tab-win").on("click", functio ... ion.c-content-unix").hide(); $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュ ... きに役に立ちます。 もし興味があれば python manage.py check を実行することもできます; これはマイグレーションを ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m two problems: It will not perform any permission checks, so it will be accessible to the general public. ... you want, Django provides a convenience wrapper to check permissions and mark the view as non-cacheable. Th ... ge is cacheable, but you still want the permission check to be performed, you can pass a cacheable=True arg ... es running on a subpath, the each_context() method checks if the current request has request.META['SCRIPT_N ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... シンタックスを使います。例えば、XHTML スタイルである checked='checked' よりも、 checked といった boolean 属性 ... eChoiceField ( required = False , widget = forms . CheckboxSelectMultiple , choices = FAVORITE_COLORS_CHOIC ... 逆戻りする かどうかに影響します。 Special cases are CheckboxInput , CheckboxSelectMultiple , and SelectMulti ... ple , which always return False because an unchecked checkbox and unselected <select multiple> don't ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instance def save ( self , * args , ** kwargs ): # Check how the current values differ from ._loaded_values ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arallel option. DiscoverRunner now runs the system checks at the start of a test run. Override the Discover ... Runner.run_checks() method if you want to disable that. バリデータ ... s/openlayers-osm.html templates have been updated. Check your project if you subclass these widgets or exte ... in 、 ChoiceFieldRenderer 、 RadioFieldRenderer 、 CheckboxFieldRenderer ChoiceInput 、 RadioChoiceInput 、 ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts_anonymous_user set to True , AnonymousUser will check the backend for permissions, just like User alread ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 NEXT