検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 143 for Support (0.083 sec.)
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e when constructing the concrete data type. Django supports adding an extra string value to the end of this t ... rst'), (2, 'Second'), (3, 'Third')] If you require support for a concrete data type other than int or str , y ... l caveats to be aware of: Enumeration types do not support named groups . Because an enumeration with a concr ... space of the model, if any. If the backend doesn't support tablespaces for indexes, this option is ignored. d ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 5745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... BaseCommand.usage() method which was for optparse support ( #27000 ). Fixed a checks framework crash with an ... el instances on backends, such as PostgreSQL, that support returning the IDs of the created records so that m ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions in the migrations framework. Bugfixes ¶ Added support for serializing timedelta objects in migrations ( ... ersion of the MySQLdb DB API driver as it does not support fractional seconds ( #24584 ). Fixed a migration c ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... veral Python Memcached bindings available; the two supported by Django are pylibmc and pymemcache . To use Me ... Python bindings for Redis. redis-py is the binding supported natively by Django. Installing the additional hi ... other cache backends, the database cache does not support automatic culling of expired entries at the databa ... 自のキャッシュbackendを使う ¶ While Django includes support for a number of cache backends out-of-the-box, som ...
https://man.plustar.jp/django/topics/cache.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 5745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ポンス と 例外 を適用します。 Middleware can either support only synchronous Python (the default), only asynch ... 期サポート for details of how to advertise what you support, and know what kind of request you are getting. ミ ... exceptions upward. 非同期サポート ¶ Middleware can support any combination of synchronous and asynchronous re ... to fit the middleware's requirements if it cannot support both, but at a performance penalty. By default, Dj ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ifest_storage , ** kwargs ) Changed in Django 4.0: Support for finding paths in the source map comments was a ... he mailcap package on a Red Hat distribution, mime-support on a Debian distribution, or by editing the keys u ... r be used in production . Specialized test case to support 'live testing' ¶ class testing. StaticLiveServerTe ... tic file development view Specialized test case to support 'live testing' 前のトピックへ The "sites" framewor ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and want to use this default auth handler, it must support an is_active attribute. If you want to use group b ... up secret-agents Require valid-user </Location> To support the WSGIAuthGroupScript directive, the same WSGI s ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ded using the then keyword. Changed in Django 4.0: Support for lookup expressions was added. Some examples: > ... Q ( then = 0 ), then = 1 ) Changed in Django 3.2: Support for using the condition argument with lookups was ... the SQL 2003 FILTER WHERE syntax on databases that support it: SELECT count ( 'id' ) FILTER ( WHERE account_t ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pable of all the databases here in terms of schema support. The only caveat is that prior to PostgreSQL 11, a ... で説明しています。 Transactions ¶ On databases that support DDL transactions (SQLite and PostgreSQL), all migr ... ion by default. In contrast, if a database doesn't support DDL transactions (e.g. MySQL, Oracle) then all ope ... th migrations. Sometimes it may work, but it's not supported. マイグレーションファイル ¶ Migrations are store ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Script functionality. Django also provides special support for those frameworks; see the section on LiveServe ... 警告 TestCase running on a database that does not support rollback (e.g. MySQL with the MyISAM storage engin ... signed to class attributes in setUpTestData() must support creating deep copies with copy.deepcopy() in order ... : def test_login ( self ): from selenium.webdriver.support.wait import WebDriverWait timeout = 2 ... self . s ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT