検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 257 for which (0.084 sec.)
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... return a django.template.backends.django.Template which wraps the actual django.template.Template . The Te ... btained in the previous step has a render() method which marshals a context and possibly a request into a C ... ate engine will store additional debug information which can be used to display a detailed report for any e ... variables are slightly more complex than variables which only require straight lookups. Here are some thing ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 5139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are modeled after middleware -- they are callables which take another callable as one of their arguments. T ... s sent to the wrappers are: execute -- a callable, which should be invoked with the rest of the parameters ... te_wrapper ( wrapper ) ¶ Returns a context manager which, when entered, installs a wrapper around database ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... catch problems with the existing migration files (which could be caused by editing them) before creating n ... eived by the database router can be used to decide which database should receive a given request. At presen ... ate database usage. Whenever a query needs to know which database to use, it calls the master router, provi ... r' , 'path.to.PrimaryReplicaRouter' ] The order in which routers are processed is significant. Routers will ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raise an exception. atomic takes a using argument which should be the name of a database. If this argument ... actionTestCase flushes the database between tests, which is significantly slower than TestCase 's isolation ... ) [ソース] ¶ These functions take a using argument which should be the name of a database. If it isn't prov ... ) [ソース] ¶ These functions take a using argument which should be the name of a database. If it isn't prov ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e logging system. Each logger is a named bucket to which messages can be written for processing. ロガーには ... filter is used to provide additional control over which log records are passed from logger to handler. デフ ... tead using one of the many third-party services to which detailed logs can be sent to get the best of multi ... G_LEVEL=DEBUG to see all of Django's debug logging which is very verbose as it includes all database querie ...
https://man.plustar.jp/django/topics/logging.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... guments: receiver A function or an instance method which is to receive signals. Receivers must be hashable ... ected with that dispatch_uid. sender The sender to which the receiver should respond. Must either be a Pyth ... r a specific object or None. named Named arguments which will be passed to receivers. Return a list of tupl ... ly want something to occur). named Named arguments which will be passed to receivers. Return a list of tupl ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... corn is installed, a gunicorn command is available which starts the Gunicorn server process. The simplest i ... ning a WSGI application object named application , which for a typical Django project would look like: guni ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls on these changes. Support for assigning objects which don't support creating deep copies with copy.deepc ... Redirects will be removed. The compatibility layer which allows absolute URLs to be considered equal to rel ... sCommand will be removed. Use BaseCommand instead, which takes no arguments by default. django.core.context ... ill be removed. The standard library provides json which should be used instead. The function django.utils. ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a complement to django.db.models.functions.Now , which returns the date and time of the current statement ... nNow() will return; nested calls create savepoints which do not affect the transaction time. Usage example: ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can use the convenient user_passes_test decorator which performs a redirect when the callable returns Fals ... ed() . Setting it to None removes it from the URL, which you may want to do if you are redirecting users th ... rator may also take an iterable of permissions, in which case the user must have all of the permissions in ... rn value for get_login_url() . Defaults to None in which case get_login_url() falls back to settings.LOGIN_ ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]