検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 219 for list (0.055 sec.)
Mailing lists — Django 4.0.6 ドキュメント 6512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » Mailing lists ¶ 重要 セキュリティイシューは security @ djangopr ... を見てください。 Django has several official mailing lists on Google Groups that are open to anyone. django- ... 釈 If it's the first time you send an email to this list, your email must be accepted first so don't worry ... here. 注釈 Please make use of django-users mailing list if you want to ask for tech support, doing so in t ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 6356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... str ): raise TypeError ( '"to" argument must be a list or tuple' ) self . to = list ( to ) else : self . ... str ): raise TypeError ( '"cc" argument must be a list or tuple' ) self . cc = list ( cc ) else : self . ... str ): raise TypeError ( '"bcc" argument must be a list or tuple' ) self . bcc = list ( bcc ) else : self ... : raise TypeError ( '"reply_to" argument must be a list or tuple' ) self . reply_to = list ( reply_to ) el ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts must be passed as keyword arguments: dirs is a list of directories where the engine should look for te ... figure filesystem.Loader . It defaults to an empty list. app_dirs only affects the default value of loader ... dering non-HTML templates! context_processors is a list of dotted Python paths to callables that are used ... e merged into the context. It defaults to an empty list. See RequestContext for more information. debug is ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 6356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll be raised if more than one object is found. get_list_or_404() ¶ get_list_or_404 ( klass , * args , ** k ... ult of filter() on a given model manager cast to a list, raising Http404 if the resulting list is empty. R ... Manager or QuerySet instance from which to get the list. **kwargs Lookup parameters, which should be in th ... ts from MyModel : from django.shortcuts import get_list_or_404 def my_view ( request ): my_objects = get_l ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ailValidator ( message = None , code = None , allowlist = None ) [ソース] ¶ パラメータ: message -- None 以 ... ne 以外の場合、 code をオーバーライドします。 allowlist -- If not None , overrides allowlist . message ¶ T ... エラーコードです。デフォルトは "invalid" です。 allowlist ¶ Allowlist of email domains. By default, a regula ... sign. However, if that string appears in the allowlist , this validation is bypassed. If not provided, th ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m Django's setup.cfg ). Modify PASSWORD_HASHERS to list Argon2PasswordHasher first. That is, in your setti ... ordHasher' , ] Keep and/or add any entries in this list if you need Django to upgrade passwords . Using bc ... m Django's setup.cfg ). Modify PASSWORD_HASHERS to list BCryptSHA256PasswordHasher first. That is, in your ... ordHasher' , ] Keep and/or add any entries in this list if you need Django to upgrade passwords . That's i ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed></td></tr> <tr><th>Url:</th><td><ul class="errorlist"><li>Enter a valid URL.</li></ul><input type="url" ... /td></tr> <tr><th>Comment:</th><td><ul class="errorlist"><li>This field is required.</li></ul><input type= ... ring. Validates that the given value exists in the list of choices. Error message keys: required , invalid ... addition to during rendering. Defaults to an empty list. DateField ¶ class DateField ( ** kwargs ) ¶ デフォ ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of your apps or in other static assets directories listed in STATICFILES_DIRS , and will be served at STAT ... Support for lookups spanning relations in admin's list_filter . Support for HttpOnly cookies. mail_admins ... l field or relation -- not just those specified in list_filter -- via query string manipulation. Due to se ... admin must be for fields or relations specified in list_filter or date_hierarchy . Deleting a model doesn' ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , which renders a "detail" view of an object, and ListView , which will render a list of objects, typical ... date views, and _confirm_delete for delete views.) ListView : Django の複数のオブジェクトを対象とするビュー ...Lists of objects follow roughly the same pattern: we ne ... ed a (possibly paginated) list of objects, typically a QuerySet , and then we nee ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6157
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {{ section.title }} </ h1 > {% for story in story_list %} < h2 > < a href = " {{ story.get_absolute_url } ... tain spaces must be quoted; for example, to join a list with commas and spaces you'd use {{ list|join:", " ... ngth of the value. This works for both strings and lists. For example: {{ value | length }} If value is [' ... see the built-in filter reference for the complete list. You can also create your own custom template filt ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT