検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 219 for list (0.083 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 5530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... respectively. items() is, a method that returns a list of objects that should be included in the feed as ... is method will be called once per each item in the list returned by items() with the following keyword arg ... inally an items class attribute (which should be a list). We are using a template for the item description ... categories = ( "python" , "django" ) # Hard-coded list of categories. # COPYRIGHT NOTICE -- One of the fo ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango-admin help to display usage information and a list of the commands provided by each application. Run ... django-admin help --commands to display a list of all available commands. Run django-admin help < ... o display a description of the given command and a list of its available options. App names ¶ Many command ... s take a list of "app names." An "app name" is the basename of t ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... される予定なので気をつけてください。 ModelAdmin.get_list_select_related() が追加され、 admin changelist クエ ... Admin.empty_value_display が追加され、admin change list の中の空の値の表示を上書きすることができるようにな ... equired() accepts all kinds of iterables, not only list and tuples. The new PersistentRemoteUserMiddleware ... ts mixed migration plans. Mixed plans consist of a list of migrations where some are being applied and oth ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
FAQ: 助けを求める — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッションが行われています。 The django-users mailing list. This is for email-based discussions. The #django ... ください。 You might notice we have a second mailing list, called django-developers . This list is for discu ... ease don't email support questions to this mailing list. Asking a tech support question there is considere ... ge on the forum, IRC, or one of the public mailing lists. Django has a policy for handling security issues ...
https://man.plustar.jp/django/faq/help.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he STATICFILES_STORAGE after each run and passes a list of paths that have been found by the management co ... -style patterns 'CVS' , '.*' and '*~' . For a full list of options, refer to the commands own help by runn ... llectstatic --help Customizing the ignored pattern list ¶ The default ignored pattern list, ['CVS', '.*', ... ): ignore_patterns = [ ... ] # your custom ignore list findstatic ¶ django-admin findstatic staticfile [s ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from previous versions of Django should read that list carefully. One deprecated feature worth noting is ... this argument it is possible to save only a select list of model's fields. This can be useful for performa ... to connect to more than one signal by supplying a list of signals. In the admin, you can now filter users ... ing error messages from admin actions. The admin's list filters can now be customized per-request thanks t ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the fields in your form class. If field_order is a list of field names, the fields are ordered as specifie ... d by the list and remaining fields are appended according to the ... default order. Unknown field names in the list are ignored. This makes it possible to disable a f ... の該当フィールドの近くに検証エラーが <ul class="errorlist"> として含まれます。個別のエラーメッセージの表示位 ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 5446
" + 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_ ... () . subject 、 message 、 from_email 、 recipient_list の 4 つの引数は必須です。 subject : 文字列。 messa ... value of the DEFAULT_FROM_EMAIL setting. recipient_list : メールアドレスを表す文字列のリスト。 recipient_l ... ion if an error occurs. See the smtplib docs for a list of possible exceptions, all of which are subclasse ...
https://man.plustar.jp/django/topics/email.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he constructor creates several Select widgets in a list. The super() method uses this list to set up the w ... implementation of value_from_datadict() returns a list of values corresponding to each Widget . This is a ... option.html' Similar to Select , but rendered as a list of radio buttons within <div> tags: < div > < div ... tml' Similar to SelectMultiple , but rendered as a list of checkboxes: < div > < div >< input type = "chec ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a is serialized using json.dumps() if it's a dict, list, or tuple. Serialization is performed with DjangoJ ... になります。 >>> c = Client () >>> with open ( 'wishlist.doc' , 'rb' ) as fp : ... c . post ( '/customers/w ... ks for the given database connection. It returns a list that contains, on exit of the context, the capture ... d callback functions. From this list you can make assertions on the callbacks or call t ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT