検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 200 for should (0.163 sec.)
Single object mixins — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cation. If users with access to individual objects should be prevented from obtaining this list, setting que ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctivated the automatic Django admin interface, you should see a "Flatpages" section on the admin index page. ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... figures out that the new Entry object's blog field should be set to b . Use the through_defaults argument to ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __() method. For consistent pagination, QuerySet s should be ordered, e.g. with an order_by() clause or with ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }} {% elif athlete_in_locker_room_list %} Athletes should be out of the locker room soon! {% else %} No athl ... cker_room_list is not empty, the message "Athletes should be out..." will be displayed. If both lists are em ... eb page being bolded! Clearly, user-submitted data shouldn't be trusted blindly and inserted directly into y ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll continue to work against 1.1 unchanged, and you should need to make only minor changes for any 1.X releas ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the DatabaseIntrospection.get_constraints() method should include an 'orders' key in each of the returned di ... es() which is deprecated. Custom database backends should ensure all types of indexes are returned by Databa ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er accessing a view has all given permissions. You should specify the permission (or an iterable of permissi ... query parameter that will contain the URL the user should be redirected to after a successful login. If you ... ost_reset_login ¶ A boolean indicating if the user should be automatically authenticated after a successful ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... called when valid form data has been POSTed. # It should return an HttpResponse. form . send_email () retur ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 4578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a related USE_I18N setting that controls if Django should activate translation. See 翻訳 for more details. フ ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]