検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 345 for when (0.048 sec.)
Django 1.11.27 リリースノート — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers, that compared equal to an existing user email when lower-cased for comparison, an attacker could be s ... Fixed a data loss possibility in SplitArrayField . When using with ArrayField(BooleanField()) , all values ...
https://man.plustar.jp/django/releases/1.11.27.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion store ¶ Previously, a session could be created when anonymously accessing the django.contrib.auth.view ... no longer create empty session records, including when SESSION_SAVE_EVERY_REQUEST is active. Additionally ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
Django 1.7.6 release notes — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g is now correctly applied. Bugfixes ¶ Fixed crash when coercing ManyRelatedManager to a string ( #24352 ) ... ed migrations from adding a foreign key constraint when converting an existing field to a foreign key ( #2 ...
https://man.plustar.jp/django/releases/1.7.6.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ession causing the cached template loader to crash when using lazy template names ( #26603 ). Fixed on_com ... mit callbacks execution order when callbacks make transactions ( #26627 ). Fixed HSto ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers, that compared equal to an existing user email when lower-cased for comparison, an attacker could be s ... Fixed a data loss possibility in SplitArrayField . When using with ArrayField(BooleanField()) , all values ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タが破損しないように保護されます。 パフォーマンス ¶ When running in a mode that does not match the view (e. ... tions ¶ It is necessary to adapt the calling style when calling sync code from an async context, or vice-v ... and it is automatically installed as a dependency when you install Django with pip . async_to_sync() ¶ as ... ables the thread_sensitive mode of sync_to_async() when that wrapper is used below it. sync_to_async() ¶ s ...
https://man.plustar.jp/django/topics/async.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 4240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... formatted message as a string. Optional `unixfrom' when True, means include the Unix From_ envelope header ... re formatted message as bytes. Optional `unixfrom' when True, means include the Unix From_ envelope header ... itive (RFC 2045), so we have to # accommodate that when doing comparisons. header_names = [ key . lower () ... nts. For a text/* mimetype (guessed or specified), when a bytes object is specified as content, decode it ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 4240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patches are provided in the form of pull requests. When committing a pull request, make sure each individu ... utomatically appended to the message's first line. When rewriting the commit history of a pull request, th ... n addition, please follow the following guidelines when committing code to Django's Git repository: Never ... r merger, before you commit it in the first place! When a mistaken commit is discovered, please follow the ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 4240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instances of ContentType are automatically created whenever new models are installed. Instances of Content ... method yourself; Django will call it automatically when it's needed. get_for_id ( id ) ¶ Lookup a ContentT ... n. The get_for_model() method is especially useful when you know you need to work with a ContentType but d ... e objects If you're serializing data (for example, when generating fixtures ) from a model that implements ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 4240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on within Apache and loads Python code into memory when the server starts. Code stays in memory throughout ... ll as any changes you'll need to make to your code when updating your copy of Django. (For stable releases ... command available. In other words, you're all set! When you want to update your copy of the Django source ... command git pull from within the django directory. When you do this, Git will download any changes. 目次 D ...
https://man.plustar.jp/django/topics/install.html - [similar]