検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 219 for list (0.041 sec.)
django.utils.text — Django 4.0.6 ドキュメント 7296
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elif closing_tag : # Check for match in open tags list try : i = open_tags . index ( tagname ) except Val ... 1 :] else : # Add it to the start of the open tags list open_tags . insert ( 0 , tagname ) if current_len ... '" % name ) return s @keep_lazy_text def get_text_list ( list_ , last_word = gettext_lazy ( "or" )): """ ... >>> get_text_list(['a', 'b', 'c', 'd']) 'a, b, c or d' >>> get_text_ ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 7140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty reasons, the accompanying notice will include a list of affected versions. This list is comprised solel ... uncommon configuration option Second, we notify a list of people and organizations , primarily composed o ... a notice to the django-announce and oss-security @ lists . openwall . com mailing lists that links to the ... ngo . Who receives advance notification ¶ The full list of people and organizations who receive advance no ...
https://man.plustar.jp/django/internals/security.html - [similar]
Paginator — Django 4.0.6 ドキュメント 7098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... guide . Paginator class ¶ class Paginator ( object_list , per_page , orphans = 0 , allow_empty_first_page ... len() or iterating it directly. Paginator. object_list ¶ Required. A list, tuple, QuerySet , or other sli ... t page is allowed to be empty. If False and object_list is empty, then an EmptyPage error will be raised. ... (..., allow_empty_first_page=False) and the object_list is empty. Paginator. page ( number ) [ソース] ¶ Re ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Options. get_latest_by ¶ The name of a field or a list of field names in the model, typically DateField , ... on object has multiple related Answer objects, the list returned contains the primary keys of the related ... related Answer objects can be set by passing in a list of Answer primary keys: >>> question . set_answer_ ... r_with_respect_to will apply whenever you obtain a list of objects of this model. Changing order_with_resp ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 6941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _mail ( subject , message , from_email , recipient_list , fail_silently = False , auth_user = None , auth_ ... rapper for sending a single message to a recipient list. All members of the recipient list will see the ot ... tives ( subject , message , from_email , recipient_list , connection = connection ) if html_message : mail ... atuple of (subject, message, from_email, recipient_list), send each message to each recipient list. Return ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
索引 — Django 4.0.6 ドキュメント 6941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ョン --link collectstatic コマンドラインオプション --list showmigrations コマンドラインオプション --list-tag ... w_distinct (Aggregate の属性) allow_empty (BaseDateListView の属性) (django.views.generic.list.MultipleObj ... auth.backends のクラス) ALLOWED_HOSTS setting allowlist (EmailValidator の属性) alter_db_table() (BaseData ... (django.apps のクラス) APPEND_SLASH setting appendlist() (QueryDict のメソッド) AppRegistryNotReady apps ...
https://man.plustar.jp/django/genindex.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 6899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to Page objects. カスタマイズ例 ¶ Give Paginator a list of objects, plus the number of items you'd like to ... e ( 1 ) >>> page1 <Page 1 of 2> >>> page1 . object_list ['john', 'paul'] >>> page2 = p . page ( 2 ) >>> pa ... ge2 . object_list ['george', 'ringo'] >>> page2 . has_next () False ... のよい count() メソッドを利用できます。 Paginating a ListView ¶ django.views.generic.list.ListView provides ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ster "actions" -- functions that get called with a list of objects selected on the change list page. If yo ... u look at any change list in the admin, you'll see this feature in action; D ... on to find out how to add your own actions to this list. Writing actions ¶ The easiest way to explain acti ... By default, this action would appear in the action list as "Make published" -- the function name, with und ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
設定 — Django 4.0.6 ドキュメント 6784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , especially when the default value is a non-empty list or dictionary, such as STATICFILES_FINDERS . Make ... ass name. ADMINS ¶ デフォルト値: [] (空のリスト) A list of all the people who get code error notifications ... ed in the request/response cycle. Each item in the list should be a tuple of (Full name, email address). E ... _TRUSTED_ORIGINS ¶ デフォルト値: [] (空のリスト) A list of trusted origins for unsafe requests (e.g. POST ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ] . The old way, which treats request.context as a list of contexts, one for each rendered template in the ... o's admin interface: Editable fields on the change list ¶ You can now make fields editable on the admin li ... st views via the new list_editable admin option. These fields will show up a ... s form widgets on the list pages, and can be edited and saved in bulk. Admin ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT