検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 50 for search (0.039 sec.)
Full text search — Django 4.0.6 ドキュメント 16663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » Full text search ¶ The database functions in the django.contrib.pos ... tgres.search module ease the use of PostgreSQL's full text sear ... クエリを作成する . 参考 For a high-level overview of searching, see the topic documentation . The search looku ... p ¶ A common way to use full text search is to search a single term against a single column ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
検索 — Django 4.0.6 ドキュメント 11114
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rate the kind of functionality databases may have. Searching in other databases All of the searching tools p ... name. In this case we have an asymmetry though - a search for Helen will pick up Helena or Hélène , but not ... ter" doesn't show up as it is much longer. Trigram searches consider all combinations of three letters, and ... compares how many appear in both search and source strings. For the longer name, there are ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 9444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジェクトの ModelAdmin を使用するため、 ModelAdmin に search_fields を定義する必要があります。 認証されていない ... dmin . ModelAdmin ): ordering = [ 'date_created' ] search_fields = [ 'question_text' ] class ChoiceAdmin ( a ... のインデックスサーチを使用した独自の ModelAdmin.get_search_results() 実装を記述するのがよいでしょう。 また、デ ... on_top は False にセットされています。 ModelAdmin. search_fields ¶ admin のチェンジリストページで検索ボックス ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 9023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... constraints without enforcing validation Full text search The search lookup SearchVector SearchQuery SearchR ... ank SearchHeadline Changing the search configuration Weightin ... res , fields , functions , database , data , not , search , expressions クイック検索 Last update: 2022年6月0 ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 8076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... config in apps . get_app_configs (): for module_to_search in args : # Attempt to import the app's module. tr ... le ( " %s . %s " % ( app_config . name , module_to_search )) except Exception : # Reset the registry to the ... le_has_submodule ( app_config . module , module_to_search ): raise def module_has_submodule ( package , modu ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 7835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sitemap is an XML file on your website that tells search-engine indexers how frequently your pages change a ... o other pages on your site. This information helps search engines index your site. The Django sitemap framew ... itemap file is not important, but the location is. Search engines will only index links in your sitemap for ... ), ] Sitemap for static views ¶ Often you want the search engine crawlers to index views which are neither o ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... が含まれるようになり、全文検索エンジン (full text search engine) が利用可能になりました。リレーショナルデー ... 用します。 >>> Foo . objects . get ( bars = bar ) __search クエリー lookup ¶ search lookup は MySQL でのみサポ ... 換えてください。 from django.db import models class Search ( models . Lookup ): lookup_name = 'search' def as ... s ), params models . CharField . register_lookup ( Search ) models . TextField . register_lookup ( Search ) ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 7775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aused the incorrect height of the admin changelist search bar ( #32072 ). Fixed a regression in Django 3.1.2 ... caused the incorrect width of the admin changelist search bar on a filtered page ( #32091 ). Fixed displayin ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 7655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se_class . Default is None , which tells Django to search for the template in all configured engines. respon ... to obtain the list of template names that will be searched looking for an existent template. get_template_n ... ames () ¶ Returns a list of template names to search for when rendering the template. The first templat ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
索引 — Django 4.0.6 ドキュメント 7595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Storage の属性) base_widget (RangeWidget の属性) BaseArchiveIndexView (django.views.generic.dates のクラス) ... nc rangefield.upper_inf regex relate right same_as search second startswith strictly_above strictly_below ti ... ) get_script_prefix() (django.urls モジュール) get_search_fields() (ModelAdmin のメソッド) get_search_result ... (HttpRequest の属性) schemes (URLValidator の属性) search field lookup type search_fields (ModelAdmin の属性 ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 3 4 5 NEXT