検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 121 for related (0.048 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7744
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... declarations. async_support : Checks asynchronous-related configuration. caches : Checks cache related confi ... with version upgrades. database : Checks database-related configuration issues. Database checks are not run ... en calling the check command. files : Checks files related configuration. models : Checks of model, field, an ... d manager definitions. security : Checks security related configuration. signals : Checks on signal declarat ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.8.14 リリースノート — Django 4.0.6 ドキュメント 7695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sue and a bug in 1.8.13. XSS in admin's add/change related popup ¶ Unsafe usage of JavaScript's Element.inner ... HTML could result in XSS in the admin's add/change related popup. Element.textContent is now used to prevent ... go 1.8.14 リリースノート XSS in admin's add/change related popup Bugfixes 前のトピックへ Django 1.8.15 リリー ... .13 リリースノート 関連キーワード admin , change , related , popup , also , Element , Bugfixes , トピック , p ...
https://man.plustar.jp/django/releases/1.8.14.html - [similar]
Django 1.9.8 リリースノート — Django 4.0.6 ドキュメント 7583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... つかのバグを修正しました。 XSS in admin's add/change related popup ¶ Unsafe usage of JavaScript's Element.inner ... HTML could result in XSS in the admin's add/change related popup. Element.textContent is now used to prevent ... ngo 1.9.8 リリースノート XSS in admin's add/change related popup Bugfixes 前のトピックへ Django 1.9.9 リリース ... .9.7 リリースノート 関連キーワード admin , popup , related , change , 修正 , innerHTML , Element , also , tex ...
https://man.plustar.jp/django/releases/1.9.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ので気をつけてください。 ModelAdmin.get_list_select_related() が追加され、 admin changelist クエリで使われてい ... た select_related() の値をリクエストに基づいて変更できるようになりま ... support time zones when USE_TZ is True . Added the RelatedManager.set() method to the related managers create ... d fails at runtime if setuptools is not installed. Related set direct assignment ¶ Direct assignment of relat ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 7348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e() prohibited to prevent data loss due to unsaved related object 'reporter'. Article objects have access to ... their related Reporter objects: >>> r = a . reporter Create an A ... t example the article has moved from John to Paul. Related managers support field lookups as well. The API au ... , <Article: This is a test>]> Query twice over the related field. This translates to an AND condition in the ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gument supports query lookups to sort by values on related models. This example includes an "author first nam ... If you're using the old way -- setting the display-related attributes directly rather than using the display( ... ( 'is_staff' , admin . BooleanFieldListFilter ), ) RelatedOnlyFieldListFilter を使って、関係内に含まれたオブジ ... ModelAdmin ): list_filter = ( ( 'author' , admin . RelatedOnlyFieldListFilter ), ) author が User モデルへの ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts for improved performance, and QuerySet.prefetch_related , a method to batch-load related objects in areas ... where select_related() doesn't work. Some nice security additions, incl ... eans". This can cause all sorts of subtle timezone-related bugs. In Django 1.4, you can now switch Django int ... ate() docs for more information. QuerySet.prefetch_related ¶ Similar to select_related() but with a different ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.6.7 release notes — Django 4.0.6 ドキュメント 7298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixes several bugs in 1.6.6, including a regression related to a security fix in that release. Bugfixes ¶ Allo ... ed a crash when using QuerySet.defer() with select_related() ( #23370 ). 目次 Django 1.6.7 release notes Bugf ... notes 関連キーワード release , notes , previous , related , up , next , Bugfixes , トピック , QuerySet , def ...
https://man.plustar.jp/django/releases/1.6.7.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ery lookups using the model name when Meta.default_related_name is set will be removed. The __search query lo ... od will be removed. The shim for supporting custom related manager classes without a _apply_rel_filters() met ... .utils.html.conditional_escape() . Manager.use_for_related_fields will be removed. Model Manager inheritance ... e_fields_with_model() get_m2m_with_model() get_all_related_objects() get_all_related_objects_with_model() get ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nes. To span a relationship, use the field name of related fields across models, separated by double undersco ... to require each attribute to coincide in the same related object. We might seek blogs that have an entry fro ... n short, if each condition needs to match the same related object, then each should be contained in a single ... core will introduce any joins needed to access the related object. For example, to retrieve all the entries w ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT