検索

phrase: max: clip:
target: order:
Results of 21 - 29 of about 29 for polls (0.057 sec.)
Signals — Django 4.0.6 ドキュメント 6836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bel. For example, an Question model defined in the polls application could be referenced as 'polls.Question ...
https://man.plustar.jp/django/ref/signals.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 6803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tributes. For example, you could use success_url="/polls/{slug}/" to redirect to a URL composed out of the ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に効率的です... 例えば PostgreSQL では ... OR UPPER("polls_choice"."votes"::text) = UPPER('4') となります。 M ... ange view for a particular Choice object (from the polls application) in the default admin, you would call: ... ts . get ( ... ) >>> change_url = reverse ( 'admin:polls_choice_change' , args = ( c . id ,)) This will fin ... ld need to call: >>> change_url = reverse ( 'admin:polls_choice_change' , args = ( c . id ,), current_app = ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 6803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... L : test_was_published_recently_with_future_poll ( polls . tests . PollMethodTests ) ---------------------- ... eback ( most recent call last ): File "/dev/mysite/polls/tests.py" , line 16 , in test_was_published_recent ... ly_with_future_poll self . assertIs ( future_poll . was_published_recen ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to specify it explicitly: INSTALLED_APPS = [ ... 'polls.apps.PollsAppConfig' , ... ] アプリケーション開発者 ...
https://man.plustar.jp/django/ref/applications.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 6705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... html" ))), path ( 'vote/' , permission_required ( 'polls.can_vote' )( VoteView . as_view ())), ] このアプロ ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... code, with the following structure: runtests . py polls / __init__ . py models . py ... tests / __init__ . ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6673
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アプリケーションのレイアウトは以下のようになります: polls / __init__ . py models . py templatetags / __init_ ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6640
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ... roughly translates into the SQL: SELECT * from polls WHERE question LIKE 'Who%' AND ( pub_date = '2005- ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 NEXT