検索

phrase: max: clip:
target: order:
Results of 21 - 29 of about 29 for comparison (0.055 sec.)
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7227
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eprecated and will be removed in Django 1.10. = as comparison operator in if template tag ¶ Using a single equal ... eSitemap Model Field.related ssi template tag = as comparison operator in if template tag %(<foo>)s syntax in Mo ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st name pattern using the new test -k option. HTML comparison, as used by assertHTMLEqual() , now treats text, c ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he password to lowercase (to do a case-insensitive comparison) and checks it against a list of 20,000 common pas ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... si template tag will be removed. Support for the = comparison operator in the if template tag will be removed. T ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
データベース — Django 4.0.6 ドキュメント 6819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _ci collation. This results in all string equality comparisons being done in a case-insensitive manner. That is, ... the default collation. If you want case-sensitive comparisons on a particular column or table, change the colum ... e that according to MySQL Unicode Character Sets , comparisons for the utf8_general_ci collation are faster, but ... slightly less correct, than comparisons for utf8_unicode_ci . If this is acceptable for y ...
https://man.plustar.jp/django/ref/databases.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t . exact ¶ Exact match. If the value provided for comparison is None , it will be interpreted as an SQL NULL (s ... HERE id = 14 ; SELECT ... WHERE id IS NULL ; MySQL comparisons In MySQL, a database table's "collation" setting ... determines whether exact comparisons are case-sensitive. This is a database setting, n ... configure your MySQL tables to use case-sensitive comparisons, but some trade-offs are involved. For more infor ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The ssi template tag is removed. Support for the = comparison operator in the if template tag is removed. The ba ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 6624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e9b0495f04d0') >>> # Using BoundField.initial, for comparison >>> f [ 'identifier' ] . initial UUID('28a09c59-5f ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mpare two model instances, use the standard Python comparison operator, the double equals sign: == . Behind the ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 NEXT