検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 78 for handle (0.073 sec.)
Signals — Django 4.0.6 ドキュメント 6460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for more information. weak -- Django stores signal handlers as weak references by default. Thus, if your rec ... ildcard keyword arguments ( **kwargs ); all signal handlers must take these arguments. We'll look at senders ... ed to the signal and your receiver must be able to handle those new arguments. Connecting receiver functions ... ide-effects of importing code. In practice, signal handlers are usually defined in a signals submodule of th ...
https://man.plustar.jp/django/topics/signals.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ML markup isn't escaped further, so you'll need to handle the input yourself. To mark the output as a safe s ... it wouldn't hurt anything). Whenever you manually handle the auto-escaping issues and return a safe string, ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngly recommend using django.contrib.staticfiles to handle the admin files (along with a web server as outlin ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database and re-executes any post-synchronization handlers. The table of which migrations have been applied ... o the model. You may, for example, want to disable handlers that access related fields that aren't present d ... mport post_save from .models import MyModel def my_handler ( ** kwargs ): # disable the handler during fixtu ... rgs [ 'raw' ]: return ... post_save . connect ( my_handler , sender = MyModel ) You could also write a decor ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... input formats for TimeField are used. Fields which handle relationships ¶ Two fields are available for repre ... ld MultiValueField SplitDateTimeField Fields which handle relationships ModelChoiceField ModelMultipleChoice ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... において、 ERROR ないし CRITICAL レベルを AdminEmailHandler に送信します。 Independently of the value of DEBU ... he root django logger. The console and mail_admins handlers are attached to the root logger to provide the b ... server_time} ] {message} ' , 'style' : '{' , } }, 'handlers' : { 'console' : { 'level' : 'INFO' , 'filters' ... [ 'require_debug_true' ], 'class' : 'logging.StreamHandler' , }, 'django.server' : { 'level' : 'INFO' , 'cla ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that may or may not be created as the ORM doesn't handle this. required_db_vendor ¶ Options. required_db_ve ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nager_name . If you're writing some code that must handle an unknown model, for example, in a third-party ap ... managers and model inheritance ¶ Here's how Django handles custom managers and model inheritance : Managers ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... web server, or through django-admin , Django will handle this for you. django.setup() may only be called on ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eports. ファイルのアップロード ¶ The new FileUploadHandler.upload_interrupted() callback allows handling int ... ved in Django 4.1. DiscoverRunner now enables faulthandler by default. This can be disabled by using the tes ... t --no-faulthandler option. DiscoverRunner and the test management co ... and decr_version() cache operations now correctly handle None stored in the cache, in the same way as any o ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT