検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 41 for sequence (0.051 sec.)
GEOS API — Django 4.0.6 ドキュメント 13351
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omponent coordinates of the point or with a single sequence coordinates. For example, the following are equiva ... e instantiated by passing no arguments or an empty sequence. The following are equivalent: >>> pnt = Point () ... are instantiated using arguments that are either a sequence of coordinates or Point objects. For example, the ... objects may also be created by passing in a single sequence of coordinate or Point objects: >>> ls = LineStrin ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 12371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #28502 ). Django 1.11 inadvertently changed the sequence and trigger naming scheme on Oracle. This causes e ... e the upgrade script in #28451 comment 8 to update sequence and trigger names to use the pre-1.11 naming schem ... te , debug , technical , scheme , naming , Added , sequence クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
データベース — Django 4.0.6 ドキュメント 10910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. A SERIAL column is populated with values from a sequence that keeps track of the next available value. Manu ... auto-incrementing field doesn't update the field's sequence, which might later cause a conflict. For example: ... rname = 'alice' , pk = 1 ) <User: alice> >>> # The sequence hasn't been updated; its next value is 1. >>> User ... sts. If you need to specify such values, reset the sequence afterward to avoid reusing a value that's already ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 10180
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ructures.SortedDict can now be instantiated with a sequence of tuples. To update your code: Use django.utils.d ... sql_flush connection.ops.sql_flush backend.get_sql_sequence_reset connection.ops.sequence_reset_sql backend.ge ... sql connection.ops.field_cast_sql backend.get_drop_sequence connection.ops.drop_sequence_sql backend.OPERATOR_ ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 9683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cutemany() (and whether params is expected to be a sequence of values, or a sequence of sequences of values). ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 8952
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... string, but for iterators of strings. def compress_sequence ( sequence ): buf = StreamingBuffer () with GzipFi ... Output headers... yield buf . read () for item in sequence : zfile . write ( item ) data = buf . read () if d ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 8703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the example. items() is a method that returns a sequence or QuerySet of objects. The objects returned will ... ributes: items ¶ Required. A method that returns a sequence or QuerySet of objects. The framework doesn't care ... False . languages ¶ New in Django 3.2. Optional. A sequence of language codes to use for generating alternate ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 8703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplate_name The full name of a template to use or sequence of template names. If a sequence is given, the fir ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 8455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e partition_by argument accepts an expression or a sequence of expressions (column names should be wrapped in ... . The order_by argument accepts an expression or a sequence of expressions on which you can call asc() and des ... window frame, you can choose either a range-based sequence of rows or an ordinary sequence of rows. class Val ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 8455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in a foreign key constraint" crash on MySQL with a sequence of AlterField and/or RenameField operations in a m ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
PREV 1 2 3 4 5 NEXT