Results of 1 - 6 of about 6 for lhs (0.017 sec.)
- Lookup API reference — Django 4.0.6 ドキュメント 12046
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
g whether this transformation should apply to both lhs and rhs . Bilateral transformations will be applie ...
r example usage, see How to write custom lookups . lhs ¶ The left-hand side - what is being transformed. ...
be a Field instance. By default is the same as its lhs.output_field . Lookup reference ¶ class Lookup ¶ A ...
ookup is a query expression with a left-hand side, lhs ; a right-hand side, rhs ; and a lookup_name that ...
-
https://man.plustar.jp/django/ref/models/lookups.html
- [similar]
- How to write custom lookups — Django 4.0.6 ドキュメント 11333
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
'ne' def as_sql ( self , compiler , connection ): lhs , lhs_params = self . process_lhs ( compiler , con ...
f . process_rhs ( compiler , connection ) params = lhs_params + rhs_params return ' %s <> %s ' % ( lhs , ...
ほとんどの場合、これを直接用いる必要はなく、 process_lhs() および process_rhs() に渡すことができます。 2つの ...
値に対して動作するルックアップ、 lhs と rhs はleft-hand side(左辺)とright-hand side( ...
-
https://man.plustar.jp/django/howto/custom-lookups.html
- [similar]
- Django 1.10 リリースノート — Django 4.0.6 ドキュメント 8116
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
compute the difference in microseconds between the lhs and rhs arguments in the datatype used to store Du ...
ch' def as_mysql ( self , compiler , connection ): lhs , lhs_params = self . process_lhs ( compiler , con ...
f . process_rhs ( compiler , connection ) params = lhs_params + rhs_params return 'MATCH ( %s ) AGAINST ( ...
%s IN BOOLEAN MODE)' % ( lhs , rhs ), params models . CharField . register_look ...
-
https://man.plustar.jp/django/releases/1.10.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 7787
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
hod is replaced by two positional arguments filter_lhs and filter_rhs . CsrfViewMiddleware now uses reque ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7750
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
th (GEOSGeometry の属性) length_is template filter lhs (Lookup の属性) (Transform の属性) limit (Sitemap ...
ority (Sitemap の属性) process_exception() process_lhs() (Lookup のメソッド) process_rhs() (Lookup のメソ ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7750
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
mations. These transformations are applied to both lhs and rhs when used in a lookup expression, providin ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
PREV
1
NEXT