検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 257 for which (0.213 sec.)
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ( #22882 ). Reinstated missing CHECK SQL clauses which were omitted on some backends when not using migra ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erations and login request for a nonexistent user (which runs the default hasher's default number of iterat ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and debugging tools to determine the template from which a node came from, even during template inheritance ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erations and login request for a nonexistent user (which runs the default hasher's default number of iterat ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
モデル — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (this would be Person in our example). For a model which has a many-to-many relationship to itself through ... , to handle this you'd typically use inheritance , which involves an implicit one-to-one relation). As with ... st order. This contrasts with standard Python MRO, which is resolved breadth-first in cases of diamond shap ... difference only affects complex model hierarchies, which (as per the advice above) you should try to avoid. ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... members: causes QuerySet.__bool__() to be called, which causes the group.members.all() query to be run on ... ave() or delete() methods of individual instances, which means that any custom behavior you have added for ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 味します。 A Form instance has an is_valid() method, which runs validation routines for all its fields. When ... rs may apply their own validation on these fields, which may be stricter than Django's validation. If you w ... する上で重要です。You can also customize the way in which labels and ids are generated . 詳しくは、 フォーム ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on_headers ( * headers ) ¶ The Vary header defines which request headers a cache mechanism should take into ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 4224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that the call order is the same as the # order in which they appear in the iterable. decorators = decorato ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 4224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s up a minimal default WSGI configuration for you, which you can tweak as needed for your project, and dire ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]