検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 30 for rows (0.027 sec.)
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 14962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . desc () バージョン 4.0 で非推奨: If there are no rows and default is not provided, ArrayAgg returns an e ... e } ]}] > バージョン 4.0 で非推奨: If there are no rows and default is not provided, JSONBAgg returns an e ... rdering . バージョン 4.0 で非推奨: If there are no rows and default is not provided, StringAgg returns an ... a float , or default if there aren't any matching rows. CovarPop ¶ class CovarPop ( y , x , sample = Fals ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 11258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... STINCT in its SQL query. This eliminates duplicate rows from the query results. By default, a QuerySet wil ... l not eliminate duplicate rows. In practice, this is rarely a problem, because si ... on't introduce the possibility of duplicate result rows. However, if your query spans multiple tables, it' ... cted columns and they may make otherwise duplicate rows appear to be distinct. Since the extra columns don ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 10527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rgument takes a Q object that's used to filter the rows that are aggregated. See Conditional aggregation a ... ow ¶ To prevent a subquery from returning multiple rows, a slice ( [:1] ) of the queryset is used: >>> sub ... an F -object) that control the partitioning of the rows. Partitioning narrows which rows are used to compu ... ssion is applied. For example, if you sum over the rows in a partition, the first result is the value of t ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 9780
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nstraints without enforcing validation on existing rows. This option is useful if you want to skip the pot ... gthy scan of the table to verify that all existing rows satisfy the constraint. To validate check constrai ... , but avoids validating the constraint on existing rows. class ValidateConstraint ( model_name , name ) ¶ ... d validates the given check constraint on existing rows. 注釈 AddConstraintNotValid and ValidateConstraint ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 9032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eams a large CSV file.""" # Generate a sequence of rows. The range is based on the maximum number of # row ... a single sheet in most spreadsheet # applications. rows = ([ "Row {} " . format ( idx ), str ( idx )] for ... pResponse ( ( writer . writerow ( row ) for row in rows ), content_type = "text/csv" , headers = { 'Conten ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 8610
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omputing the rank of elements or the Ntile of some rows. CumeDist ¶ class CumeDist ( * expressions , ** ex ... umulative distribution is defined as the number of rows preceding or peered with the current row divided b ... y the total number of rows in the frame. DenseRank ¶ class DenseRank ( * expr ... * extra ) ¶ Calculates a partition for each of the rows in the frame clause, distributing numbers as evenl ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 8188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unique non-nullable field to a table with existing rows will raise an error because the value used to popu ... late existing rows is generated only once, thus breaking the unique c ... int until we've populated unique values on all the rows. In the first empty migration file, add a RunPytho ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 8090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mber input type with localized numbers in current browsers, Django only uses it when numeric fields are no ... ion was changed to immediately convert all fetched rows to Model objects. In Django 1.5 and earlier the fe ... tched rows were converted to Model objects in chunks of 100. ... Existing code will work, but the amount of rows converted to objects might change in certain use c ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 8090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e, a CharField with blank=True didn't set existing rows to an empty string which resulted in a crash when ... ing order_with_respect_to to a table with existing rows ( #23983 ). Restored the pre_migrate signal if all ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eter of QuerySet.iterator() controls the number of rows fetched by the Python database client when streami ... , supported on PostgreSQL and Oracle, to lock only rows from specific tables rather than all selected tabl ... d to customize the DatabaseOperations.window_start_rows_start_end() and/or window_start_range_start_end() ... the database, QuerySet.iterator() now fetches 2000 rows at a time instead of 100. The old behavior can be ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PREV 1 2 3 NEXT