検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 438 for For (0.134 sec.)
django.utils.translation — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "get_language_info" , "get_language_bidi" , "check_for_language" , "to_language" , "to_locale" , "templat ... he function with setattr will have a noticeable performance effect, as access to the function goes the no ... reloader import ( translation_file_changed , watch_for_translation_changes , ) autoreload_started . conne ... ct ( watch_for_translation_changes , dispatch_uid = "translation_ ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
FAQ: 助けを求める — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ャンネルの一つにそれを投稿してみてください。 Django Forum の "Using Django" セクションです。こちらはウェブ ... れています。 The django-users mailing list. This is for email-based discussions. The #django IRC channel o ... n the Libera.Chat IRC network. This is for chat-based discussions. If you're new to IRC, see ... the Libera.Chat documentation for different ways to connect. In all these channels p ...
https://man.plustar.jp/django/faq/help.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tic command when static files change, then arrange for the collected static files directory ( STATIC_ROOT ... ver -- i.e., one that's not also running Django -- for serving static files. This server often runs a dif ... roblems of serving static files and can often make for faster-loading web pages (especially when using a ... y have to change your STATICFILES_STORAGE setting. For details on how you'd write one of these backends, ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 paginator_class ¶ The paginator class to be used for pagination. By default, django.core.paginator.Pagi ... , you will also need to provide an implementation for get_paginator() . context_object_name ¶ Designates ... eturns the number of items to paginate by, or None for no pagination. By default this returns the value o ... ue ) ¶ Returns an instance of the paginator to use for this view. By default, instantiates an instance of ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Paginator — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . These classes live in django/core/paginator.py . For examples, see the Pagination topic guide . Paginat ... iceable object with a count() or __len__() method. For consistent pagination, QuerySet s should be ordere ... tead of leaving the items on a page by themselves. For example, with 23 items, per_page=10 , and orphans= ... mined by the on_ends argument which defaults to 2. For example, with the default values for on_each_side ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 1.11.27 リリースノート — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 19844: Potential account hijack via password reset form ¶ By submitting a suitably crafted email address ... d equal to an existing user email when lower-cased for comparison, an attacker could be sent a password r ... eset token for the matched account. In order to avoid this vulner ... ed email using the stricter, recommended algorithm for case-insensitive comparison of two identifiers fro ...
https://man.plustar.jp/django/releases/1.11.27.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llowing a regression in Django 1.10, AuthenticationForm to raise the inactive user error when using Model ... Backend ( #28645 ). Added support for QuerySet.values() and values_list() for union() , ... first or nulls_last ( #28848 ). Made query lookups for CICharField , CIEmailField , and CITextField use a ... 28702 ). Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses mul ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... validates the provided value using URLValidator before displaying the clickable link. You may customize ... o AdminURLFieldWidget.__init__() , e.g. when using formfield_overrides . Patched bundled jQuery for CVE-2 ... 019-11358: Prototype pollution ¶ jQuery before 3.4.0, mishandles jQuery.extend(true, {}, ...) be ... used by the Django admin has been patched to allow for the select2 library's use of jQuery.extend() . 目次 ...
https://man.plustar.jp/django/releases/2.1.9.html - [similar]
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 3715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 19844: Potential account hijack via password reset form ¶ By submitting a suitably crafted email address ... d equal to an existing user email when lower-cased for comparison, an attacker could be sent a password r ... eset token for the matched account. In order to avoid this vulner ... ed email using the stricter, recommended algorithm for case-insensitive comparison of two identifiers fro ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 3698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . See Transaction pooling and server-side cursors for more discussion. Bugfixes ¶ Made migrations respec ... xed change password link in the contrib.auth admin for el , es_MX , and pt translations ( #28100 ). Resto ... 09 ). Fixed a regression causing incorrect queries for __in subquery lookups when models use ForeignKey.t ... irectory_index() ( #28122 ). Fixed a regression in formset min_num validation with unchanged forms that h ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]