検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 52 for operation (0.143 sec.)
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ption in DEBUG mode. マイグレーション ¶ The RunSQL operation can now handle parameters passed to the SQL statem ... were added to ease in making RunPython and RunSQL operations reversible. The migration operations RunPython an ... If DEBUG is True and a request raises a SuspiciousOperation , the response will be rendered with a detailed er ... as a backwards incompatible change. Related object operations are run in a transaction ¶ Some operations on rel ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the database. The new BloomExtension migration operation installs the bloom extension to add support for th ... ew F expression bitxor() method allows bitwise XOR operation . QuerySet.bulk_create() now sets the primary key ... on objects when using MariaDB 10.5+. The DatabaseOperations.sql_flush() method now generates more efficient S ... e needed in third-party database backends. DatabaseOperations.fetch_returned_insert_columns() now requires an a ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f you check the commit hashes before and after the operation at GitHub you will notice that the commit hashes d ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d exceptions for all models. See get() . SuspiciousOperation ¶ exception SuspiciousOperation [ソース] ¶ The Sus ... piciousOperation exception is raised when a user has performed an o ... ing with a session cookie. Subclasses of SuspiciousOperation include: DisallowedHost DisallowedModelAdminLookup ... InvalidSessionKey RequestDataTooBig SuspiciousFileOperation SuspiciousMultipartForm SuspiciousSession TooManyF ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et . Further, databases place restrictions on what operations are allowed in the combined queries. For example, ... CT ... WHERE x = 1 OR y = 2 | is not a commutative operation, as different (though equivalent) queries may be g ... SQL condition that can be used in database-related operations. It's similar to how an F() object represents the ... ¶ The Prefetch() object can be used to control the operation of prefetch_related() . The lookup argument descri ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nal parameter to save() which can force a specific operation. See INSERT や UPDATE を強制する for details. Spli ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that minimize the difficulty involved in a task or operation, such as "easily", "simply", "just", "merely", "st ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an install it using the TrigramExtension migration operation. TrigramSimilarity ¶ class TrigramSimilarity ( exp ... gramWordDistance 前のトピックへ Database migration operations 次のトピックへ バリデータ 関連キーワード search , ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6705
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mainder of the first divided by the second (modulo operation). Usage example: >>> from django.db.models.functio ... stalled. You can use the CryptoExtension migration operation to install it. Oracle Oracle doesn't support the S ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Signals — Django 4.0.6 ドキュメント 6586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... egistry to retrieve the models you want to perform operations on. post_migrate ¶ django.db.models.signals. post ... egistry to retrieve the models you want to perform operations on. For example, you could register a callback in ... template. This signal is not emitted during normal operation of a Django server -- it is only available during ...
https://man.plustar.jp/django/ref/signals.html - [similar]
PREV 1 2 3 4 5 6 NEXT