Results of 1 - 6 of about 6 for unaccent (0.013 sec.)
- PostgreSQL specific lookups — Django 4.0.6 ドキュメント 13179
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tence: Gumby rides on the path of Middlesbrough>'] Unaccent ¶ The unaccent lookup allows you to perform accent ...
.postgres' in your INSTALLED_APPS and activate the unaccent extension on PostgreSQL . The UnaccentExtension mi ...
to perform this activation using migrations). The unaccent lookup can be used on CharField and TextField : >> ...
> City . objects . filter ( name__unaccent = "México" ) ['<City: Mexico>'] >>> User . objects ...
-
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html
- [similar]
- 検索 — Django 4.0.6 ドキュメント 8700
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
non-English names, a further improvement is to use unaccented comparison : >>> Author . objects . filter ( nam ...
e__unaccent__icontains = 'Helen' ) [<Author: Helen Mirren>, <A ...
letters. 例: >>> Author . objects . filter ( name__unaccent__lower__trigram_similar = 'Hélène' ) [<Author: Hel ...
-
https://man.plustar.jp/django/topics/db/search.html
- [similar]
- django.contrib.postgres — Django 4.0.6 ドキュメント 8499
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ons PostgreSQL specific lookups Trigram similarity Unaccent Database migration operations Creating extension u ...
n CryptoExtension HStoreExtension TrigramExtension UnaccentExtension Managing collations using migrations Conc ...
-
https://man.plustar.jp/django/ref/contrib/postgres/index.html
- [similar]
- Database migration operations — Django 4.0.6 ドキュメント 8371
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
TrigramExtension ¶ Installs the pg_trgm extension. UnaccentExtension ¶ class UnaccentExtension ¶ Installs the ...
n CryptoExtension HStoreExtension TrigramExtension UnaccentExtension Managing collations using migrations Conc ...
-
https://man.plustar.jp/django/ref/contrib/postgres/operations.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8042
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
h as ArrayField , HStoreField , Range Fields , and unaccent lookup. A full breakdown of the features is availa ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7969
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
time touches trigram_similar trigram_word_similar unaccent week week_day within year field_order (Form の属性 ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
PREV
1
NEXT