検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 572 for up (0.153 sec.)
Date-based mixins — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Date-based mixins ¶ 注釈 All the date for ... if your week starts on Monday. New in Django 3.2: Support for the '%V' week format was added. week ¶ Opt ... of objects to display on the page. When time zone support is enabled and date_field is a DateTimeField , ... ain the list of objects that the view is operating upon, and self.date_list will contain the list of dat ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Multiple object mixins ¶ MultipleObjectMi ... e_queryset ( queryset , page_size ) ¶ Returns a 4-tuple containing ( paginator , page , object_list , is ... te-based response rendering for views that operate upon a list of object instances. Requires that the vi ... クト , objects , mixins , context クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » PostgreSQL specific aggregation functions ... ndicates descending order) or an expression (or a tuple or list of strings and/or expressions) that spec ... . You can query the result using key and index lookups . distinct ¶ New in Django 3.2. An optional boole ... ndicates descending order) or an expression (or a tuple or list of strings and/or expressions) that spec ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » django-admin と manage.py ¶ django-admin ... ying debug output ¶ Use --verbosity , where it is supported, to specify the amount of notification and d ... es to .mo files for use with the built-in gettext support. See 国際化とローカル化 . --locale LOCALE , -l ... alization format of the output. Defaults to JSON. Supported formats are listed in Serialization formats ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django の例外 ¶ Django は普通の Python の ... but it might be useful for implementing custom lookups and expressions. FieldDoesNotExist ¶ exception Fi ... on include: DisallowedHost DisallowedModelAdminLookup DisallowedModelAdminToField DisallowedRedirect Inv ... conf cannot be identified based on the parameters supplied. データベースの例外 ¶ データベースの例外は dj ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ウィジェット ¶ ウィジェットは、Django が ... a widget as HTML, it only renders very minimal markup - Django doesn't add class names, or any other wid ... comment" required></td></tr> On a real web page, you probably don't want every widget to look the same. ... ent = forms . CharField () name . widget . attrs . update ({ 'class' : 'special' }) comment . widget . a ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Paginator — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Paginator ¶ Django provides a few classes ... ectly. Paginator. object_list ¶ Required. A list, tuple, QuerySet , or other sliceable object with a cou ... ト , list , pages , items , range クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » リクエストとレスポンスのオブジェクト ¶ 簡 ... he portion of the URL after the host name is split up into a script prefix portion and a path info porti ... = "POST" (see HttpRequest.method ). POST には file-upload の情報が含まれ ません 。詳しくは FILES をご覧く ... t. FILES ¶ A dictionary-like object containing all uploaded files. Each key in FILES is the name from th ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.9 リリースノート ¶ December 1, 2 ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... ult value. The BCryptSHA256PasswordHasher will now update passwords if its rounds attribute is changed. ... cation warning in older versions and is no longer supported in Django 1.9). The permission argument of p ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » クラスベースのビューでフォームを扱う ¶ フ ... turn an HttpResponse. form . send_email () return super () . form_valid ( form ) メモ: FormView は Templ ... en need to provide a success_url for CreateView or UpdateView - they will use get_absolute_url() on the ... iews.generic.edit import CreateView , DeleteView , UpdateView from myapp.models import Author class Auth ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]