検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 126 for result (0.034 sec.)
asgiref.sync — Django 4.0.6 ドキュメント 11438
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... )] # Make a future for the return information call_result = Future () # Get the source thread source_thread ... waitable = self . main_wrap ( args , kwargs , call_result , source_thread , sys . exc_info (), context ) if ... d/or allow for exception propagation loop_future . result () else : # Call it inside the existing loop self ... is done current_executor . run_until_future ( call_result ) finally : # Clean up any executor we were runnin ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 10899
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): if hasattr ( middleware , "process_request" ): result = middleware . process_request ( request ) if resu ... lt is not None : return result if hasattr ( middleware , "process_view" ): result ... ss_view ( request , view_func , args , kwargs ) if result is not None : return result try : response = view_ ... : if hasattr ( middleware , "process_exception" ): result = middleware . process_exception ( request , e ) i ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 10372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that specifies the ordering of the elements in the result list. 例: 'some_field' '-some_field' from django.d ... default if there are no values. You can query the result using key and index lookups . distinct ¶ New in Dj ... that specifies the ordering of the elements in the result list. Examples are the same as for ArrayAgg.orderi ... that specifies the ordering of the elements in the result string. Examples are the same as for ArrayAgg.orde ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 10261
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uthors__gt = 1 ) This query generates an annotated result set, and then generates a filter based upon that a ... ly_rated_books = highly_rated ) Each Author in the result set will have the num_books and highly_rated_books ... ject basis - an annotated QuerySet will return one result for each object in the original QuerySet . However ... to constrain the columns that are returned in the result set, the method for evaluating annotations is slig ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 9943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thing for the purposes of this section is that the results are read from the database. repr(). A QuerySet is ... ctive interpreter, so you can immediately see your results when using the API interactively. len()。 QuerySe ... the query to be executed. If there is at least one result, the QuerySet is True , otherwise False . For exam ... ote: If you only want to determine if at least one result exists (and don't need the actual objects), it's m ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 9734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ize promises in code. """ pass def lazy ( func , * resultclasses ): """ Turn any callable into a lazy evalua ... ted callable. result classes or types is required -- at least one is ne ... forcing of the lazy evaluation code is triggered. Results are not memoized; the function is evaluated on ev ... act as a proxy for methods that are called on the result of that function. The function is not evaluated un ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 9513
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld_lower = Lower ( 'field' )) But both cases will result in a queryset where each model is annotated with a ... eError is raised if distinct=True is passed. empty_result_set_value ¶ New in Django 4.0. Defaults to None si ... nce most aggregate functions result in NULL when applied to an empty result set. The e ... Django is unable to determine what field type the result should be. Complex expressions that mix field type ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 8667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import formatdate from urllib.parse import ( ParseResult , SplitResult , _coerce_args , _splitnetloc , _spl ... min = int ( m [ "min" ]) sec = int ( m [ "sec" ]) result = datetime . datetime ( year , month , day , hour ... , min , sec , tzinfo = tz ) return int ( result . timestamp ()) except Exception as exc : raise Va ... don't expand % escapes.""" url , scheme , _coerce_result = _coerce_args ( url , scheme ) splitresult = _url ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 8557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for each row of a table and returns the matching result expression. Conditional expressions can also be co ... object is used to encapsulate a condition and its result for use in the conditional expression. Using a Whe ... have an output_field that is a BooleanField . The result is provided using the then keyword. Changed in Dja ... ince the then keyword argument is reserved for the result of the When() , there is a potential conflict if a ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sets aren't supported; if value describes one, the result is None . parse_datetime ( value ) ¶ Parses a stri ... offsets are supported; if value describes one, the result's tzinfo attribute is a datetime.timezone instance ... bytes) and returns a string containing the encoded result. uri_to_iri ( uri ) [ソース] ¶ Converts a Uniform ... bytes and returns a string containing the encoded result. filepath_to_uri ( path ) [ソース] ¶ Convert a fil ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT