検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 30 for rows (0.103 sec.)
データベース — Django 4.0.6 ドキュメント 7668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trieved. PostgreSQL's assumptions on the number of rows retrieved for a cursor query is controlled with th ... , 'def' and you query for WHERE mycolumn=0 , both rows will match. Similarly, WHERE mycolumn=1 will match ... rieve the value of an AutoField when inserting new rows. This behavior may result in a DatabaseError in ce ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 7668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stopped the shift-key modifier selecting multiple rows in the admin changelist ( #32647 ). Fixed a bug in ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ErrorList ( #23594 ). Made the admindocs view to browse view details check if the view specified in the U ... ield to prevent an IntegrityError on existing NULL rows ( #23609 ). Fixed generic relations in ModelAdmin. ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on PostgreSQL without verifying that all existing rows satisfy the new constraint. The new ValidateConstr ... prevent cross-origin popups from sharing the same browsing context. You can prevent this header from being ... er sets the X-XSS-Protection header if the SECURE_BROWSER_XSS_FILTER setting is True . The setting is remo ... ved. Most modern browsers don't honor the X-XSS-Protection HTTP header. Y ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 得られます: def dictfetchall ( cursor ): "Return all rows from a cursor as a dict" columns = [ col [ 0 ] for ... ple def namedtuplefetchall ( cursor ): "Return all rows from a cursor as a namedtuple" desc = cursor . des ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 7456
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase. Note this means that if you change one of the rows created by a fixture and then run loaddata again, ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 7456
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... condition to restrict a constraint to a subset of rows. For example, condition=Q(cancelled=False) . These ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 7456
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ble and needs a default value to put into existing rows. It does not affect the behavior of setting defaul ... one and needs a default value to put into existing rows. It does not affect the behavior of setting defaul ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 7456
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y large and your queries mostly target a subset of rows, it may be useful to restrict an index to that sub ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7456
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncludes a dark theme that is enabled according to browser settings. See Theming support for more details. ... ring weaker locks that don't block the creation of rows that reference locked rows through a foreign key. ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
PREV 1 2 3 NEXT