検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 47 for lower (0.065 sec.)
検索 — Django 4.0.6 ドキュメント 6855
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 例: >>> Author . objects . filter ( name__unaccent__lower__trigram_similar = 'Hélène' ) [<Author: Helen Mirr ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ame... ); Transforms part (may be omitted) (e.g. __lower__first3chars__reversed ); A lookup (e.g. __icontai ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by using filters . Filters look like this: {{ name|lower }} . This displays the value of the {{ name }} var ... iable after being filtered through the lower filter, which converts text to lowercase. Use a pi ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... expression. For example: < div {% if user.email | lower == message.recipient | lower %} class = "highlight ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 6749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Is for files such as those uploaded by a user. The lower level APIs are general enough that you could use t ...
https://man.plustar.jp/django/topics/files.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 6642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s module. self . models_module = None # Mapping of lowercase model names to model classes. Initially set to ... ready () try : return self . models [ model_name . lower ()] except KeyError : raise LookupError ( "App ' % ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t become a multipolygon and the result might be of lower dimension than the input. MemSize ¶ class MemSize ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 6521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of components as the input; this is significantly slower, however. GEOSGeometry. sym_difference ( other ) ¶ ... SGeometry.union() , which may return geometries of lower dimension if a topology collapse occurs). Other Pr ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r you. If time_cost set to 1 is unacceptably slow, lower memory_cost . memory_cost interpretation The argon ... t a common password. This converts the password to lowercase (to do a case-insensitive comparison) and chec ... of common passwords. This file should contain one lowercase password per line and may be plain text or gzi ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he database between tests, which is significantly slower than TestCase 's isolation. Why no rollback hook? ... it doesn't know you've handled the situation at a lower level! To prevent this, you can control the rollba ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
PREV 1 2 3 4 5 NEXT