検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 185 for objects (0.100 sec.)
Pythonモジュール索引 — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .measure GeoDjango's distance and area measurement objects. django.contrib.gis.serializers.geojson Serializat ... s.dateparse Functions to parse strings to datetime objects. django.utils.decorators Functions that help with ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TemplateResponse class. Unlike basic HttpResponse objects, TemplateResponse objects retain the details of th ... attribute ¶ Django's test client returns Response objects annotated with extra testing information. In Djang ... e, a single Template object, or a list of Template objects. This inconsistency in return values (sometimes a ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nc_to_async results = await sync_to_async ( Blog . objects . get , thread_sensitive = True )( pk = 123 ) 次の ... sync_to_async def _get_blog ( pk ): return Blog . objects . select_related ( 'author' ) . get ( pk = pk ) ge ... ... django.db.utils.DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リアする必要があります。単純な手段としては、 Session.objects.all().delete() を実行することが挙げられます。 認証 ... if login_valid and pwd_valid : try : user = User . objects . get ( username = username ) except User . DoesNo ... f get_user ( self , user_id ): try : return User . objects . get ( pk = user_id ) except User . DoesNotExist ... を使用して関連情報にアクセスできます: >>> u = User . objects . get ( username = 'fsmith' ) >>> freds_department ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t may be used during instantiation of LayerMapping objects. Argument 説明 model The geographic model, not an ... ings, and django.contrib.gis.gdal.SpatialReference objects are accepted. encoding Specifies the character set ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
ファイルのハンドリング — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... File class Additional methods on files attached to objects File storage API Getting the current storage class ...
https://man.plustar.jp/django/ref/files/index.html - [similar]
モデル — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ence Constraints reference Model _meta API Related objects reference Model クラスのリファレンス Model Meta op ...
https://man.plustar.jp/django/ref/models/index.html - [similar]
Django 2.2.5 リリースノート — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .2 where ModelAdmin.list_filter choices to foreign objects don't respect a model's Meta.ordering ( #30449 ). ...
https://man.plustar.jp/django/releases/2.2.5.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... パティに対する戻り値を構成する方法については、Media objects`_ を参照してください。 アセット定義内のパス ¶ アセ ... ="http://othersite.com/actions.js"></script> Media objects ¶ ウィジェットやフォームの media 属性に応答指令信号 ... プロパティとしての Media アセット定義内のパス Media objects アセットのサブセット Media オブジェクトを結合する ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne support is disabled, Django uses naive datetime objects in local time. This is sufficient for many use cas ... timezone . now () 警告 Dealing with aware datetime objects isn't always intuitive. For instance, the tzinfo a ... That's why you should always create aware datetime objects when time zone support is enabled. (See the Using ... ことがうまく動くはずです。コード内で naive datetime objects が生成している場合、Django は必要に応じて aware に ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT