検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 59 for perform (0.060 sec.)
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ょう。   $ 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, ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rk from the database which should result in better performance. For example, if you want to find blogs with m ... e results more readable, at the expense of a small performance penalty for transforming the results into a na ... will be removed in Django 5.0. 注釈 This function performs time zone conversions directly in the database. A ... irements: SQLite: no requirements. Conversions are performed in Python. PostgreSQL: no requirements (see Time ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... modified, it isn't in a form that makes it easy to perform modifications. However, it can sometimes be benefi ... ¶ Some operations -- such as caching -- cannot be performed on an unrendered template. They must be performe ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s save() method automatically determine whether to perform an INSERT or an UPDATE at the SQL level is suitabl ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _interval_sql() methods now return only the SQL to perform the operation instead of SQL and a list of paramet ... lteration limitation of SQLite, it's prohibited to perform RenameModel and RenameField operations on models o ... vors callable references since they provide better performance and debugging experience. RedirectView no long ... tend size is increased from 10M to 25M. To improve performance when streaming large result sets from the data ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... self ): return self . title A common task we might perform with a model like this is to update an article's s ... eryset . update ( status = 'p' ) 注釈 For the best performance, we're using the queryset's update method . Ot ... atch what the admin itself does after successfully performing an action: Actions that provide intermediate pa ... ges ¶ By default, after an action is performed the user is redirected back to the original chan ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ethods, you can write high-level generic code that performs queries on any installed model -- instead of impo ... o the trouble of obtaining the model's metadata to perform a manual lookup: >>> from django.contrib.auth.mode ... length defined, however this may incur significant performance penalties depending on your database backend. ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... --tag TAGS , -t TAGS ¶ The system check framework performs many different types of checks that are categoriz ... gs . You can use these tags to restrict the checks performed to just those in a particular category. For exam ... ple, to perform only models and compatibility checks, run: django ... plan ¶ Shows the migration operations that will be performed for the given migrate command. --run-syncdb ¶ Al ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onally equivalent but the more explicit FILTER may perform better. Conditional filter ¶ When a conditional ex ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gorithm in the IRI specification. It doesn't (yet) perform the international domain name encoding portion of ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
PREV 1 2 3 4 5 6 NEXT