検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 35 for description (0.031 sec.)
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 14751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... have no accompanying patches or releases, only the description, disclosure and CVE will be listed. Issues under D ... ySet.annotate() , aggregate() , and extra() . Full description Django 4.0 (patch) Django 3.2 (patch) Django 2.2 ( ... ia QuerySet.explain(**options) on PostgreSQL. Full description Django 4.0 (patch) Django 3.2 (patch) Django 2.2 ( ... ¶ Possible XSS via {% debug %} template tag. Full description 影響を受けるバージョン ¶ Django 4.0 (patch) Django ...
https://man.plustar.jp/django/releases/security.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 13653
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itle = "Police beat site news" link = "/sitenews/" description = "Updates on changes and additions to police beat ... itle ( self , item ): return item . title def item_description ( self , item ): return item . description # item_ ... .contrib.syndication.views.Feed . title , link and description correspond to the standard RSS <title> , <link> an ... d <description> elements, respectively. items() is, a method that ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 9165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib import admin ... @admin . action ( description = 'Mark selected stories as published' ) def make_ ... the display() decorator to provide human-readable descriptions for callback functions registered there, too. Cha ... nged in Django 3.2: The description argument to the action() decorator is equivalent t ... o setting the short_description attribute on the action function directly in previ ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 8163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import models class HandField ( models . Field ): description = "A hand of cards (bridge style)" def __init__ ( ... n also allow users of the admin app to see a short description of the field type via the django.contrib.admindocs ... lication. To do this provide descriptive text in a description class attribute of your custom field. In the above ... example, the description displayed by the admindocs application for a HandF ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 8163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... her example: UniqueConstraint ( OpClass ( Upper ( 'description' ), name = 'text_pattern_ops' ), name = 'upper_des ... _unique' , ) creates a unique constraint on Upper('description') using text_pattern_ops . Changed in Django 4.0: ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 8115
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ールドセットは水平方向の追加的な余白が与えられます。 description A string of optional extra text to be displayed at ... し可能オブジェクトです。たとえば: @admin . display ( description = 'Name' ) def upper_case_name ( obj ): return ( " ... isplay = ( 'upper_case_name' ,) @admin . display ( description = 'Name' ) def upper_case_name ( self , obj ): ret ... irthday = models . DateField () @admin . display ( description = 'Birth decade' ) def decade_born_in ( self ): re ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " button. Please don't put the patch in the ticket description or comment unless it's a single line patch. Name t ... he .. deprecated:: A.B annotation. Include a short description and a note about the upgrade path if applicable. A ... dd a description of the deprecated behavior, and the upgrade path i ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.2 and will be removed in Django 1.4. There is a description of the API these loader classes must implement in ... e name of the template to use to render the feed's description and title elements (if you were not specifying the ... title_template and description_template attributes). You should ensure that you a ... lways specify title_template and description_template attributes, or provide item_title() and i ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 7685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo which has security implications, please send a description of the issue via email to security@djangoproject.c ... from Django's release team and consists of: A full description of the issue and the affected versions of Django. ...
https://man.plustar.jp/django/internals/security.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = "http://www.poynter.org/column.asp?id=31" , ... description = "A group blog by the sharpest minds in online me ... , ... link = "http://www.holovaty.com/test/" , ... description = "Testing." , ... ) >>> with open ( 'test.rss' , ... should provide write() . __init__ ( title , link , description , language = None , author_email = None , author_n ... e a sequence of strings. add_item ( title , link , description , author_email = None , author_name = None , autho ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 NEXT