検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 149 for possible (0.069 sec.)
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... clarify how that is done. In this case it would be possible to use a super() call in the from_db() method. デー ... E trigger which returns NULL . In such cases it is possible to revert to the old algorithm by setting the sele ... ack to doing an UPDATE . Or vice-versa: update, if possible, but not insert a new row. In these cases you can ... ss however, it is not practical to account for all possible inheritance structures. In more complex cases you ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rough the HttpRequest.body attribute instead. It's possible that a request can come in via POST with an empty ... eading from an HttpRequest instance. This makes it possible to consume an incoming request in a streaming fash ... . 警告 Before the 5th edition of ECMAScript it was possible to poison the JavaScript Array constructor. For th ... which removes this attack vector. Therefore it is possible to disable this security precaution. Changing the ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... We've done our best to make Django 1.0 as solid as possible, but unfortunately there are a couple of issues th ... s ¶ Django attempts to support as many features as possible on all database backends. However, not all databas ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to do CSRF checks with the test client, it is now possible to do so. 目次 Django 1.2.2 release notes One new ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cover some of the new features in depth. Wherever possible these features have been introduced in a backwards ... . Backwards-incompatible changes in 1.2 ¶ Wherever possible the new features above have been introduced in a b ... ld definitions to use the new prototype as soon as possible. If your get_db_prep_*() methods made no use of th ... _required and user_passes_test . Previously it was possible to use these decorators both on functions (where t ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erySet.update() . Similarly, do bulk deletes where possible. Note, however, that these bulk update methods can ... nts. Create in bulk ¶ When creating objects, where possible, use the bulk_create() method to reduce the number ... ase. Update in bulk ¶ When updating objects, where possible, use the bulk_update() method to reduce the number ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ways of approaching things, but just because it's possible to do something in a certain way doesn't mean that ... before they are instantiated, or even before it's possible to instantiate them. This has numerous uses. For e ... icient, but the maintainers can't anticipate every possible use-case - so while being aware that newer version ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... used for sending Django data over a wire, but it's possible for a serializer to handle any format (text-based ... pending on your model, you may find that it is not possible to deserialize a model that only serializes a subs ... e . Dependencies during serialization ¶ It's often possible to avoid explicitly having to handle forward refer ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -based field has null=True , that means it has two possible values for "no data": NULL , and the empty string. ... In most cases, it's redundant to have two possible values for "no data;" the Django convention is to ... tegerField ( choices = Suit . choices ) It is also possible to make use of the Enum Functional API with the ca ... vel cascade options may be implemented later . The possible values for on_delete are found in django.db.models ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
設定 — Django 4.0.6 ドキュメント 5692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onal databases may also be specified. The simplest possible settings file is for a single-database setup using ... time arithmetic more tricky — you must account for possible offset changes over DST transitions. Consider conv ... ypically perform deep request inspection, it's not possible to perform a similar check at that level. See also ... ypically perform deep request inspection, it's not possible to perform a similar check at that level. DATABASE ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT