検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 185 for see (0.058 sec.)
View decorators — Django 4.0.6 ドキュメント 6546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... applied to views to support various HTTP features. See クラスをデコレーションする for how to use these de ... e used to generate ETag and Last-Modified headers; see conditional view processing . GZip compression ¶ T ... uld take into account when building its cache key. See using vary headers . Caching ¶ The decorators in d ... ader by adding all of the keyword arguments to it. See patch_cache_control() for the details of the trans ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Signals — Django 4.0.6 ドキュメント 6546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt when Django starts or finishes an HTTP request. See the built-in signal documentation for a complete l ... can also define and send your own custom signals ; see below. Listening to signals ¶ To receive a signal, ... k function which will be connected to this signal. See Receiver functions for more information. sender -- ... ifies a particular sender to receive signals from. See Connecting to signals sent by specific senders for ...
https://man.plustar.jp/django/topics/signals.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o files for use with the built-in gettext support. See 国際化とローカル化 . --locale LOCALE , -l LOCALE ¶ ... end using the information from your settings file. See Django's cache framework for more information. --d ... shell ¶ Runs the command-line client for the database engine specified in your ENGINE setting, with the c ... ntType objects, you should probably use this flag. See the natural keys documentation for more details on ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs, providing that the request contains form data. See the QueryDict documentation below. If you need to ... method; instead, use if request.method == "POST" (see HttpRequest.method ). POST には file-upload の情報 ... ame=""> . Each value in FILES is an UploadedFile . See ファイルの管理 for more information. FILES will on ... headers with underscores in the name, so you won't see them in META . This prevents header-spoofing based ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... few caveats to be aware of when using this option, see the PostgreSQL documentation of building indexes c ... few caveats to be aware of when using this option, see the PostgreSQL documentation . 注釈 The CONCURRENT ... LY option is not supported inside a transaction (see non-atomic migration ). Adding constraints without ... int of time, use the ValidateConstraint operation. See the PostgreSQL documentation for more details. cla ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will catch DoesNotExist exceptions for all models. See get() . EmptyResultSet ¶ exception EmptyResultSet ... MultipleObjectsReturned exceptions for all models. See get() . SuspiciousOperation ¶ exception Suspicious ... or level and results in a HttpResponseBadRequest . See the logging documentation for more information. Pe ... o the HTTP handler modules and you are unlikely to see it elsewhere. If you are modifying HTTP handling c ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... icode literals will prevent some obscure problems. See Unicode data for full details. モデル ¶ Common cha ... s been moved to the ModelAdmin class in admin.py . See the admin , below, for more details about changes ... ou'll move those declarations to an admin.py file; see the admin below for more details. 参考 A contribut ... l of your class Admin declarations. You've already seen in models above how to replace your class Admin w ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lso provides special support for those frameworks; see the section on LiveServerTestCase for more details ... Exit , and SuspiciousOperation . Django catches these exceptions internally and converts them into the ap ... ing all data from the test database. Apps will not see their data reloaded ; if you need this functionali ... ed mammals , followed by any fixture named birds . See the loaddata documentation for more details on def ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u're looking for reference on the language syntax, see The Django Template Language . It assumes an under ... p_dirs only affects the default value of loaders . See below. It defaults to False . autoescape controls ... ed into the context. It defaults to an empty list. See RequestContext for more information. debug is a bo ... wrapped in django.template.loaders.cached.Loader . See Loader types for details. string_if_invalid is the ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... になります。 Again, these are just a few examples; see the built-in filter reference for the complete lis ... can also create your own custom template filters; see How to create custom template tags and filters . 参 ... plate tags and filters available for a given site. See The Django admin documentation generator . タグ ¶ ... }} </ li > {% endfor %} </ ul > if , elif , and else Evaluates a variable, and if that variable is "true ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT