検索

phrase: max: clip:
target: order:
Results of 191 - 198 of about 198 for file (0.119 sec.)
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s , ** kwargs ): warning = kwargs [ 'warning' ] profile = kwargs [ 'profile' ] ... return ... このようにす ... 123 "abcd" book.title warning = message | lower profile = user.profile %} タグの処理結果を直接出力すること ... llowing our example, if the above template is in a file called results.html in a directory that's searched ... s , ** kwargs ): warning = kwargs [ 'warning' ] profile = kwargs [ 'profile' ] ... return ... このようにす ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _toast.py b/tests/shortcuts/test_make_toast.py new file mode 100644 index 0000000000..6f4c627b6e --- /dev/ ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ------------- Traceback ( most recent call last ): File "/path/to/mysite/polls/tests.py" , line 16 , in te ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ite() Outputs the feed in the given encoding to outfile, which is a file-like object. SyndicationFeed.writ ... es Custom feed generators 前のトピックへ The staticfiles app 次のトピックへ クロスサイトリクエストフォージ ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Oracle: no requirements (see Choosing a Time Zone File ). MySQL: load the time zone tables with mysql_tzi ... queryset methods. If you do need to use it, please file a ticket using the QuerySet.extra keyword with you ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m-TOTAL_FORMS, form-INITIAL_FORMS. You may need to file a bug report if the issue persists.'] And here is ... mset = ArticleFormSet ( request . POST , request . FILES ) if formset . is_valid (): # do something with t ... mset = ArticleFormSet ( request . POST , request . FILES , prefix = 'articles' ) book_formset = BookFormSe ... t ( request . POST , request . FILES , prefix = 'books' ) if article_formset . is_vali ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . To enable it, set USE_TZ = True in your settings file. 注釈 In Django 5.0, time zone support will be ena ... y live and store this information in the user's profile. For anonymous users, they use the time zone of th ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
モデル — Django 4.0.6 ドキュメント 4657
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o this, import the related model at the top of the file where your model is defined. Then, refer to the ot ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
PREV 11 12 13 14 15 16 17 18 19 20 NEXT