検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 145 for check (0.058 sec.)
GeoDjango Installation — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons/Postgres.app/Contents/Versions/X.Y/bin You can check if the path is set up correctly by typing which ps ... sk to "Launch Stack Builder at exit?" -- keep this checked, as it is necessary to install PostGIS . 注釈 If ... ult, but is not required by GeoDjango and may be unchecked safely. After clicking next and accepting the li ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... </td></tr> <tr><th>Cc myself:</th><td><input type="checkbox" name="cc_myself"></td></tr> >>> print ( f . as ... address, please.</li> <li>Cc myself: <input type="checkbox" name="cc_myself"></li> >>> print ( f . as_p () ... il address, please.</p> <p>Cc myself: <input type="checkbox" name="cc_myself"></p> error_messages ¶ Field. ... eanField ( ** kwargs ) ¶ デフォルトのウィジェット: CheckboxInput 空の値: False Normalizes to: A Python True ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... egerField () class Meta : constraints = [ models . CheckConstraint ( check = models . Q ( age__gte = 18 ), ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... QuerySet.extra keyword with your use case (please check the list of existing tickets first) so that we can ... s. The internal implementation has some more error-checking than this and handles some extra edge-condition ... do more overall work (one query for the existence check plus an extra one to later retrieve the results) t ... e_queryset) , which retrieves the results and then checks if any were returned. contains() ¶ contains ( obj ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... names varies and might depend on the environment. Check your current configuration in an interactive Pytho ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _ipv6_address [ソース] ¶ Uses django.utils.ipv6 to check the validity of an IPv6 address. validate_ipv46_ad ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Before upgrading to Django 1.1 you should double-check that the following changes don't impact you, and u ... been split into two classes -- CsrfViewMiddleware checks incoming requests, and CsrfResponseMiddleware pro ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pt to allow bypassing the AUTH_PASSWORD_VALIDATORS checks. django.contrib.gis ¶ The new GEOSGeometry.buffer ... that use the BCryptPasswordHasher hasher. You can check if that's the case like this: from django.contrib. ... fix the lack of <label> when using RadioSelect and CheckboxSelectMultiple with MultiWidget , the wrap_label ... . Fix this by overriding ModelAdmin.get_form() and checking if the user has the "change" permissions and re ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et ( BaseFormSet ): ... def clean ( self ): ... """Checks that no two articles have the same title.""" ... ... passed to formset_factory() , validation will also check that the number of forms in the data set, minus th ... passed to formset_factory() , validation will also check that the number of forms in the data set, minus th ... orm-0-DELETE">Delete:</label></th><td><input type="checkbox" name="form-0-DELETE" id="id_form-0-DELETE"></t ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trol where Django stores session files. Be sure to check that your web server has permissions to read and w ... ( username = request . POST [ 'username' ]) if m . check_password ( request . POST [ 'password' ]): request ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT