検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 116 for called (0.042 sec.)
Related objects reference — Django 4.0.6 ドキュメント 8193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntry e from Blog b. Similar to add() , e.save() is called in the example above to perform the update. Using ... t.delete() which means no model save() methods are called; listen to the m2m_changed signal if you wish to e ... save() method of each individual model instance is called instead. This triggers the pre_save and post_save ... s are added. If clear=True , the clear() method is called instead and the whole set is added at once. For Fo ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 8043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hich runs ASGI applications. Hypercorn needs to be called with the location of a module containing an ASGI a ... cation object, followed by what the application is called (separated by a colon). For a typical Django proje ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 7905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e is cleaned when .connect() or # .disconnect() is called and populated on send(). self . sender_receivers_c ... f weak references are used, disconnect need not be called. The receiver will be removed from dispatch automa ... loop. So it's possible that all receivers won't be called if an error is raised. Arguments: sender The sende ... re isn't a good # idea, _remove_receiver() will be called as side effect of garbage # collection, and so the ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... epts. If this attribute is set and the function is called with a different number of expressions, TypeError ... ed to the query. resolve_expression() must also be called on any nested expressions. A copy() of self should ... ries are created. relabeled_clone() should also be called on any nested expressions and assigned to the clon ... by this expression. get_group_by_cols() should be called on any nested expressions. F() objects, in particu ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Base views — Django 4.0.6 ドキュメント 7617
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w_initkwargs 属性を持っています。 When the view is called during the request/response cycle, the setup() met ... wargs attributes, respectively. Then dispatch() is called. setup ( request , * args , ** kwargs ) ¶ Performs ... ( request , * args , ** kwargs ) ¶ If the view was called with an HTTP method it doesn't support, this metho ... d is called instead. プレーンテキストで、有効なメソッドのリスト ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7617
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l wrap it in an asynchronous event loop when it is called from the WSGI request path. sync_and_async_middlew ... to place on the root (i.e. feed/channel) element. Called from write() . add_root_elements ( handler ) ¶ Add ... elements in the root (i.e. feed/channel) element. Called from write() . item_attributes ( item ) ¶ Return e ... riend in person.friends %} Here, friends() will be called twice. Since the instance person in the view and t ...
https://man.plustar.jp/django/ref/utils.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 7466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction call and act as a proxy for methods that are called on the result of that function. The function is no ... valuated until one of the methods on the result is called. """ __prepared = False def __init__ ( self , args ... od, they # look up the correct implementation when called. if hasattr ( cls , method_name ): continue meth = ... es ): """ A decorator that allows a function to be called with one or more lazy arguments. If none of the ar ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The allow_syncdb method on database routers is now called allow_migrate , but still performs the same functi ... hedStaticFilesStorage backend gets a sibling class called ManifestStaticFilesStorage that doesn't use the ca ... che system at all but instead a JSON file called staticfiles.json for storing the mapping between t ... ering. The cache tag will now try to use the cache called "template_fragments" if it exists and fall back to ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 7178
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hings based on the site in which the view is being called. For example: from django.conf import settings def ... CurrentSiteManager looks for a either a ForeignKey called site or a ManyToManyField called sites to filter o ... your model. The following model, which has a field called publish_on , demonstrates this: from django.contri ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( func , using = None ): """ Register `func` to be called when the current transaction is committed. If the ... ent transaction is rolled back, `func` will not be called. """ get_connection ( using ) . on_commit ( func ) ... corator: @atomic -- although the first argument is called # `using`, it's actually the function being decora ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT