検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 126 for multiple (0.066 sec.)
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f <label> when using RadioSelect and CheckboxSelectMultiple with MultiWidget , the wrap_label context variable ... private API django.utils.http.is_safe_url() . The multiple attribute rendered by the SelectMultiple widget no ... w uses HTML5 boolean syntax rather than XHTML's multiple="multiple" . HTML rendered by form widgets no long ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
設定 — Django 4.0.6 ドキュメント 6424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... than the local memory cache, or you need to define multiple caches, other options will be required. The follow ... a parent of that path. This is useful if you have multiple Django instances running under the same hostname. ... master/slave by some databases) configurations of multiple databases. See the documentation on testing primar ... a parent of that path. This is useful if you have multiple Django instances running under the same hostname. ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 2.2.5 リリースノート — Django 4.0.6 ドキュメント 6424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for models to reallow use of the same db_table by multiple models when database routers are installed ( #3067 ...
https://man.plustar.jp/django/releases/2.2.5.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor, mark the returned data as safe. Can be called multiple times on a single string. """ if hasattr ( s , "__ ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st. If a pull request doesn't need to be merged as multiple commits, you can use GitHub's "Squash and merge" b ... one commit. Medium to large work may be split into multiple commits if it makes sense. Practicality beats puri ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atpage template. It can be associated with one, or multiple, sites. The content field may optionally be left b ... but if you're using the sites framework to manage multiple sites, it could be the ID of a different site. Add ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... but Django pretended it was. Fixed a regression in multiple-table inheritance exclude() queries ( #21787 ). Ad ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 4.0.4 release notes — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed a regression in Django 4.0 that caused ignoring multiple FilteredRelation() relationships to the same field ...
https://man.plustar.jp/django/releases/4.0.4.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . In this example, an Article can be published in multiple Publication objects, and a Publication has multipl ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing objects into ManyToManyFields , use add() with multiple objects to reduce the number of SQL queries. For e ... objects from ManyToManyFields , use remove() with multiple objects to reduce the number of SQL queries. For e ... ToManyFields , use delete() on a Q expression with multiple through model instances to reduce the number of SQ ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT