検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 195 for Object (0.587 sec.)
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kling when using prefetch_related() after deleting objects ( #24831 ). Allowed using choices longer than 1 d ... k ( #25016 ). Fixed inline forms that use a parent object that has a UUIDField primary key and a child objec ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 4917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow support serialization of pure and concrete path objects from pathlib , and os.PathLike instances. モデル ... durable will raise a RuntimeError . Added the JSONObject database function. ページネーション ¶ The new djan ... f the original dict-like interface of HttpResponse objects. Both interfaces will continue to be supported. S ... mproperlyConfigured exception. The new Signer.sign_object() and Signer.unsign_object() methods allow signing ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion() should return either None or an HttpResponse object. If it returns an HttpResponse object, the templat ... hat exception; instead it will get an HttpResponse object with a status_code of 404. You can set DEBUG_PROPA ... ive async requests by checking if the get_response object you are passed is a coroutine function, using asyn ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (for locals impl) launch_map : "Dict[asyncio.Task[object], threading.Thread]" = {} # Keeps track of which C ... launch_map : "Dict[threading.Thread, asyncio.Task[object]]" = {} # Storage for main event loop references t ... xt_to_thread_executor : "weakref.WeakKeyDictionary[object, ThreadPoolExecutor]" = ( weakref . WeakKeyDiction ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
File storage API — Django 4.0.6 ドキュメント 4874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... necessary. 注釈 When methods return naive datetime objects, the effective timezone used will be the current ... hough the returned file is guaranteed to be a File object, it might actually be some subclass. In the case o ... instance of django.core.files.File or a file-like object that can be wrapped in File . size ( name ) ¶ Retu ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 4874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tarian = models . BooleanField ( default = False ) objects = FoodQuerySet . as_manager () Food . objects . p ... els . Model ): blog = models . ForeignKey ( Blog ) objects = models . Manager () # Default Manager entries = ... EntryManager () # Custom Manager b = Blog . objects . get ( id = 1 ) b . entry_set ( manager = 'entri ... he older validate management command. New Prefetch object for advanced prefetch_related operations. ¶ The ne ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nc_to_async results = await sync_to_async ( Blog . objects . get , thread_sensitive = True )( pk = 123 ) 次の ... sync_to_async def _get_blog ( pk ): return Blog . objects . select_related ( 'author' ) . get ( pk = pk ) g ... hould not pass features of the database connection object when calling sync_to_async() . Doing so will trigg ... ... django.db.utils.DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same ...
https://man.plustar.jp/django/topics/async.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ようになります: # Total number of books. >>> Book . objects . count () 2452 # Total number of books with publ ... isher=BaloneyPress >>> Book . objects . filter ( publisher__name = 'BaloneyPress' ) . c ... s. >>> from django.db.models import Avg >>> Book . objects . all () . aggregate ( Avg ( 'price' )) { 'price_ ... s. >>> from django.db.models import Max >>> Book . objects . all () . aggregate ( Max ( 'price' )) { 'price_ ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ocation of a module containing an ASGI application object, followed by what the application is called (separ ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 4841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ocation of a module containing an ASGI application object, followed by what the application is called (separ ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]