検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 137 for allow (0.089 sec.)
国際化とローカル化 — Django 4.0.6 ドキュメント 5562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oal of internationalization and localization is to allow a single web application to offer its content in l ...
https://man.plustar.jp/django/topics/i18n/index.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ag whilst at the same time overriding it. This can allow you to make small customizations without needing t ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se a different encoding. Recent versions of Python allow setting the PYTHONUTF8 environment variable in ord ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "author first name" column in the list display and allows sorting it by first name: class Blog ( models . M ... pty strings and nulls, depending on what the field allows to store: class BookAdmin ( admin . ModelAdmin ): ... in. sortable_by ¶ By default, the change list page allows sorting by all model fields (and callables that u ... formset ( request , ** kwargs ) ModelAdmin. lookup_allowed ( lookup , value ) ¶ The objects in the changeli ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions = None , hints = None , elidable = False ) ¶ Allows running of arbitrary SQL on the database - useful ... ion is irreversible. The state_operations argument allows you to supply operations that are equivalent to t ... ョンの hints 引数はデータベースルータオブジェクトの allow_migrate() メソッドに **hints として渡されてルーティ ... ーティングの決定を補助するためにデータベースルータの allow_migrate() メソッドに **hints として渡されます。デー ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew in Django 4.0. Positional argument *expressions allows creating functional unique constraints on express ... the covering unique index as non-key columns. This allows index-only scans to be used for queries that sele ... 'room' , 'date' ], include = [ 'full_name' ]) will allow filtering on room and date , also selecting full_n ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew in Django 3.2. Positional argument *expressions allows creating functional indexes on expressions and da ... ded in the covering index as non-key columns. This allows index-only scans to be used for queries that sele ... s = [ 'headline' ], include = [ 'pub_date' ]) will allow filtering on headline , also selecting pub_date , ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スを使ったビュー ¶ Django 1.3 adds a framework that allows you to use a class as a view. This means you can ... e tags: The include tag now accepts a with option, allowing you to specify context variables to the include ... mplate The include tag now accepts an only option, allowing you to exclude the current context from the inc ... luded context The with tag now allows you to define multiple context variables in a sin ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t didn't already have a session record. This could allow an attacker to easily create many new session reco ... fetch_related() after deleting objects ( #24831 ). Allowed using choices longer than 1 day with DurationFie ... icRelation with a related_query_name ( #24940 ). Reallowed non-ASCII values for ForeignKey.related_name on ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.test.TestCase disables the durability check to allow testing durable atomic blocks in a transaction for ... his captures your on_commit() callbacks in a list, allowing you to make assertions on them, or emulate the ... c() decorator is nested, it creates a savepoint to allow partial commit or rollback. You're strongly encour ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT