検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 59 for perform (0.053 sec.)
Testing GeoDjango apps — Django 4.0.6 ドキュメント 7105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spatial backend initializes on PostGIS, it has to perform an SQL query to determine the version in order to ... .py , then all Django and GeoDjango tests would be performed when executing the command: $ ./runtests.py --se ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
データベース — Django 4.0.6 ドキュメント 7105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set them for every new connection, which improves performance slightly. You can configure them directly in p ... column. The extra index is necessary to correctly perform lookups that use the LIKE operator in their SQL, a ... returning results faster, but this could diminish performance if more than 10% of the results are retrieved. ... up another connection to the database in order to perform queries that use server-side cursors. This connect ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vior. Note, however, that validation must still be performed explicitly. Simply invoking a model instance's s ... ave() method will not perform any validation of the instance's data. Improved CS ... form button or some JavaScript that is intended to perform some action on your website, using the credentials ... subsequent render. This can lead to a significant performance improvement if your templates are broken into ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se routers is now called allow_migrate , but still performs the same function. Routers with allow_syncdb meth ... our own checks for your own apps and libraries. To perform system checks, you use the check management comman ... bulk keyword argument to control whether or not to perform operations in bulk (i.e. using QuerySet.update() ) ... able to digest time-zone-aware datetime instances performing the expected rendering. The cache tag will now ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 6973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he MaxMind geoip2 Python library . [1] In order to perform IP-based geolocation, the GeoIP2 object requires t ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ally a good idea to have your front-end web server perform the functionality provided by the SecurityMiddlewa ... , or any other authentication middleware that may perform a login, and hence rotate the CSRF token, before c ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kes it possible to refer to model field values and perform database operations using them without actually ha ... ( 'stories_filed' ) + 1 ) F() therefore can offer performance advantages by: getting the database, rather th ... y be possible to write an equivalent queryset that performs the same task more clearly or efficiently. Refere ... ses an SQL EXISTS statement. In many cases it will perform better than a subquery since the database is able ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now able to reference multiple fields, as well as perform arithmetic, similar to F() objects. order_by() has ... g setUp() . Fixture loading within TestCase is now performed once for the whole TestCase . マイナーな機能 ¶ d ... hanging the behavior of get_object() so that it'll perform its lookup using both the primary key and the slug ... e right-hand side. In those cases, the escaping is performed by the database, which can lead to somewhat comp ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t assignment of related objects in the ORM used to perform a clear() followed by a call to add() . This cause ... r of add() method of related managers ¶ To improve performance, the add() methods of the related managers cre ... utc ) If you fail to do so, the conversion will be performed as in earlier versions (with a deprecation warni ... ng) up until Django 1.11. Django 2.0 won't perform any conversion, which may result in data corruptio ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . getLogger ( __name__ ) It's a good convention to perform this declaration at module level. And then in a fu ...
https://man.plustar.jp/django/howto/logging.html - [similar]
PREV 1 2 3 4 5 6 NEXT