検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 59 for perform (0.017 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s tests inside a transaction, allowing better test performance (see test performance improvements for details ... e table creating or deletion will be automatically performed for this model. This is useful if the model repr ... nts have been made to the testing framework . Test performance improvements ¶ Tests written using Django's te ... tions" ¶ You can now define admin actions that can perform some action to a group of models in bulk. Users wi ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [ソース] ¶ Subclasses can override this method to perform initialization tasks such as registering signals. ... zy evaluation". django.contrib.admin automatically performs autodiscovery of admin modules in installed appli ...
https://man.plustar.jp/django/ref/applications.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... でこれを通過するため). clean_username ( username ) ¶ Performs any cleaning on the username (e.g. stripping LDAP ... ly after a new user is created, and can be used to perform custom setup actions, such as setting the user's g ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... more amenable to optimization and hence should outperform contains() . GEOSGeometry. crosses ( other ) ¶ Ret ... ations are linear -- in other words, GEOS does not perform a spherical calculation even if the SRID specifies ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... If this argument isn't provided, ping_google will perform a reverse lookup in your URLconf, for URLs named ' ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e Origin header isn't provided, CsrfViewMiddleware performs strict referer checking. This means that even if ... . If, for some reason, you want the test client to perform CSRF checks, you can create an instance of the tes ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... queryset contains the given object. This tries to perform the query in the simplest and fastest way possible ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s not provided, some validators may not be able to perform any validation and will accept any password. passw ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et ( id = 1 ) >>> entry . authors . all () # query performed >>> entry . authors . all () # query performed a ... database queries. The only deliberate optimization performed is using the members variable. Using QuerySet.ex ... ield to order by is an operation the database must perform. If a model has a default ordering ( Meta.ordering ... ndex to your database may help to improve ordering performance. Use bulk methods ¶ Use bulk methods to reduce ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on' , entry__pub_date__year = 2008 ) Otherwise, to perform a more permissive query selecting any blogs with m ... more permissive) query chains multiple filters, it performs multiple joins to the primary model, potentially ... eries -- any query term can be combined with pk to perform a query on the primary key of a model: # Get blogs ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 4 5 6 NEXT