検索

phrase: max: clip:
target: order:
Results of 191 - 195 of about 195 for Object (0.278 sec.)
データベース — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.auth.models import User >>> User . objects . create ( username = 'alice' , pk = 1 ) <User: a ... sn't been updated; its next value is 1. >>> User . objects . create ( username = 'bob' ) ... IntegrityError: ... t_or_create() will raise an IntegrityError but the object won't appear in a subsequent get() call. Creating ...
https://man.plustar.jp/django/ref/databases.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e replaced with the title attribute of the section object. もし存在しない変数を使いたい場合、テンプレートシス ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing driver-specific creation options to GDALRaster objects using papsz_options . Allowed creating GDALRaster ... objects in GDAL's internal virtual filesystem. Rasters ca ... め、今後、次のような操作は禁止されます。 >>> Model . objects . all ()[: 2 ] . reverse () Traceback (most recen ... t transaction with transaction . atomic (): Book . objects . create ( author_id = 1 ) Author . objects . cre ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... error in field.errors %} loop. In this case, each object in the loop is a string containing the error messa ... プロパティとしての Media アセット定義内のパス Media objects フォームの Media 参考 The Forms Reference フォーム ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e actually normal Python files with an agreed-upon object layout, written in a declarative style. 基本的なマ ... igrations = True class MyModel ( models . Model ): objects = MyManager () もし from_queryset() 関数で動的に生 ... igrations = True class MyModel ( models . Model ): objects = MyManager () それに伴う影響については、マイグレ ... you will NOT have custom save() methods called on objects when you access them in migrations, and you will ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 11 12 13 14 15 16 17 18 19 20 NEXT