検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 359 for from (0.122 sec.)
Measurement Objects — Django 4.0.6 ドキュメント 3720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n units of kilometers ( km ) and miles ( mi ): >>> from django.contrib.gis.measure import D , Distance >>> ... m >>> print ( d2 - d1 ) # Subtracting 5 kilometers from 5 miles 1.89314403881 mi Two Distance objects mult ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 3720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ously it was possible to import arbitrary packages from the Python path. This was not considered a securit ... tions questioner when removing the null constraint from a field to prevent an IntegrityError on existing N ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 3694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.sessions.exceptions のソースコード from django.core.exceptions import BadRequest , Suspici ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 3694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... exception and warning classes. """ import operator from django.utils.hashable import make_hashable [ドキュ ... ): """The user tried to call a sync-only function from an async context.""" pass クイック検索 Last update ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 3694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... How to authenticate against Django's user database from Apache application オブジェクト ¶ WSGI デプロイでキ ... u could add these lines at the bottom of wsgi.py : from helloworld.wsgi import HelloWorldApplication appli ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 3694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルを新たに作ります。以下のコードを追加してください。 from django.shortcuts import make_toast from django.tes ... です。 ImportError : cannot import name 'make_toast' from 'django.shortcuts' テストがすべて通れば、上記した新 ... ests/shortcuts/test_make_toast.py @@ -0,0 +1,7 @@ +from django.shortcuts import make_toast +from django.te ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
ロギング — Django 4.0.6 ドキュメント 3694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when an HTTP Host header is included in a request from a client that does not match ALLOWED_HOSTS , Djang ... lePostError (raised when a user cancels an upload) from the admin emails, you would create a filter functi ... on: from django.http import UnreadablePostError def skip_un ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 3694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eField took it upon itself to also delete the file from the backend storage. This opened the door to sever ... In Django 1.2.5, FileField will never delete files from the backend storage. If you need cleanup of orphan ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 3694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... example, a Place optionally can be a Restaurant : from django.db import models class Place ( models . Mod ... ant> p2 doesn't have an associated restaurant: >>> from django.core.exceptions import ObjectDoesNotExist > ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
LICENSE.txt 3667
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... e ask that you do not actively work to remove them from files, especially code. They're a great way for fo ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]