検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 219 for list (0.135 sec.)
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = True ) >>> q . update ({ 'a' : '2' }) >>> q . getlist ( 'a' ) ['1', '2'] >>> q [ 'a' ] # returns the las ... r example: >>> q = QueryDict ( 'a=1&a=2&a=3' ) >>> list ( q . items ()) [('a', '3')] QueryDict. values () ... r example: >>> q = QueryDict ( 'a=1&a=2&a=3' ) >>> list ( q . values ()) ['3'] 加えて、 QueryDict は以下の ... utable even if the original was not. QueryDict. getlist ( key , default = None ) ¶ Returns a list of the d ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me is Doe. Dictionary lookup, attribute lookup and list-index lookups are implemented with a dot notation: ... {{ my_dict.key }} {{ my_object.attribute }} {{ my_list.0 }} If a variable resolves to a callable, the tem ... he using argument. select_template ( template_name_list , using = None ) ¶ select_template() は get_templa ... tance from which the exception originated. tried A list of sources that were tried when finding the templa ...
https://man.plustar.jp/django/topics/templates.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed() render_to_response() setup() リストのビュー ¶ List Views ¶ class ListView ¶ 属性 (と省略可能な継承元) ... iew() dispatch() get() get_context_data() get_date_list() get_dated_items() get_dated_queryset() get_pagin ... ld() ] extra_context http_method_names make_object_list [ get_make_object_list() ] model ordering [ get_or ... iew() dispatch() get() get_context_data() get_date_list() get_dated_items() get_dated_queryset() get_pagin ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y knife" of GIS data functionality. A subset of GDAL is the OGR Simple Features Library, which specializes ... layer: >>> layer . num_fields 4 fields ¶ Returns a list of the names of each of the fields in this layer: ... me', 'Population', 'Density', 'Created'] Returns a list of the data types of each of the fields in this la ... l', 'OFTReal', 'OFTDate'] field_widths ¶ Returns a list of the maximum field widths for each of the fields ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt = None , ordering = () , ** extra ) ¶ Returns a list of values, including nulls, concatenated into an a ... descending order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ... ordering of the elements in the result list. 例: 'some_field' '-some_field' from django.db.mod ... default is not provided, ArrayAgg returns an empty list instead of None . This behavior is deprecated and ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a new Feed.get_context_data() callback. The admin list columns have a column-<field_name> class in the HT ... dmin. The documentation contains a deployment checklist . The diffsettings command gained a --all option. ... a options. Fields included in the localized_fields list will be localized (by setting localize on the form ... e of iterables instead of requiring an iterable of lists or tuples. The reason phrase can be customized in ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using a language not in Django's default language list ( LANGUAGES ) ( #25915 ). Avoided hiding some exce ... 25922 ). Restored the functionality of the admin's list_editable add and change buttons ( #25903 ). Fixed ... 26016 ). Fixed a crash in QuerySet.values()/values_list() after an annotate() and order_by() when values() ... /values_list() includes a field not in the order_by() ( #25316 ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Use the new django.contrib.admin.RelatedOnlyFieldListFilter in ModelAdmin.list_filter to limit the list_ ... es. The rendering of non-field errors in unordered lists ( <ul> ) now includes nonfield in its list of cla ... empty_label argument, which will override the top list choice label when DateField is not required. After ... nationalization) ¶ FORMAT_MODULE_PATH can now be a list of strings representing module paths. This allows ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the class name. args : Positional arguments, as a list kwargs : Keyword arguments, as a dict These four v ... re lost after the first call to values() or values_list() . Writing a custom Manager was still necessary t ... h as creating instances of django.forms.utils.ErrorList or dealing with Form.cleaned_data . This new API r ... m.errors . Form.errors and django.forms.utils.ErrorList now store the ValidationError instances so these m ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ECKS setting in your project settings file. A full list of all checks that can be raised by Django can be ... cept an app_configs argument; this argument is the list of applications that should be inspected. If None ... ll receive a databases keyword argument. This is a list of database aliases whose connections may be used ... expansion. メッセージ ¶ The function must return a list of messages. If no problems are found as a result ...
https://man.plustar.jp/django/topics/checks.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT