検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 155 for QuerySet (0.094 sec.)
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... queries without writing raw SQL. For example: The QuerySet API is extensive. You can annotate and aggregate u ... ecutes it, and returns a django.db.models.query.RawQuerySet instance. This RawQuerySet instance can be iterate ... d over like a normal QuerySet to provide object instances. 例を示す事で最も簡単に ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es.uses_case_insensitive_names backend.uses_custom_queryset connection.features.uses_custom_queryset 目次 Port ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te() with ForeignObject ( #21566 ). Fixed crash of QuerySet s that use F() + timedelta() when their query was ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xed a regression where custom form fields having a queryset attribute but no limit_choices_to could not be use ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the current incarnation of django.contrib.admin . queryset-refactor : A refactoring of the internals of Djang ...
https://man.plustar.jp/django/internals/git.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = True ) . values ( 'number' , 'requirements' ) < QuerySet [{ 'number' : 102 , 'requirements' : [ { 'parking' ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ばれたとき、フィールドは自動的に更新されるだけです。 QuerySet.update() のような別の方法で他のフィールドに更新を加 ... lForm or the admin (by default, all objects in the queryset are available to choose). Either a dictionary, a Q ... gement commands or the admin. The admin constructs querysets to validate its form inputs in various edge cases ... iece in different Django APIs, notably, models and querysets . In models, a field is instantiated as a class a ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... they are yet to be saved. Instances fetched from a QuerySet will have adding=False and db set to the alias of ... e 前のトピックへ Model Meta options 次のトピックへ QuerySet API リファレンス 関連キーワード フィールド , モデル ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... esponse with a template and a context containing a queryset: from django.template.response import TemplateResp ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from mysite.myapp.models import MyModel info = { "queryset" : MyModel . objects . all (), } urlpatterns = pat ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 NEXT