検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 345 for when (0.039 sec.)
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 8778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion's renaming of auto-created many-to-many tables when changing Meta.db_table ( #23630 ). Fixed a migrati ... on crash when adding an explicit id field to a model on SQLite ( ... #23702 ). Added a warning for duplicate models when a module is reloaded. Previously a RuntimeError wa ... #23699 ). Fixed a makemessages regression in 1.7.1 when STATIC_ROOT has the default None value ( #23717 ). ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 8381
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ces = ACCOUNT_TYPE_CHOICES , default = REGULAR , ) When ¶ class When ( condition = None , then = None , ** ... lookups ) ¶ A When() object is used to encapsulate a condition and it ... ult for use in the conditional expression. Using a When() object is similar to using the filter() method. ... examples: >>> from django.db.models import F , Q , When >>> # String arguments refer to fields; the follow ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
設定 — Django 4.0.6 ドキュメント 8128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ファイル Core Settings Topical Index 警告 Be careful when you override settings, especially when the default ... f all the people who get code error notifications. When DEBUG=False and AdminEmailHandler is configured in ... t_host() は SuspiciousOperation 例外を起こします。 When DEBUG is True and ALLOWED_HOSTS is empty, the host ... 7.0.0.1', '[::1]'] . ALLOWED_HOSTS is also checked when running tests . このヘッダの検証は get_host() メソ ...
https://man.plustar.jp/django/ref/settings.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de で提供された example blog models を使用します。 When QuerySet s are evaluated ¶ 内部的に、 QuerySet は実 ... following section for details of what is involved when pickling QuerySets . The important thing for the p ... from the database. repr(). A QuerySet is evaluated when you call repr() on it. This is for convenience in ... terpreter, so you can immediately see your results when using the API interactively. len()。 QuerySet は l ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 7479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed the incorrect quoting of database user password when using dbshell on Oracle ( #30307 ). Added compatib ... xed a regression in Django 2.2 that caused a crash when loading the template for the technical 500 debug p ... ash of ordering argument in ArrayAgg and StringAgg when it contains an expression with params ( #30332 ). ... grations for check constraints and partial indexes when condition contains a range object ( #30350 ). Reve ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 7371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue (not the default), the admin provides an option when editing objects to "Save as new". A regression in ... #26035 ). Fixed a crash in the translations system when the current language has no translations ( #26046 ... ssion that caused the incorrect day to be selected when opening the admin calendar widget for timezones fr ... correct index handling in migrations on PostgreSQL when adding db_index=True or unique=True to a CharField ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 7298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to intermediate-level collected static directories when using the collectstatic management command. You sh ... avigation sidebar template to reduce debug logging when rendering ( #31865 ). Fixed a data loss possibilit ... y in the select_for_update() . When using related fields pointing to a proxy model in ... possibility, following a regression in Django 2.0, when copying model instances with a cached fields value ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
データベース — Django 4.0.6 ドキュメント 7262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gement ¶ Django opens a connection to the database when it first makes a database query. It keeps this con ... exceeds the maximum age defined by CONN_MAX_AGE or when it isn't usable any longer. In detail, Django auto ... matically opens a connection to the database whenever it needs one and doesn't have one already — ei ... connections. Don't enable them during development. When Django establishes a connection to the database, i ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 7262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s returned verbatim (#21415). Fixed loaddata error when fixture file name contained any dots not related t ... o file extensions (#21457) or when fixture path was relative but located in a subdire ... 51). Fixed display of inline instances in formsets when parent has 0 for primary key (#21472). Fixed a reg ... hat unnecessarily triggered settings configuration when importing get_wsgi_application (#21486). Fixed tes ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Signals — Django 4.0.6 ドキュメント 7226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ignals. The authentication framework sends signals when a user is logged in / out . Model signals ¶ The dj ... arbage collected. To prevent this, pass weak=False when you call the signal's connect() . 注釈 Model signa ... ls sender model can be lazily referenced when connecting a receiver by specifying its full appli ... stion' . This sort of reference can be quite handy when dealing with circular import dependencies and swap ...
https://man.plustar.jp/django/ref/signals.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT