検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 59 for perform (0.021 sec.)
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 14122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ilarity ¶ The trigram_similar lookup allows you to perform trigram lookups, measuring the number of trigrams ... 4.0. The trigram_word_similar lookup allows you to perform trigram word similarity lookups using a dedicated ... gh>'] Unaccent ¶ The unaccent lookup allows you to perform accent-insensitive lookups using a dedicated Postg ... on migration operation is available if you want to perform this activation using migrations). The unaccent lo ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 11788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vides a convenience function -- reverse() -- which performs this process in the opposite direction. The rever ... to exist on the server's Python import path, which perform code execution with side effects on importing. To ... n attacker to obtain a valid CSRF cookie value and perform attacks which bypass the check for the cookie. To ... s and return a result based on that. If a query is performed without first converting values to the appropria ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 11788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vides a convenience function -- reverse() -- which performs this process in the opposite direction. The rever ... to exist on the server's Python import path, which perform code execution with side effects on importing. To ... n attacker to obtain a valid CSRF cookie value and perform attacks which bypass the check for the cookie. To ... s and return a result based on that. If a query is performed without first converting values to the appropria ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 10095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vides a convenience function -- reverse() -- which performs this process in the opposite direction. The rever ... to exist on the server's Python import path, which perform code execution with side effects on importing. To ... n attacker to obtain a valid CSRF cookie value and perform attacks which bypass the check for the cookie. To ... s and return a result based on that. If a query is performed without first converting values to the appropria ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 9833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eignKey relationship, QuerySet.update() is used to perform the update. This requires the objects to already b ... False argument to instead have the related manager perform the update by calling e.save() . Using add() with ... add() , e.save() is called in the example above to perform the update. Using remove() with a many-to-many rel ... s method accepts a bulk argument to control how to perform the operation. If True (the default), QuerySet.upd ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 8403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st commands, including runserver and migrate . For performance reasons, checks are not run as part of the WSG ... is flexible and allows you to write functions that perform any other kind of check you may require. The follo ... ) def my_check ( app_configs , ** kwargs ): # ... perform compatibility checks and collect errors return err ... u can extend the implementation on the base class, perform any extra checks you need, and append any messages ...
https://man.plustar.jp/django/topics/checks.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 8272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 適用します $ python manage.py migrate Operations to perform: Apply all migrations: books Running migrations: R ... python manage.py migrate books 0002 Operations to perform: Target specific migration: 0002_auto, from books ... ..\> py manage.py migrate books 0002 Operations to perform: Target specific migration: 0002_auto, from books ... python manage.py migrate books zero Operations to perform: Unapply all migrations: books Running migrations: ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 8009
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s when you save? ¶ When you save an object, Django performs the following steps: Emit a pre-save signal. The ... data. Each field's pre_save() method is called to perform any automated data modification that's needed. For ... necessary to be able to force the save() method to perform an SQL INSERT and not fall back to doing an UPDATE ... に基づいて属性を更新する ¶ Sometimes you'll need to perform a simple arithmetic task on a field, such as incre ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Signals — Django 4.0.6 ドキュメント 8009
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... values. For example, _state.db is None . 警告 For performance reasons, you shouldn't perform queries in rece ... l apps registry to retrieve the models you want to perform operations on. post_migrate ¶ django.db.models.sig ... a models module. Handlers of this signal must not perform database schema alterations as doing so may cause ... l apps registry to retrieve the models you want to perform operations on. For example, you could register a c ...
https://man.plustar.jp/django/ref/signals.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nal that the upload is complete. Subclasses should perform cleanup that is necessary for this handler. """ pa ... that the upload was interrupted. Subclasses should perform cleanup that is necessary for this handler. """ pa ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
PREV 1 2 3 4 5 6 NEXT