検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 133 for attribute (0.075 sec.)
Date-based mixins — Django 4.0.6 ドキュメント 6924
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » Date-based mixins ¶ 注釈 All the date formatting attributes in these mixins use strftime() format characters. ... sources, in order: The value of the YearMixin.year attribute. The value of the year argument captured in the UR ... urces, in order: The value of the MonthMixin.month attribute. The value of the month argument captured in the U ... g sources, in order: The value of the DayMixin.day attribute. The value of the day argument captured in the URL ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 6839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f this mixin have access to the model and queryset attributes, describing the type of object that the ModelForm ... ing. If you specify both the fields and form_class attributes, an ImproperlyConfigured exception will be raised ... his is interpreted the same way as the Meta.fields attribute of ModelForm . This is a required attribute if you ... s automatically (e.g. using model ). Omitting this attribute will result in an ImproperlyConfigured exception. ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with a value of None . Instead, set the __empty__ attribute on the class: class Answer ( models . IntegerChoic ... ngo will automatically create it using the field's attribute name, converting underscores to spaces. See Verbos ... You'll most likely want to use the convenience url attribute provided by Django. For example, if your ImageFiel ... r the file's size, you could use the name and size attributes respectively; for more information on the availab ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e adding and db flags in the new instance's _state attribute. 以下はデータベースから読みだされたフィールドの初期 ... cremented value will be calculated and saved as an attribute on your object the first time you call save() : >> ... ve a property called pk . It behaves like a normal attribute on the model, but is actually an alias for whichev ... er attribute is the primary key field for the model. You can re ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reliable: any middleware that accessed the content attribute would consume the iterator prematurely. You can no ... onse class. This class exposes a streaming_content attribute which is an iterator. Since StreamingHttpResponse ... does not have a content attribute, middleware that needs access to the response cont ... el, without caring for syntax differences (spaces, attribute order, etc.). RemoteUserMiddleware now forces logo ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the admin requires that the user has the is_staff attribute set to True . Finally, determine which of your app ... r is equivalent to setting the empty_value_display attribute on the display function directly in previous versi ... ons. Setting the attribute directly is still supported for backward compatibi ... tor is equivalent to setting the short_description attribute on the display function directly in previous versi ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ariable resolution process if it was retrieved via attribute lookup. This was an inconsistency that could resul ... views.generic.simple Test client response template attribute ¶ Django's test client returns Response objects an ... go versions prior to 1.3, this included a template attribute containing information about templates rendered in ... values (sometimes a list, sometimes not) made the attribute difficult to work with. In Django 1.3 the template ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efault admin site . The new ModelAdmin.sortable_by attribute and ModelAdmin.get_sortable_by() method allow limi ... ted in the change list page. The admin_order_field attribute for elements in ModelAdmin.list_display may now be ... he widget for ImageField now renders with the HTML attribute accept="image/*" . 国際化 (internationalization) ¶ ... the wrap_label context variable now appears as an attribute of each option. For example, in a custom input_opt ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... UTO_FIELD setting and AppConfig.default_auto_field attribute. No more needing to override primary keys in all m ... se the @property decorator when needing to specify attributes on the custom method. Prior to this it was necess ... ty() function instead after assigning the required attributes to the method. Using decorators has the advantage ... ey are merely a convenience and still set the same attributes on the functions under the hood. マイナーな機能 ¶ ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d() or HttpRequest.readline() . Accessing the body attribute after reading the request with either of these I/O ... fix portion and a path info portion. The path_info attribute always contains the path info portion of the path, ... LT_CHARSET setting is used). You can write to this attribute to change the encoding used when accessing the for ... m data. Any subsequent attribute accesses (such as reading from GET or POST ) will ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT