検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 189 for return (0.171 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the user to set a spatial_filter on the features returned when iterating over a Layer . Finally, GeoDjango ... f Django, a model's BooleanField under MySQL would return its value as either 1 or 0 , instead of True or Fa ... ango 1.2, however, BooleanField on MySQL correctly returns a real bool . The only time this should ever be a ... e value of the EMAIL_BACKEND setting, this may not return an SMTP connection. If you explicitly require an S ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions. To remedy this issue, strip_tags() will now return the original input if it detects the length of the ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression in 1.8 by making gettext() once again return UTF-8 bytestrings on Python 2 if the input is a by ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rmined by Pillow. You can now pass a callable that returns an iterable of choices when instantiating a Choic ... ¶ Exceptions from the (receiver, exception) tuples returned by Signal.send_robust() now have their traceback ... ntext dictionary could be shadowed by context data returned from context processors, whereas for render it w ... or example), model._meta.get_all_related_objects() returned the relationship as a django.db.models.related.R ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nMiddleware causing If-None-Match checks to always return HTTP 200 ( #25900 ). Fixed missing varchar/text_pa ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t the option to save the file. buffer . seek ( 0 ) return FileResponse ( buffer , as_attachment = True , fil ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on ( models . Model ): # ... def __str__ ( self ): return self . question_text class Choice ( models . Model ... ): # ... def __str__ ( self ): return self . choice_text あなた自身のインタラクティブシェ ... odel ): # ... def was_published_recently ( self ): return self . pub_date >= timezone . now () - datetime . ... s the choice to the set # of available choices and returns the new Choice object. Django creates # a set to ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ymodel' : MyModel . objects . get ( slug = slug )} return render ( request , 'myapp/my_template.html' , cont ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... teResponseMixin の代わりに JSONResponseMixin の中にreturnすることができます。 get_messages() は設定されたスト ... " def get_success_message ( self , cleaned_data ): return self . success_message % dict ( cleaned_data , cal ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ter saving a child model ( #28166 ). Corrected the return type of ArrayField(CITextField()) values retrieved ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]