検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 59 for mode (0.053 sec.)
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 7032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 Alternatively, if you are using mod_wsgi daemon mode you can add lang and locale options to the WSGIDae ... d_wsgi のドキュメント details on setting up daemon mode を参照してください。 ファイルを配信する ¶ Django d ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 7032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OT ) 注釈 This helper function works only in debug mode and only if the given prefix is local (e.g. static ... OT ) 注釈 This helper function works only in debug mode and only if the given prefix is local (e.g. media/ ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 7032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ト値: {} (空の辞書) A dictionary mapping "app_label.model_name" strings to functions that take a model obje ... s/ %s / %s /" % ( o . pub_year , o . slug ), } The model name used in this setting should be all lowercase ... , regardless of the case of the actual model class name. ADMINS ¶ デフォルト値: [] (空のリスト ... フォルト値: False A boolean that turns on/off debug mode. Never deploy a site into production with DEBUG tu ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 7032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs in 1.8.5. Bugfixes ¶ Fixed a regression causing ModelChoiceField to ignore prefetch_related() on its qu ... eryset ( #25496 ). Allowed "mode=memory" in SQLite test database name if supported ... Fixed system check crash on ForeignKey to abstract model ( #25503 ). Fixed incorrect queries when you have ... multiple ManyToManyField s on different models that have the same field name, point to the same ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pported whether you are running under WSGI or ASGI mode. However, there will be performance penalties usin ... g async code in WSGI mode. You can read more about the specifics in 非同期サ ... onous, and only have a select few running in async mode - but it is entirely your choice. Django's ORM, ca ... supported database backends ¶ Django now includes models.JSONField and forms.JSONField that can be used o ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sing the request factory: from django.contrib.auth.models import AnonymousUser , User from django.test imp ... jango's own test suite, which contains hundreds of models but no relations between models in different app ... ications instructs Django to behave as if only the models from these applications were available. The beha ... create the content types and permissions for each model in available apps, in case they're missing. After ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... roviding context for the message (for example, the model where the problem was discovered). The object sho ... uld be a model, field, or manager or any other object that defin ... mmand. files : Checks files related configuration. models : Checks of model, field, and manager definition ... on many factors. mysql.W002 : MySQL/MariaDB Strict Mode is not set for database connection <alias> . See a ...
https://man.plustar.jp/django/ref/checks.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は、 database query guide で提供された example blog models を使用します。 When QuerySet s are evaluated ¶ 内 ... ) # Assuming 's' is the pickled string. >>> qs = MyModel . objects . all () >>> qs . query = query # Resto ... これが QuerySet の正式な宣言です: class QuerySet ( model = None , query = None , using = None , hints = No ... エントリー数を決定したいとします: >>> from django.db.models import Count >>> q = Blog . objects . annotate ( ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 4354 ). Stopped writing migration files in dry run mode when merging migration conflicts. When makemigrati ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories ... Asian languages ( #31853 ). Fixed wrapping of long model names in the admin's navigation sidebar ( #31854 ... () . When using related fields pointing to a proxy model in the of argument, the corresponding model was n ... following a regression in Django 2.0, when copying model instances with a cached fields value ( #31863 ). ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
PREV 1 2 3 4 5 6 NEXT