検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 50 for search (0.068 sec.)
設定 — Django 4.0.6 ドキュメント 6888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デフォルト値: [] (空のリスト) List of directories searched for fixture files, in addition to the fixtures d ... irectory of each application, in search order. Note that these paths should use Unix-style ... site.formats' , 'some_app.formats' , ] When Django searches for a certain format, it will go through all giv ... e engine should look for template source files, in search order. APP_DIRS ¶ デフォルト値: False Whether the ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... マイナーな機能 ¶ django.contrib.admin ¶ ModelAdmin.search_fields now allows searching against quoted phrases ... nKey.to_field and ForeignKey.limit_choices_to when searching a related model. The admin now installs a final ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : {# Translators: Label of a button that triggers search #} < button type = "submit" > {% translate "Go" %} ... .. #. Translators: Label of a button that triggers search # path/to/template/file.html:100 msgid "Go" msgstr ... s listed in LOCALE_PATHS in your settings file are searched for <language>/LC_MESSAGES/django.(po|mo) $APPPA ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.4 documentation 6828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は隆々ですね。こんどは検索機能を追加してみましょう: search_fields = [ 'question' ] これで変更リストの上部に検 ... ら必要なものを捜し出すのは大変です。そういうときは、 Search Page や Index から辿るとよいでしょう。 もちろん、片 ...
https://man.plustar.jp/django/contents.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n a file called results.html in a directory that's searched by the template loader, we'd register the tag li ... nts" % token . contents . split ()[ 0 ] ) m = re . search ( r '(.*?) as (\w+)' , arg ) if not m : raise temp ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 6828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es. Consult the failing package's documentation or search the web with the error message that you encounter. ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate_of_birth' , 'password1' , 'password2' ), }), ) search_fields = ( 'email' ,) ordering = ( 'email' ,) filt ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 6828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... してみると、フォーム https://docs.djangoproject.com/search/?q=forms&release=1 といった URL が生成されるのが分 ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6767
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... together with the Model._meta API to narrow down a search for specific field types. Custom model fields shou ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6767
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs. All where parameters are "AND"ed to any other search criteria. 実装例: Entry . objects . extra ( where ... as a normal QuerySet query. exists() is useful for searches relating to the existence of any objects in a Qu ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 NEXT