検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 195 for Object (0.091 sec.)
Signals — Django 4.0.6 ドキュメント 5123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e The actual instance being deleted. Note that the object will no longer be in the database, so be very care ... かの値を取ります。 "pre_add" Sent before one or more objects are added to the relation. "post_add" Sent after ... one or more objects are added to the relation. "pre_remove" Sent befo ... re one or more objects are removed from the relation. "post_remove" Sent ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ibrary upon Django translations. It returns a JSON object containing a translations catalog, formatting sett ... ort for serialization of functools.partial and LazyObject instances. When supplying None as a value in MIGRA ... ow executing one query regardless of the number of objects being added rather than one query per object. Add ... elete() and QuerySet.delete() return the number of objects deleted. Added a system check to prevent defining ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 5090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ostmortem should specify an origin on the template object. コンテキストの行情報 ¶ もしテンプレートをパースも ... ドパーティとの統合 ¶ Django templates have an Origin object available through the template.origin attribute. T ... eir own template.origin information by creating an object that specifies the following attributes: 'name' : ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 5090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アウトを記述した オブジェクトリレーショナルマッパー (object-relational mapper) が付属しています。 データモデル ... No reporters are in the system yet. >>> Reporter . objects . all () < QuerySet [] > # Create a new Reporter. ... = Reporter ( full_name = 'John Smith' ) # Save the object into the database. You have to call save() explici ... he new reporter is in the database. >>> Reporter . objects . all () < QuerySet [ < Reporter : John Smith > ] ...
https://man.plustar.jp/django/intro/overview.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 5090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( self , item ): ... geometry ( obj ) ¶ Takes the object returned by get_object() and returns the feed's ge ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _url of DeletionMixin is now interpolated with its object 's __dict__ . HttpResponseRedirect and HttpRespons ... xt, just like other template constructs. SimpleLazyObject s will now present more helpful representations in ... umpdata --pks option specifies the primary keys of objects to dump. This option can only be used with one mo ... re convenience methods returning the first or last object matching the filters. Returns None if there are no ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 5058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... icate with your code. It's commonly provided as an object named application in a Python module accessible to ... SGI application, you can wrap Django's application object in the asgi.py file. For example: from some_asgi_l ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 5058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed the SQL generated when filtering by a negated Q object that contains a F object. ( #22429 ). Avoided over ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 5014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you need custom template loading or custom context object instantiation, create a TemplateResponse subclass ... クへ クラスベースビュー mixin 次のトピックへ Single object mixins 関連キーワード template , context , mixins ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lete confirmation page's summary counts of related objects ( #25883 ). Added from __future__ import unicode_ ... s ( #25903 ). Fixed isnull query lookup for ForeignObject ( #25972 ). Fixed a regression in the admin which ... onverting them to <br> ( #25465 ). Fixed incorrect object reference in SingleObjectMixin.get_context_object_ ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]