検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 170 for there (0.042 sec.)
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ant thing for the purposes of this section is that the results are read from the database. repr(). A QueryS ... statement, will cause the query to be executed. If there is at least one result, the QuerySet is True , oth ... . objects . filter ( headline = "Test" ): print ( "There is at least one Entry with the headline Test" ) No ... s ¶ If you pickle a QuerySet , this will force all the results to be loaded into memory prior to pickling. ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 7162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stabilization of the features introduced in 0.95. There have been a few small backwards-incompatible chang ... generally only used when it is not possible to put the reference directly on the affected column, so they a ... tent constraints. If you need to work around this, there are two methods available: Redirect the output of ... have changed with the addition of fixture support: There are new dumpdata and loaddata commands which, as y ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 7061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... See also the guide on Writing documentation . 注釈 The reports page contains links to many useful Trac quer ... s real before you fix the issue, and ensuring that there's consensus on a proposed feature before you go im ... e mean it. If a patch doesn't have docs and tests, there had better be a good reason. Arguments like "I cou ... patch to be reviewed quickly. This isn't personal. There are a lot of tickets and pull requests to get thro ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 7061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ese-articles function won't need the ModelAdmin or the request object, but we will use the queryset: def ma ... et : do_something_with ( obj ) That's actually all there is to writing an action! However, we'll take one m ... ble descriptions for callback functions registered there, too. Changed in Django 3.2: The description argum ... that looks something like this: That's really all there is to it! If you're itching to write your own acti ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 7061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ASGI versus WSGI has on your code. In some cases, there may be a performance increase even for a purely sy ... nchronous codebase under ASGI because the request-handling code is still all running asynchron ... sync environment. The ORM is the main example, but there are other parts that are also protected in this wa ... try to run any of these parts from a thread where there is a running event loop , you will get a Synchrono ...
https://man.plustar.jp/django/topics/async.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) , and the changes from create_parent() are still there and bound to the same transaction. Note that any o ... exiting the first parent block with a savepoint if there is one, and the outermost block otherwise. Atomici ... ocommit, and won't perform any commits. You'll get the regular behavior of the underlying database library. ... cessfully committed. If you call on_commit() while there isn't an active transaction, the callback will be ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
検索 — Django 4.0.6 ドキュメント 6959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ble to construct queries to allow similar APIs. If there are specific things which cannot be achieved this ... for Helen will pick up Helena or Hélène , but not the reverse. Another option would be to use a trigram_si ... th search and source strings. For the longer name, there are more combinations that don't appear in the sou ... uch as the title or keywords, that they appear in. There are many alternatives for using searching software ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the database character set encoding. SQLite users, there is nothing you need to do. SQLite always uses UTF- ... to something other than 'utf-8' you can use that other encoding in your bytestrings! DEFAULT_CHARSET only ... applies to the strings generated as the result of template rendering (and email). Django wil ... ys assume UTF-8 encoding for internal bytestrings. The reason for this is that the DEFAULT_CHARSET setting ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 6643
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot* contain, if inverse_match is True) a match for the regular expression. """ regex_matches = self . regex ... r." ), "max_digits" : ngettext_lazy ( "Ensure that there are no more than %(max)s digit in total." , "Ensur ... e that there are no more than %(max)s digits in total." , "max" ... max_decimal_places" : ngettext_lazy ( "Ensure that there are no more than %(max)s decimal place." , "Ensure ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 6542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e call stack contains an async loop, the code runs there. Otherwise, the code runs in a new loop in a new t ... ncio . get_running_loop () except RuntimeError : # There's no event loop in this thread. Look for the threa ... contextvars . copy_context ()] # Make a future for the return information call_result = Future () # Get the ... read - we # need one for every sync frame, even if there's one above us in the # same thread. if hasattr ( ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT