検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 135 for Returns (0.082 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 5319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... response template attribute ¶ Django's test client returns Response objects annotated with extra testing info ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... その他 ¶ django.forms.ModelMultipleChoiceField now returns an empty QuerySet as the empty value instead of an ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mented django.core.files.locks.lock() function now returns False if the file cannot be locked, instead of rai ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
モデル — Django 4.0.6 ドキュメント 5319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arField ( max_length = 128 ) def __str__ ( self ): return self . name class Group ( models . Model ): name = ... n , through = 'Membership' ) def __str__ ( self ): return self . name class Membership ( models . Model ): pe ... s . DateField () def baby_boomer_status ( self ): "Returns the person's baby-boomer status." import datetime ... n "Post-boomer" @property def full_name ( self ): "Returns the person's full name." return ' %s %s ' % ( self ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his method takes a raw SQL query, executes it, and returns a django.db.models.query.RawQuerySet instance. Thi ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... transaction that is known to be in a "good" state. Returns the savepoint ID ( sid ). savepoint_commit ( sid , ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent as serialize , a string or stream of data, and returns an iterator. However, here it gets slightly compli ... f , obj ): if isinstance ( obj , YourCustomType ): return str ( obj ) return super () . default ( obj ) You c ... _by_natural_key ( self , first_name , last_name ): return self . get ( first_name = first_name , last_name = ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ince 1.4 csrf_response_exempt has been a no-op (it returns the same function), and csrf_view_exempt has been ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5283
" + 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 . t ... s the choice to the set # of available choices and returns the new Choice object. Django creates # a set to h ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 5283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... empty, the above will display " nothing ". length Returns the length of the value. This works for both strin ... example works, be aware that most template filters return strings, so mathematical comparisons using filters ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 NEXT