検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 250 for have (0.128 sec.)
Single object mixins — Django 4.0.6 ドキュメント 4171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve the same purpose, but this scheme allows you to have non-unique slugs. get_object ( queryset = None ) ¶ ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efore it's serialized. The escape_html parameter behaves as described in Form.errors.as_json() . Form. add ... e an instance of a subclass of BoundField . If you have a GPSCoordinatesField , for example, and want to b ... uploaded files to a form ¶ Dealing with forms that have FileField and ImageField fields is a little more c ... } {{ form }} </ form > Subclassing forms ¶ If you have multiple Form classes that share fields, you can u ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the resulting response object. render() will only have an effect the first time it is called. On subseque ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 4171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unsaved related object 'reporter'. Article objects have access to their related Reporter objects: >>> r = ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield ( upload_to = 'specs' ) Any Car instance will have a photo attribute that you can use to get at the d ...
https://man.plustar.jp/django/topics/files.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 4171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use a Manager . This is useful for example if you have a custom manager : get_object_or_404 ( Book . dahl ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ason is daylight saving time (DST). Many countries have a system of DST, where clocks are moved forward in ... in new projects, and you should keep it unless you have a very good reason not to. タイムゾーンサポートを有 ... receives a naive datetime. This indicates that you haven't finished porting your code for time zone suppor ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 4111
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eader names are case-insensitive (RFC 2045), so we have to # accommodate that when doing comparisons. head ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4111
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .edu, .gov, .int, .mil, .net, and .org). Links can have trailing punctuation (periods, commas, close-paren ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 4111
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ring. Add back any trailing equal signs that might have been stripped. """ s = s . encode () try : return ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]