検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 331 for Using (0.549 sec.)
django.utils.translation — Django 4.0.6 ドキュメント 3805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s to the function goes the normal path, instead of using __getattr__. """ def __getattr__ ( self , real_nam ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 3805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill require two correct, non-sequential arguments. Using a unique slug may serve the same purpose, but this ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 3805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t if there are no values. You can query the result using key and index lookups . distinct ¶ New in Django 3 ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 3805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ight-hand side. Changed in Django 4.0: Support for using lookups in QuerySet annotations, aggregations, and ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 3805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , 2014 - CVE-2014-0472 ¶ Unexpected code execution using reverse() . Full description 影響を受けるバージョン ... , 2011 - CVE-2011-4136 ¶ Session manipulation when using memory-cache-backed session. Full description 影響 ...
https://man.plustar.jp/django/releases/security.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 3760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itive code called from further down the call stack using SyncToAsync, before finally exiting once the async ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 3760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DEBUG = True , i.e. without having to collect them using collectstatic first. デプロイ ¶ django.contrib.sta ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 3760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lease schedule is the "heads-down" working period. Using the roadmap produced at the end of phase one, we'l ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Base views — Django 4.0.6 ドキュメント 3760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 引数とともに入力されます。 You can also add context using the extra_context keyword argument for as_view() . ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 3760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Textarea ) def send_email ( self ): # send email using the self.cleaned_data dictionary pass Example myap ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]