検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 189 for return (0.094 sec.)
設定 — Django 4.0.6 ドキュメント 4788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... strings to functions that take a model object and return its URL. This is a way of inserting or overriding ... tion: def make_key ( key , key_prefix , version ): return ':' . join ([ key_prefix , str ( version ), key ]) ... ing the reason the request was rejected. It should return an HttpResponseForbidden . django.views.csrf.csrf_ ... option is set, reading datetimes from the database returns aware datetimes in this time zone instead of UTC. ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 4788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Windows ( #28181 ). Made date-based generic views return a 404 rather than crash when given an out of range ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 4788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... False , and developers who want the password value returned to the browser on a submission with errors (the ... ble extra checkbox in the rendered form output. To return to the previous rendering (without the ability to ... t_object_or_404 ( MyObject , name__iexact = name ) return render_to_response ( 'template' , { 'object' : obj ... response template attribute ¶ Django's test client returns Response objects annotated with extra testing inf ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 4788
" + 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.6.11.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b , b . num_books (<Publisher: B>, 1) Both queries return a list of publishers that have at least one book w ... on a per-object basis - an annotated QuerySet will return one result for each object in the original QuerySe ... ) clause is used to constrain the columns that are returned in the result set, the method for evaluating ann ... otations is slightly different. Instead of returning an annotated result for each result in the orig ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alizer ( BaseSerializer ): def serialize ( self ): return repr ( self . value ), { 'from decimal import Deci ... er. The serialize() method of your serializer must return a string of how the value should appear in migrati ... 自体でシリアル化可能である必要があります。 注釈 This return value is different from the deconstruct() method f ... or custom fields which returns a tuple of four items. Django will write out the ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ple, on nginx you might set up a default server to return "444 No Response" on an unrecognized host: server ... { listen 80 default_server ; return 444 ; } CACHES ¶ もしキャッシュを使うなら、開発環境 ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... きます。最下行に以下を追加します: def make_toast (): return 'toast' さて、先ほど書いたテストが成功したことを確 ... = .. function:: make_toast() .. versionadded:: 2.2 Returns ``'toast'``. この新機能は将来のリリースとともに、 ... e new :func:`django.shortcuts.make_toast` function returns ``'toast'``. ドキュメントの書き方についてもっと知 ... wargs): # Finally, fall back and assume it's a URL return to + + +def make_toast(): + return 'toast' diff -- ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from within Django's ORM. You can choose to either return the results of the aggregate directly, or else ann ... ier to get at the template context in the response returned the test client: you'll simply access the contex ... hods, hidden_fields() and visible_fields() , which return the list of hidden -- i.e., <input type="hidden"> ... a number between 1 (Sunday) and 7 (Saturday), and returns objects where the field value matches that day of ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onnections where SELECT @@SQL_AUTO_IS_NULL doesn't return a result ( #26991 ). Allowed User.is_authenticated ... nces on backends, such as PostgreSQL, that support returning the IDs of the created records so that many-to- ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]