検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 145 for Case (0.077 sec.)
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release would not include new features, but in the case of Django 1.2.2, we have made an exception to this ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n-transactional databases or inside TransactionTestCase unless specifically requested . It is not advised ... and error-prone, since the burden of handling edge cases fell on the user. The new add_error() method allo ... blank option "----------" will be omitted in this case. MultiValueField allows optional subfields by sett ... to handle instances of ValidationError . Most use-cases that warranted using these private APIs are now c ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Fixed a crash when using an __in lookup inside a Case expression ( #26071 ). Fixed a crash when using a ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ompared equal to an existing user email when lower-cased for comparison, an attacker could be sent a passw ... mail using the stricter, recommended algorithm for case-insensitive comparison of two identifiers from Uni ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou know that you won't need (or won't need in most cases) to avoid loading them. Note that if you do use t ... ethod , so make sure it's appropriate for your use case. Update in bulk ¶ When updating objects, where pos ... ethod , so make sure it's appropriate for your use case. Insert in bulk ¶ When inserting objects into Many ... ethod , so make sure it's appropriate for your use case. Remove in bulk ¶ When removing objects from ManyT ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d by the name of the app ("sessions") and the lowercase name of the model ("session") separated by a dot. ... use difficulty in some circumstances. Consider the case of a list of objects that have a foreign key refer ... he fixture will have no effect. In the more likely case that they don't match, the fixture loading will fa ... Person with a get_by_natural_key() method. In the case of a Person, a good natural key might be the pair ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Signals — Django 4.0.6 ドキュメント 5948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... id -- A unique identifier for a signal receiver in cases where duplicate signals may be sent. See Preventi ... change those keyword arguments at any time. In the case of request_finished , it's documented as sending n ... -- just when one specific model is saved. In these cases, you can register to receive signals sent only by ... particular senders. In the case of django.db.models.signals.pre_save , the sender ...
https://man.plustar.jp/django/topics/signals.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... verted by setting inverse_match to True , in which case the ValidationError is raised when a match is foun ... in allowed_extensions . The extension is compared case-insensitively with allowed_extensions . 警告 Don't ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 5818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ompared equal to an existing user email when lower-cased for comparison, an attacker could be sent a passw ... mail using the stricter, recommended algorithm for case-insensitive comparison of two identifiers from Uni ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ため、利便性のためにこのようになっています。 iexact case-insensitive なマッチを行います。したがって、次のク ... いうタイトルを持つ Blog にもマッチします。 contains case-sensitive な部分一致テストを行います。たとえば、 E ... honored' にはマッチしないことに注意してください。 case-insensitive バージョンの icontains もあります。 st ... それぞれ starts-with と ends-with 検索を行います。case-insensitive バージョン istartswith と iendswith も ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT