検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 95 for valid (0.176 sec.)
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 5634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts(poly, geom) SpatiaLite Intersects(poly, geom) isvalid ¶ Availability : MySQL (≥ 5.7.5), PostGIS , Oracle ... , SpatiaLite Tests if the geometry is valid. 実装例: Zipcode . objects . filter ( poly__isvali ... end SQL Equivalent MySQL, PostGIS, SpatiaLite ST_IsValid(poly) Oracle SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTE ... osses disjoint equals exact , same_as intersects isvalid overlaps relate MariaDB, PostGIS, and SpatiaLite O ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated_from argument on model fields. It's no longer valid and has been moved to the ModelAdmin class in admi ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ired in production ¶ The new ALLOWED_HOSTS setting validates the request's Host header and protects against ... e the force_bytes() utility to encode the strings. Validation of previous_page_number and next_page_number ... g page range. It does check it now and raises an InvalidPage exception when the number is either too low or ... independently. cleaned_data dictionary kept for invalid forms ¶ The cleaned_data dictionary is now always ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ), question__startswith = 'Who' , ) ... would be a valid query, equivalent to the previous example; but: # ... INVALID QUERY Poll . objects . get ( question__startswith ... b_date = date ( 2005 , 5 , 6 )) ) ... would not be valid. 参考 The OR lookups examples in Django's unit tes ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an be uploaded as an image if that file contains a valid PNG header followed by malicious HTML. This file w ... l solution exists at the framework level to safely validate all user uploaded file content, however, there ...
https://man.plustar.jp/django/topics/security.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e separated by new lines, and each line contains a valid JSON object. JSONL serialized data looks like this ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) can turn & into &amp , which is no longer a valid entity and thus needs further escaping. Most cases ... se template . TemplateSyntaxError ( " %r tag had invalid arguments" % tag_name ) format_string , var_name = ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the model field as any arguments relating to data validation ( max_length , max_digits , etc.) will not be ... the model field as any arguments relating to data validation ( max_length , max_digits , etc.) will not be ... ion except that the check to see if it refers to a valid field isn't made until the outer queryset is resol ... ¶ Provides the chance to do any pre-processing or validation of the expression before it's added to the qu ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les between versions Pickles of QuerySets are only valid for the version of Django that was used to generat ... ected by the outer query. All of the following are valid: >>> # Both inner and outer queries will use the ' ... to warnings. Even with Strict Mode. For example: invalid values or non-nullable violations. See the MySQL d ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドと組み合わせるのも簡単です。検証は1つ以上の検証器 (validator) で実行され、新しい AUTH_PASSWORD_VALIDATORS 設 ... のパスワードが許可されます。そのため、 AUTH_PASSWORD_VALIDATORS を設定しなければ、何も変更する必要はありません ... るには、たとえば次のように設定します。 AUTH_PASSWORD_VALIDATORS = [ { 'NAME' : 'django.contrib.auth.password_ ... validation.UserAttributeSimilarityValidator' , }, { 'NAME' : 'django.contrib.auth.password ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT