検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 59 for perform (0.010 sec.)
GeoDjango Model API — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xample, SpatiaLite does not have the capability to perform distance calculations between geometries using geo ... easing distance calculations. 注釈 If you wish to perform arbitrary distance queries using non-point geometr ... ies in WGS84 in PostGIS and you want decent performance, enable the GeometryField.geography keyword so ... n of its data. Distance and measurement operations performed on a geography column automatically employ great ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent to False . If an exception occurs, Django will perform the rollback when exiting the first parent block w ... only use savepoints, even for the outermost block. Performance considerations Open transactions have a perfor ... testing durable atomic blocks in a transaction for performance reasons. Use django.test.TransactionTestCase f ... do this, Django won't enable autocommit, and won't perform any commits. You'll get the regular behavior of th ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
設定 — Django 4.0.6 ドキュメント 7498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or an asterisk. Also, Origin header checking isn't performed in older versions. DATABASES ¶ デフォルト値: {} ... left unchecked. Since web servers don't typically perform deep request inspection, it's not possible to perf ... left unchecked. Since web servers don't typically perform deep request inspection, it's not possible to perf ... ll be used to determine which database to use when performing a database query. See the documentation on auto ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ``ArgumentParser`` for the arguments, parses them, performs any environment changes requested by options like ... ither place all of their logic in ``handle()``, or perform some additional parsing work in ``handle()`` and t ... e used to specify that all system checks should be performed. Default value is '__all__'. To validate an indi ... s , ** options ): """ Try to execute this command, performing system checks if needed (as controlled by the ` ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e): yield but it uses low-level utilities to avoid performance overhead. """ try : yield except Exception : c ... # overwriting needs_rollback until the rollback is performed. if self . savepoint and not connection . needs_ ... tion . closed_in_transaction : # The database will perform a rollback by itself. # Wait until we exit the out ... rue again if there isn't a savepoint # allowing to perform the rollback at this level. connection . needs_rol ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Django 1.2 series, improving the stability and performance of the Django 1.2 codebase. Django 1.2.2 maint ... test client . This flag forces the test client to perform full CSRF checks on forms. The default behavior of ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... keys ¶ In cases where a memcached backend does not perform key validation, passing malformed cache keys could ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ements in one area will often bring about improved performance in another, but not always; sometimes one can ... ortability or maintainability of the code. Not all performance improvements are worth the effort. なので、何を ... provide a useful insight into your site's overall performance, including aspects that can't be adequately me ... peed There are also several paid-for services that perform a similar analysis, including some that are Django ...
https://man.plustar.jp/django/topics/performance.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... base:   $ python manage.py migrate Operations to perform: Apply all migrations: admin, auth, contenttypes, ... ial... OK ...\> py manage.py migrate Operations to perform: Apply all migrations: admin, auth, contenttypes, ... rtium (OGC). [4] Import the WorldBorder model, and perform a contains lookup using the pnt_wkt as the paramet ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 7236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... keys ¶ In cases where a memcached backend does not perform key validation, passing malformed cache keys could ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
PREV 1 2 3 4 5 6 NEXT