検索

phrase: max: clip:
target: order:
Results of 181 - 189 of about 189 for return (0.044 sec.)
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 4602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.http import HttpResponse def index ( request ): return HttpResponse ( "Hello, world. You're at the polls ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 4602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... blished_recently ( self ): now = timezone . now () return now - datetime . timedelta ( days = 1 ) <= self . ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 4602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dels . DateField () def get_absolute_url ( self ): return reverse ( 'article-detail' , kwargs = { 'pk' : sel ... ject_list () ¶ Determine if an object list will be returned as part of the context. Returns make_object_list ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 4602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs ): """View to be excluded from APPEND_SLASH.""" return HttpResponse () Changed in Django 3.2: Support for ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 4602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest_finished signal as soon as the view function returned a response. This interacted badly with streaming ... : While the simplejson API is documented as always returning Unicode strings, the optional C implementation ... can return a bytestring. This was fixed in Python 2.7. simple ... () methods of the Page object did not check if the returned number was inside the existing page range. It do ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the database. If there aren't any results, it will return False , otherwise True . The line if current_user ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 4602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... forms . TextInput ): @property def media ( self ): return forms . Media ( css = { 'all' : ( 'pretty.css' ,)} ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
データベース — Django 4.0.6 ドキュメント 4570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ner spends less time planning the query and starts returning results faster, but this could diminish perform ... sult in crashes and other odd behavior. INSERT ... RETURNING INTO ¶ By default, the Oracle backend uses a RE ... le, or into a view with an INSTEAD OF trigger. The RETURNING INTO clause can be disabled by setting the use_ ... tabase configuration to False : 'OPTIONS' : { 'use_returning_into' : False , }, In this case, the Oracle bac ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in-memory. The new GDALBand.color_interp() method returns the color interpretation for the band. django.con ... be distinct. The new RandomUUID database function returns a version 4 UUID. It requires use of PostgreSQL's ... map constructor. キャッシュ ¶ cache.set_many() now returns a list of keys that failed to be inserted. For th ... idgets. The new Form.errors.get_json_data() method returns form errors as a dictionary suitable for includin ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PREV 10 11 12 13 14 15 16 17 18 19 NEXT