検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 57 for parent (0.090 sec.)
Model Meta options — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o make related objects orderable with respect to a parent object. For example, if an Answer relates to a Que ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... など)。 このケースを考えます: class Event ( Model ): parent = models . ForeignKey ( 'self' , on_delete = model ... id ) AS entry_count FROM blog_blog ; Note that the parentheses required by most database engines around subq ... alue 'self' to refer to the queryset's model. Lock parents models in select_for_update(of=(...)) If you want ... to lock parents models when using multi-table inheritance , you m ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
設定 — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h the URL path of your Django installation or be a parent of that path. This is useful if you have multiple ... h the URL path of your Django installation or be a parent of that path. This is useful if you have multiple ... tch the URL path of your Django installation or be parent of that path. This is useful if you have multiple ...
https://man.plustar.jp/django/ref/settings.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rted. In addition to the optional arguments of its parent RegexValidator class, URLValidator accepts an extr ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eModelAdmin.has_add_permission() is now passed the parent object as the second positional argument, obj . Ad ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions, models are created child tables instead the parent. inspectdb now introspects DurationField for Oracl ... you run migrate . In the admin, the change is transparent for proxy models having the same app_label as thei ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nds django.test.LiveServerTestCase . Just like its parent, you can use it to write tests that involve runnin ... es.views.serve() view described above, it can transparently overlay at test execution-time the assets provid ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 6476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... value consists only of valid emails.""" # Use the parent's handling of required fields, etc. super () . val ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Signals — Django 4.0.6 ドキュメント 6476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ide these methods on your model, you must call the parent class' methods for these signals to be sent. Note ...
https://man.plustar.jp/django/ref/signals.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... manager, be sure to either call the method on the parent (using super() ) or do the appropriate handling of ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
PREV 1 2 3 4 5 6 NEXT