検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 257 for all (0.054 sec.)
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... グが修正される。 Older version of Django will eventually no longer receive security updates. (see サポート ... han one feature version (e.g. 2.0 to 2.2), it's usually easier to upgrade through each feature release in ... crementally (2.0 to 2.1 to 2.2) rather than to make all the c ... インストール ¶ Once you're ready, it is time to install the new Django version . If you are using a virtua ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » Date-based mixins ¶ 注釈 All the date formatting attributes in these mixins use ... e an Http404 exception, depending on the values of allow_empty and allow_future . get_previous_year ( dat ... e an Http404 exception, depending on the values of allow_empty and allow_future . MonthMixin ¶ class Mont ... e an Http404 exception, depending on the values of allow_empty and allow_future . get_previous_month ( da ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.views.generic.base.ContextMixin メソッドと属性 allow_empty ¶ 有効なオブジェクトが 1 つもない場合にペー ... el = Foo と指定することは、 queryset = Foo.objects.all() の効率的な書き方で、 objects は Foo の デフォルト ... 用する際には注意が必要です。この属性を使用する際は、 all() メソッドを呼び出すか、内部で複製処理を行う get_q ... et_paginator ( queryset , per_page , orphans = 0 , allow_empty_first_page = True ) ¶ Returns an instance ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st of values. For example, if you want to annotate all related books to an author as JSON objects: >>> fr ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | next » PostgreSQL specific database functions ¶ All of these functions are available from the django.c ... ostgreSQL < 13, the pgcrypto extension must be installed. You can use the CryptoExtension migration opera ... tion to install it. Usage example: >>> from django.contrib.postgre ... e current statement. Note that only the outermost call to atomic() sets up a transaction and thus sets th ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oesNotExist will catch DoesNotExist exceptions for all models. See get() . EmptyResultSet ¶ exception Emp ... will catch MultipleObjectsReturned exceptions for all models. See get() . SuspiciousOperation ¶ exceptio ... kie. Subclasses of SuspiciousOperation include: DisallowedHost DisallowedModelAdminLookup DisallowedModel ... AdminToField DisallowedRedirect InvalidSessionKey RequestDataTooBig Su ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specific attributes. This means, for example, that all TextInput widgets will appear the same on your web ... rns False because browser validation would require all checkboxes to be checked instead of at least one. ... ックスがチェックされる必要がある場合は True を返す callable です。 Select ¶ class Select ¶ template_name : ... idgets/select_option.html' Similar to Select , but allows multiple selection: <select multiple>...</selec ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ations. However, it can sometimes be beneficial to allow decorators or middleware to modify a response af ... loading. SimpleTemplateResponse. add_post_render_callback () ¶ Add a callback that will be invoked after ... leTemplateResponse has already been rendered, the callback will be invoked immediately. When called, call ... rendered SimpleTemplateResponse instance. If the callback returns a value that is not None , this will b ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.11.27 リリースノート — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld . When using with ArrayField(BooleanField()) , all values after the first True value were marked as c ...
https://man.plustar.jp/django/releases/1.11.27.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Added missing items to django.utils.timezone.__all__ ( #21880 ). Fixed a field misalignment issue wit ... 4 ). Fixed an issue where lazy objects weren't actually marked as safe when passed through mark_safe() an ... ld end up being double-escaped ( #21882 ). Additionally, Django's vendored version of six, django.utils.s ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]