検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 438 for For (0.072 sec.)
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 3391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... がすでに一度データをクリーニングしているからです)。 For example, if you wanted to validate that the conten ... specific field (it's a CharField ), but you want a formfield-specific piece of validation and, possibly, ... のクリーニングによって発生した例外をすべて含みます。 Form.clean() をオーバーライドして発生させた例外は、特定 ... 場合は、 add_error() を呼び出す必要があります。 ModelForm サブクラスの clean() メソッドをオーバーライドする ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 3391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e.py migrate creates the necessary database tables for auth related models and permissions for any models ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 3391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s Waiter ( models . Model ): restaurant = models . ForeignKey ( Restaurant , on_delete = models . CASCADE ... follows are examples of operations that can be performed using the Python API facilities. Create a coupl ... t here. You can also use hasattr to avoid the need for exception catching: >>> hasattr ( p2 , 'restaurant ... he restaurant> Note that you must save an object before it can be assigned to a one-to-one relationship. ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
FAQ: インストール — Django 4.0.6 ドキュメント 3374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... かもしれませんが、必要に応じてエラーが表示されます。 For a development environment -- if you just want to e ... in newer Python releases. Third-party applications for use with Django are free to set their own version ...
https://man.plustar.jp/django/faq/install.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 3374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... views.generic.detail. BaseDetailView ¶ A base view for displaying a single object. It is not intended to ... icle_list.html : < h1 > Articles </ h1 > < ul > {% for article in object_list %} < li > {{ article.pub_da ... {% empty %} < li > No articles yet. </ li > {% endfor %} </ ul > If you're using pagination, you can ada ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
Deploying GeoDjango — Django 4.0.6 ドキュメント 3374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... words, use an appropriate configuration of Apache. For example, when configuring your application with mo ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
django.contrib.humanize — Django 4.0.6 ドキュメント 3374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er numeric values as plural, this may be incorrect for some languages. Works best for numbers over 1 mill ... に従ってフォーマットされます。引数がない場合は DATE_FORMAT 設定に従います。 naturaltime ¶ datetime 値に対し ...
https://man.plustar.jp/django/ref/contrib/humanize.html - [similar]
Django 1.11.24 リリースノート — Django 4.0.6 ドキュメント 3374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sion in 1.11.23. Bugfixes ¶ Fixed crash of KeyTransform() for django.contrib.postgres.fields.JSONField an ...
https://man.plustar.jp/django/releases/1.11.24.html - [similar]
Django 1.2.3 release notes — Django 4.0.6 ドキュメント 3374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... corrects the following problems: The patch applied for the security issue covered in Django 1.2.2 caused ... SRF tokens. The patch also caused issues with some forms, most notably the user-editing forms in the Djan ... notes 関連キーワード release , notes , トピック , forms , previous , up , next , problems , patch , pack ...
https://man.plustar.jp/django/releases/1.2.3.html - [similar]
Django 2.1.12 リリースノート — Django 4.0.6 ドキュメント 3374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssion in 2.1.11. Bugfixes ¶ Fixed crash of KeyTransform() for django.contrib.postgres.fields.JSONField an ...
https://man.plustar.jp/django/releases/2.1.12.html - [similar]