検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 231 for import (0.198 sec.)
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 4236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... つかのバグを修正しました。 Bugfixes ¶ Corrected the import paths that inspectdb generates for django.contrib. ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd database functions. For example: from django.db import models from django.db.models import UniqueConstrai ... nt from django.db.models.functions import Lower class MyModel ( models . Model ): first_name ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ることで、独立性を実現しています。 from django.test import TestCase from myapp.models import Animal class Ani ... pollute your tests. It is a bad idea to have such import-time database queries in your code anyway - rewrit ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n dimensioned units for robotics. """ from decimal import Decimal from functools import total_ordering __all ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne in multiple ways: from django.contrib.gis.feeds import Feed class MyFeed ( Feed ): # First, as a class at ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 例: >>> from django.contrib.gis.db.models.functions import Length >>> Track . objects . annotate ( length = L ... d: >>> from django.contrib.gis.db.models.functions import Distance >>> pnt = AustraliaCity . objects . get ( ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text sent in the email body. You provide a string import path to the class you wish to use, like this: 'han ... u would create a filter function: from django.http import UnreadablePostError def skip_unreadable_post ( rec ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Model クラスのリファレンス — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ar. Consider the following example: from django.db import models class Person ( models . Model ): # Add mana ...
https://man.plustar.jp/django/ref/models/class.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... version of simplejson , if one was available (i.e. import simplejson works), if it was more recent than Djan ... emoved our own copy of simplejson . You should now import json instead of django.utils.simplejson . Unfortun ... plejson after it became Python's json , you should import simplejson explicitly. django.utils.encoding.StrAn ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 4205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment commands ( #25372 ). Alphabetized ordering of imports in from django.db import migrations, models state ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]