検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 185 for objects (0.116 sec.)
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) crash when fetching relations in nested Prefetch objects ( #27554 ). Prevented hiding GDAL errors if it's n ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xed JavaScript errors while editing multi-geometry objects in the OpenLayers widget ( #23137 , #23293 ). Prev ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... QuerySet.bulk_create() now sets the primary key on objects when using SQLite 3.35+. DurationField now support ... . QuerySet.bulk_update() now returns the number of objects updated. The new Expression.empty_result_set_value ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .save() . If you call formset.save(commit=False) , objects will not be deleted automatically. You'll need to ... call delete() on each of the formset.deleted_objects to actually delete them: >>> instances = formset . ... commit = False ) >>> for obj in formset . deleted_objects : ... obj . delete () On the other hand, if you ar ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... riable_failure = True [ドキュメント] class MultipleObjectsReturned ( Exception ): """The query returned multi ... ple objects when only one was expected.""" pass [ドキュメント] ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ause new # attributes can't be set on bound method objects, only on functions. bound_method = wraps ( method ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m django.db.models.functions import Cast Zipcode . objects . annotate ( geom = Cast ( 'geography_field' , Poi ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
File storage API — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... necessary. 注釈 When methods return naive datetime objects, the effective timezone used will be the current v ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re dates in DateTimeField , comparison to datetime objects may require the tzinfo argument to be provided bec ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ックへ Constraints reference 次のトピックへ Related objects reference 関連キーワード fields , meta , include , ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]