検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 56 for count (0.063 sec.)
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 6733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sliced QuerySet.distinct().order_by() followed by count() to crash ( #29108 ). Prioritized the datetime an ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #29725 ) that caused the inconsistent behavior of count() and exists() on a reverse many-to-many relations ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or example, this custom Manager adds a method with_counts() : from django.db import models from django.db.m ... e class PollManager ( models . Manager ): def with_counts ( self ): return self . annotate ( num_responses ... = Coalesce ( models . Count ( "response" ), 0 ) ) class OpinionPoll ( models . ... h this example, you'd use OpinionPoll.objects.with_counts() to get a QuerySet of OpinionPoll objects with t ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions of Django did not validate or limit the form-count data provided by the client in a formset's managem ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r of inline forms. Formsets now have a total_error_count() method. ModelForm fields can now override error ... ow also available on Oracle. The default iteration count for the PBKDF2 password hasher has been increased ... asswords will be upgraded to use the new iteration count as necessary. Backwards incompatible changes in 1. ... t_filters GET parameter. It's important that you account for that change if you have custom admin templates ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dress this issue. Bugfixes ¶ The default iteration count for the PBKDF2 password hasher has been increased ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion of database queries. For example, wrappers can count queries, measure query duration, log queries, or e ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me: TM_WORLD_BORDERS-0.3 Geometry: Polygon Feature Count: 246 Extent: (-180.000000, -90.000000) - (180.0000 ... me: TM_WORLD_BORDERS-0.3 Geometry: Polygon Feature Count: 246 Extent: (-180.000000, -90.000000) - (180.0000 ... s to the Django ORM. For example, you can find the country in the WorldBorder table that contains a particu ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tag restart from its first value when it's next encountered. debug ¶ Outputs a whole load of debugging inf ... える多くの変数が設定されています: 変数 説明 forloop.counter 現在のループカウンタ番号 ( 1 から順にカウント ) ... forloop.counter0 現在のループカウンタ番号 ( 0 から順にカウント ) ... forloop.revcounter 現在のループカウンタ値 ( 1 から順に、末尾からカウ ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uires a third-party library. The default iteration count for the PBKDF2 password hasher has been increased ... andalone scripts) to take FORCE_SCRIPT_NAME into account when it is set. バリデータ ¶ URLValidator now limi ... ize that a request body may be. File uploads don't count toward this limit. DATA_UPLOAD_MAX_NUMBER_FIELDS は ... your project's settings. The default value was '/accounts/logout/' . Objects with a close() method such as ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
PREV 1 2 3 4 5 6 NEXT