検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 162 for then (0.115 sec.)
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 4998
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n define a custom Calendar widget. This widget can then be associated with the CSS and JavaScript that is ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... <UTC>) # Change values by changing the attributes, then calling save(). >>> q . question_text = "What's up ... oice to the set # of available choices and returns the new Choice object. Django creates # a set to hold t ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ICAL . If the level is greater or equal to ERROR , then Django will prevent management commands from execu ... severity ( C for criticals, E for errors and so). The number can be allocated by the application, but sho ... .E001 : The FILE_UPLOAD_TEMP_DIR setting refers to the nonexistent directory <path> . モデルフィールド ¶ f ... r <app_label>.<model>.<field name> . fields.E306 : The name <name> is invalid related_name for field <mode ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DDLEWARE setting, django.contrib.auth.middleware.AuthenticationMiddleware and django.contrib.messages.midd ... 80s' , _ ( 'in the eighties' )), ( '90s' , _ ( 'in the nineties' )), ) def queryset ( self , request , que ... , 12 , 31 )) . exists (): yield ( '90s' , _ ( 'in the nineties' )) タプルで、最初の要素がフィールド名で、 ... concatenating the values of the source fields, and then by transforming that result into a valid slug (e.g ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "chained." The output of one filter is applied to the next. {{ text|escape|linebreaks }} is a common idio ... m for escaping text contents, then converting line breaks to <p> tags. Some filters t ... dif %} In the above, if athlete_list is not empty, the number of athletes will be displayed by the {{ athl ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo 1.11.x series is the last to support Python 2. The next major release, Django 2.0, will only support P ... 後に自動的にログインできるようになりました。複数の AUTHENTICATION_BACKENDS を設定している場合、 post_reset_l ... erCreationForm に追加されました。 HttpRequest が authenticate() に渡されるようになりました。これは、 reque ... ion, and isvalid lookup. django.contrib.postgres ¶ The new distinct argument for StringAgg determines if c ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... all kinds of iterables, not only list and tuples. The new PersistentRemoteUserMiddleware makes it possibl ... ます。spatial querying はまだサポートしていません。 The new GDALRaster.warp() method allows warping a raste ... igin, width, height, or pixel size (among others). The new GDALRaster.transform() method allows transformi ... になりました。詳しくは How it works を見てください。 The new CSRF_TRUSTED_ORIGINS setting provides a way to ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 用できます。 マイナーな機能 ¶ django.contrib.admin ¶ The new ModelAdmin.autocomplete_fields attribute and Mo ... eated from and converted to binary data in-memory. The new GDALBand.color_interp() method returns the colo ... rpretation for the band. django.contrib.postgres ¶ The new distinct argument for ArrayAgg determines if co ... ncatenated values will be distinct. The new RandomUUID database function returns a version ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d output all email headers and the email body. You then only need to set the EMAIL_HOST and EMAIL_PORT acc ...
https://man.plustar.jp/django/topics/email.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orForm ( request . POST ) # Create, but don't save the new author instance. >>> new_author = f . save ( co ... >>> new_author . some_field = 'some_value' # Save the new instance. >>> new_author . save () # Now, save ... -- including many-to-many data -- is saved without the need for any additional method calls. For example: ... request . POST , instance = a ) # Create and save the new author instance. There's no need to do anything ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]