検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 61 for limit (0.066 sec.)
Django 1.4.9 release notes — Django 4.0.6 ドキュメント 7291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... assword hashers ¶ Django 1.4.8 imposes a 4096-byte limit on passwords in order to mitigate a denial-of-serv ...
https://man.plustar.jp/django/releases/1.4.9.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ては、 QuerySet は SELECT 句、フィルターは WHERE や LIMIT のような絞り込みに用いる句に対応しています。 モデル ... 特定の要素数に制限することができます。これは SQL の LIMIT と OFFSET 句に対応します。 たとえば、次のコードは最 ... 初の5つのオブジェクトを返します ( LIMIT 5 )。 >>> Entry . objects . all ()[: 5 ] 次のコード ... 目から10番目までのオブジェクトを返します ( OFFSET 5 LIMIT 5 )。 >>> Entry . objects . all ()[ 5 : 10 ] 負のイ ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 7189
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rning out any individual Merger. There is no upper limit to the number of Mergers. It's not a requirement t ... ing out any individual Releaser. There is no upper limit to the number of Releasers. It's not a requirement ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django 1.5.5 release notes — Django 4.0.6 ドキュメント 7189
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... assword hashers ¶ Django 1.5.4 imposes a 4096-byte limit on passwords in order to mitigate a denial-of-serv ...
https://man.plustar.jp/django/releases/1.5.5.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7088
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s = 8 , end_cap_style = 1 , join_style = 1 , mitre_limit = 5.0 ) ¶ Same as buffer() , but allows customizin ... nd ( 1 ), mitre ( 2 ), or bevel ( 3 ). Mitre ratio limit ( mitre_limit ) only affects mitered join style. G ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 7088
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to 4326 (WGS 84). The fields option can be used to limit fields that will be present in the properties key, ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7088
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x_value and min_value error messages may contain %(limit_value)s , which will be substituted by the appropr ... iate limit. Similarly, the max_digits , max_decimal_places an ... x_value and min_value error messages may contain %(limit_value)s , which will be substituted by the appropr ... iate limit. Takes two optional arguments for validation: max_ ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 7001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pplication/octet-stream" RFC5322_EMAIL_LINE_LENGTH_LIMIT = 998 class BadHeaderError ( ValueError ): pass # ... en ( line . encode ()) > RFC5322_EMAIL_LINE_LENGTH_LIMIT for line in payload . splitlines () ) # Quoted-Pri ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 7001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0 ). Fixed a regression preventing a model field's limit_choices_to from being evaluated when a ModelForm i ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ered in the code supporting this: it only works in limited circumstances, and produces errors that are very ... sed the boolean value of max_num to determine if a limit was to be imposed on the number of generated forms ... default value of 0 meant that there was no default limit on the number of forms in a FormSet. Starting with ... d a value of 0 . A value of None indicates that no limit on the number of forms is to be imposed; a value o ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT