検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 177 for models (0.140 sec.)
The flatpages app — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import FlatPageAdmin from django.contrib.flatpages.models import FlatPage from django.utils.translation impo ... go model , which lives in django/contrib/flatpages/models.py . You can access flatpage objects via the Djang ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rrent statement. This is a complement to django.db.models.functions.Now , which returns the date and time of ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... テーブルの継承 in the of argument, the corresponding models were not locked ( #31246 ). Fixed a regression in ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r GROUP BY queries (e.g. .annotate().values() ) on models with Meta.ordering . A model's Meta.ordering doesn ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be cached. For example, assuming the example blog models : >>> entry = Entry . objects . get ( id = 1 ) >>> ... 完全に防ぐことができます。 So using the example blog models : >>> entry = Entry . objects . get ( id = 10 ) 上 ... number of SQL queries. For example: from django.db.models import Q PizzaToppingRelationship = Pizza . toppin ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 4670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge error reporting How to provide initial data for models How to integrate Django with a legacy database How ...
https://man.plustar.jp/django/howto/index.html - [similar]
Base views — Django 4.0.6 ドキュメント 4670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ews.generic.base import TemplateView from articles.models import Article class HomePageView ( TemplateView ) ... ews.generic.base import RedirectView from articles.models import Article class ArticleCounterRedirectView ( ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 4670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Suppresses the from django.contrib.gis.db import models import statement. --null NULL ¶ Use a comma separa ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 4670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django. 実装例: >>> from django.contrib.gis.db.models.functions import Length >>> Track . objects . anno ... yset is calculated: >>> from django.contrib.gis.db.models.functions import Distance >>> pnt = AustraliaCity ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 4670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.core.serializers import serialize from my_app.models import City serialize ( 'geojson' , City . objects ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]