検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 47 for doing (0.007 sec.)
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and defer() after values() doesn't make sense, so doing so will raise a TypeError . Combining transforms a ... onnects from the primary model to the related one, doing so will result in an error. 注釈 The defer() metho ... st, iterator() will read results directly, without doing any caching at the QuerySet level (internally, the ... model object into memory. For example, instead of doing this: e = Entry . objects . get ( id = 10 ) e . co ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 7570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le, removing e from b.entry_set() is equivalent to doing e.blog = None , and because the blog ForeignKey do ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 7570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xample is a bit contrived since it's equivalent to doing: get_object_or_404 ( Book , title__startswith = 'M ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (RFC 2045), so we have to # accommodate that when doing comparisons. header_names = [ key . lower () for k ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Coding style — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... formatting methods are preferred. Don't waste time doing unrelated refactoring of existing code to adjust t ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n even more flexible (but more heavyweight) way of doing this would be to use Django's template system. Ass ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NULL . In such cases the new algorithm will end up doing an INSERT even when a row exists in the database. ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th strings, it will convert them to strings before doing anything else. So, as a general rule, if you pass ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e connection object when calling sync_to_async() . Doing so will trigger the thread safety checks: # DJANGO ...
https://man.plustar.jp/django/topics/async.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can usually figure out which package to install by doing a web search for the last line or so of the error ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
PREV 1 2 3 4 5 NEXT