検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 30 for rows (0.057 sec.)
アグリゲーション — Django 4.0.6 ドキュメント 7456
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... more efficient to use QuerySet.filter() to exclude rows. The aggregation filter argument is only useful wh ... ether and they can make otherwise identical result rows appear to be separate. This shows up, particularly ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... project and app templates instead! Support for in-browser testing frameworks (like Selenium ). ... and a w ... problems, there's a helpful FAQ . Support for in-browser testing frameworks ¶ Django 1.4 supports integra ... tion with in-browser testing frameworks like Selenium . The new djang ... a SELECT ... FOR UPDATE SQL query. This will lock rows until the end of the transaction, meaning other tr ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rue tells the database to ignore failure to insert rows that fail uniqueness constraints or other checks. ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 7245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ould not override get_queryset() to filter out any rows. If you do so, Django will return incomplete resul ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 7245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s = { 'name' : Textarea ( attrs = { 'cols' : 80 , 'rows' : 20 }), } The widgets dictionary accepts either ... s = { 'name' : Textarea ( attrs = { 'cols' : 80 , 'rows' : 20 })}) Enabling localization for fields with l ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7132
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.auth.forms for better interaction with browser password managers. createsuperuser now falls bac ... rts headless mode for selenium tests on supported browsers. Add the --headless option to enable this mode. ... d to can_return_columns_from_insert and can_return_rows_from_bulk_insert . Database functions now handle d ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7132
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test client. However, instead of behaving like a browser, the RequestFactory provides a way to generate a ... 't the same as after a TestCase : it's missing the rows created by listeners to post_migrate . Considering ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gAgg aggregates will return None when there are no rows instead of [] , [] , and '' respectively. The USE_ ... more details on these changes. django.contrib.databrowse will be removed. django.contrib.localflavor will ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 7034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o is use the historical model and iterate over the rows: from django.db import migrations def combine_name ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his example, we have both the alternating odd/even rows and a "major" row every fifth row. Only the five-r ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
PREV 1 2 3 NEXT