検索

phrase: max: clip:
target: order:
Results of 1 - 6 of about 6 for similarity (0.011 sec.)
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 12356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » PostgreSQL specific lookups ¶ Trigram similarity ¶ The trigram_similar lookup allows you to perform ... iven an expression and returns results that have a similarity measurement greater than the current similarity th ... _similar lookup allows you to perform trigram word similarity lookups using a dedicated PostgreSQL extension. It ... an expression and returns results that have a word similarity measurement greater than the current similarity th ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Full text search — Django 4.0.6 ドキュメント 10784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on Toast recipes>, <Entry: Pizza recipes>] Trigram similarity ¶ Another approach to searching is trigram similar ... g the TrigramExtension migration operation. TrigramSimilarity ¶ class TrigramSimilarity ( expression , string , ... n, and a string or expression. Returns the trigram similarity between the two arguments. Usage example: >>> from ... django.contrib.postgres.search import TrigramSimilarity >>> Author . objects . create ( name = 'Katy Steve ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 8609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () expressions PostgreSQL specific lookups Trigram similarity Unaccent Database migration operations Creating ex ... iguration Weighting queries パフォーマンス Trigram similarity バリデータ KeysValidator Range validators 前のトピ ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 8116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.contrib.auth.password_validation.UserAttributeSimilarityValidator' , }, { 'NAME' : 'django.contrib.auth.pas ... みの4つ全てのバリデータを有効化します。 UserAttributeSimilarityValidator は、パスワードとユーザの属性との類似性をチ ... に数値ではないかをチェックします。 For UserAttributeSimilarityValidator and CommonPasswordValidator , we're using ... with the min_length parameter. class UserAttributeSimilarityValidator ( user_attributes = DEFAULT_USER_ATTRIBUT ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... okup, and the TrigramWordDistance() and TrigramWordSimilarity() expressions allow using trigram word similarity. ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unittest.TextTestRunner . Despite the unfortunate similarity in naming conventions, this is not the same type o ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
PREV 1 NEXT