検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 231 for import (0.114 sec.)
複数のデータベース — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion, and randomly chooses a replica to read from: import random class PrimaryReplicaRouter : def db_for_rea ... tered with any Admin instance: from django.contrib import admin # Specialize the multi-db admin objects for ... pecific connection using its alias: from django.db import connections with connections [ 'my_db_alias' ] . c ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
索引 — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ョン squashmigrations コマンドラインオプション --no-imports ogrinspect コマンドラインオプション --no-input co ... ラス) ImageFile (django.core.files.images のクラス) import_epsg() (SpatialReference のメソッド) import_proj() ... (SpatialReference のメソッド) import_string() (django.utils.module_loading モジュール) ... import_user_input() (SpatialReference のメソッド) import_wkt() (SpatialReference のメソッド) import_xml() ( ...
https://man.plustar.jp/django/genindex.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _view() . Example usage: from django.views.generic import TemplateView TemplateView . as_view ( extra_contex ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
データベース — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... part of your database configuration in DATABASES : import psycopg2.extensions DATABASES = { # ... 'OPTIONS' ... . For example: >>> from django.contrib.auth.models import User >>> User . objects . create ( username = 'ali ... cing transactions and referential integrity. It is important to be aware of the fact that the two latter one ... ngine/base.py ¶ from django.db.backends.postgresql import base , features class DatabaseFeatures ( features ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... related objects ( #25883 ). Added from __future__ import unicode_literals to the default apps.py created by ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango widget. For example: from django.contrib.gis import forms class MyGeoForm ( forms . Form ): point = fo ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 4133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e of its usage: >>> from django.contrib.gis.geoip2 import GeoIP2 >>> g = GeoIP2 () >>> g . country ( 'google ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Measurement Objects — Django 4.0.6 ドキュメント 4133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... miles ( mi ): >>> from django.contrib.gis.measure import D , Distance >>> d1 = Distance ( km = 5 ) >>> prin ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or if the decorated object cannot automatically be imported ( #23418 ). Fixed a typo in an inlineformset_fac ... t define get_absolute_url() . Avoided masking some ImportError exceptions during application loading ( #2292 ... ed MigrationWriter to handle builtin types without imports ( #23560 ). Fixed deepcopy on ErrorList ( #23594 ... ists in the URLconf. Previously it was possible to import arbitrary packages from the Python path. This was ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... methods. Usage: from django.views.decorators.http import require_http_methods @require_http_methods ([ "GET ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]