検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 257 for all (0.116 sec.)
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t that CommonPasswordValidator uses by lowercasing all passwords to match the format expected by the vali ... dator ( #29952 ). Prevented repetitive calls to geos_version_tuple() in the WKBWriter class in ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld . When using with ArrayField(BooleanField()) , all values after the first True value were marked as c ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he smtplib docs for a list of possible exceptions, all of which are subclasses of SMTPException . auth_us ... alidation errors. return HttpResponse ( 'Make sure all fields are entered and valid.' ) EmailMessage クラ ... new attachment using a file from your filesystem. Call it with the path of the file to attach and, option ... sage objects. If the connection is not open, this call will implicitly open the connection, and close the ...
https://man.plustar.jp/django/topics/email.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uest before # the view (and later middleware) are called. response = get_response ( request ) # Code to b ... ted for each request/response after # the view is called. return response return middleware もしくは、イン ... One-time configuration and initialization. def __call__ ( self , request ): # Code to be executed for ea ... uest before # the view (and later middleware) are called. response = self . get_response ( request ) # Co ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ト区切りの Python パスを指定します。たとえば: # Run all the tests in the animals.tests module $ ./manage.p ... y test animals.tests # Run all the tests found within the 'animals' package $ ./m ... oinput option to suppress that prompt and automatically destroy the database. This can be useful when run ... ur before the test database is set up, with potentially unexpected results. For example, if you have a da ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 07, Robert Coup <robert.coup@onetrackmind.co.nz> # All rights reserved. # # Redistribution and use in sou ... PARTICULAR PURPOSE ARE # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ... OF SUCH DAMAGE. # """ Distance and Area objects to allow for sensible and convenient calculation and conv ... ort Decimal from functools import total_ordering __all__ = [ "A" , "Area" , "D" , "Distance" ] NUMERIC_TY ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hortcuts to make web developers' lives easier, but all those tools are of no use if you can't easily depl ... the new, asynchronous-friendly standard that will allow your Django site to use asynchronous Python feat ... pplication, and how to handle error reporting . Finally, before you deploy your application to production ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are looking to ask any question regarding the installation, usage, or debugging of Django. 注釈 If it's ... ess django-announce posting email django-updates ¶ All the ticket updates are mailed automatically to thi ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " of web page in your Django application that generally serves a specific function and has a specific tem ... になっています。規約により、 DjangoTemplates は INSTALLED_APPS のそれぞれの "templates" サブディレクトリを ... / h1 > < ul > {% for choice in question.choice_set.all %} < li > {{ choice.choice_text }} </ li > {% endf ... } ループの中で行われています。 question.choice_set.all は、 Python コードの question.choice_set.all() と解 ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... O レベル以上のメッセージをコンソールに送信します。 All loggers except django.server propagate logging to ... alias : The alias of the database used in the SQL call. パフォーマンスの観点から、 SQL ログは、ログレベル ... gger for each subtype of security error, including all SuspiciousOperation s. The level of the log event ... ded in a request from a client that does not match ALLOWED_HOSTS , Django will return a 400 response, and ...
https://man.plustar.jp/django/ref/logging.html - [similar]