検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 44 for register (0.084 sec.)
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e can now be serialized in migrations. You can now register custom serializers for migrations. モデル ¶ Added ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'from decimal import Decimal' } MigrationWriter . register_serializer ( Decimal , DecimalSerializer ) The fir ... st argument of MigrationWriter.register_serializer() is a type or iterable of types that s ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b import admin from . import models admin . site . register ( models . Article ) ここでの哲学は、あなたのサイト ...
https://man.plustar.jp/django/intro/overview.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns use base classes below, and psycopg2 provides a register_range() to allow use of custom range types. class ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pNotFound if it cannot determine your sitemap URL. Register with Google first! The ping_google() command only ... works if you have registered your site with Google Search Console . One usefu ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rAdmin ): form = MyUserChangeForm admin . site . unregister ( User ) admin . site . register ( User , MyUserAd ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation. Django provides the on_commit() function to register callback functions that should be executed after a ... andled correctly. That is, an on_commit() callable registered after a savepoint (in a nested atomic() block) w ... en transaction are executed in the order they were registered. Exception handling ¶ If one on-commit function ... transaction raises an uncaught exception, no later registered functions in that same transaction will run. Thi ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and dotted Python paths of template tag modules to register with the template engine. This can be used to add ...
https://man.plustar.jp/django/topics/templates.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... admin from .models import Question admin . site . register ( Question ) admin の機能を探究してみる ¶ 私たちが ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.db.models.functions import Lower >>> CharField . register_lookup ( Lower ) >>> Blog . objects . values ( 'na ... to values() . As above, if the transform has been registered on the relevant field type the first annotate() ... o.db.models.functions import Lower >>> CharField . register_lookup ( Lower ) >>> Blog . objects . values ( 'en ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 NEXT