検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 161 for would (0.056 sec.)
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 7012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. A common reason to override get_queryset() here would be to dynamically vary the objects, such as depend ... herwise the default implementation of get_object() would call get_queryset() which we have overridden to re ... to the normal ListView choice, which in this case would be "books/book_list.html" because it's a list of b ... use both of the views implement get() , and things would get much more confusing. Our new AuthorDetailView ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 6886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed a regression in Django 3.1 where a queryset would crash if it contained an aggregation and a Q objec ... go 3.1.1 where the admin changelist filter sidebar would not scroll for a long list of available filters ( ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
Signals — Django 4.0.6 ドキュメント 6634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . now ()) The arguments sent to a pre_init handler would be: Argument 値 sender Question (the class itself) ... vers of pre_init or post_init signals because they would be executed for each instance returned during quer ... d handler ( toppings_changed in the example above) would be: Argument 値 sender Pizza.toppings.through (the ... ce the default router sends writes here) And if we would then do something like this: >>> t . pizza_set . r ...
https://man.plustar.jp/django/ref/signals.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... al database write made where on_commit() is called would be successfully committed. If you call on_commit() ... (because otherwise any queries done in a callback would open an implicit transaction, preventing the conne ... off when an atomic() block is active, because that would break atomicity. Transactions ¶ A transaction is a ... ack when an atomic() block is active, because that would break atomicity. Savepoints ¶ A savepoint is a mar ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... had a Python sequence and looked at seq[-5:] , we would see the fifth-last item first. Django doesn't supp ... cts . order_by ( 'blog' ) . distinct ( 'blog' ) ...wouldn't work because the query would be ordered by blog ... lated ( 'blog' ): # Without select_related(), this would make a database query for each # loop iteration in ... atement, so the resulting SQL of the above example would be something like: SELECT blog_entry . * , ( pub_d ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ject and, rather than try to catch them all, which would be very difficult, Django repairs the damage after ... a > from the input might turn <a> into <a , which would need to be escaped on output to avoid causing prob ... e is_safe flag in this case (although including it wouldn't hurt anything). Whenever you manually handle th ... ed the urlize and linebreaksbr filters, the filter would look like: from django.template.defaultfilters imp ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the bugs people have found and the features people would like to see added. As in any garden, sometimes the ... may only mean that one triager thought the feature would be good to have, but this alone does not represent ... t meet our standards. Easy pickings ¶ Tickets that would require small, easy, patches. 型 ¶ Tickets should ... User Experiences questions. For example, this flag would be appropriate for user-facing features in forms o ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... S. For example, to configure for PostGIS X.Y.Z you would use: POSTGIS_VERSION = ( X , Y , Z ) Obtaining suf ... runtests.py , then all Django and GeoDjango tests would be performed when executing the command: $ ./runte ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
設定 — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. Without persistent cookies, the form submission would fail in this case. Some browsers (specifically Int ... t is continually growing and including a copy here would inevitably become rapidly out of date. You can see ... tion between the proxy and Django then is_secure() would always return False -- even for requests that were ... tion between the proxy and Django then is_secure() would always return True -- even for requests that were ...
https://man.plustar.jp/django/ref/settings.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be able to retrieve the related object, even if it would otherwise be filtered out (and hence be inaccessib ... .objects.filter(question__name__startswith='What') would include choices related to deleted questions. Don' ... e new manager directly in the child class, as that would override the default and you would have to also ex ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT