検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 438 for For (0.125 sec.)
メールを送信する — Django 4.0.6 ドキュメント 3698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sending during development, and to provide support for platforms that can't use SMTP. コードは django.cor ... Exception if an error occurs. See the smtplib docs for a list of possible exceptions, all of which are su ... ue of the SERVER_EMAIL setting. This method exists for convenience and readability. If html_message is pr ... /contact/thanks/' ) else : # In reality we'd use a form class # to get proper validation errors. return H ...
https://man.plustar.jp/django/topics/email.html - [similar]
Django 1.10.7 release notes — Django 4.0.6 ドキュメント 3682
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he user to an "on success" URL. The security check for these redirects (namely django.utils.http.is_safe_ ... s always carried a warning that it is not hardened for production use and should be used only as a develo ... omitted_from_data() method ( #27905 ). Fixed model form default fallback for SelectMultiple ( #27993 ). 目 ...
https://man.plustar.jp/django/releases/1.10.7.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 3665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GIS requirements . The psycopg2 module is required for use as the database adapter when using GeoDjango w ... ately, you can build from source . Consult the platform-specific instructions if you are on macOS or Wind ... spatial database ¶ PostGIS 2 includes an extension for PostgreSQL that's used to enable spatial functiona ... he SQL Shell ( Start ‣ PostgreSQL X ‣ SQL Shell ). For example, to create a geodjango spatial database an ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 3665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he user to an "on success" URL. The security check for these redirects (namely django.utils.http.is_safe_ ... s always carried a warning that it is not hardened for production use and should be used only as a develo ... nd timeuntil filters that caused incorrect results for dates in a leap year ( #27637 ). 目次 Django 1.9.1 ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 3665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 19844: Potential account hijack via password reset form ¶ By submitting a suitably crafted email address ... d equal to an existing user email when lower-cased for comparison, an attacker could be sent a password r ... eset token for the matched account. In order to avoid this vulner ... ed email using the stricter, recommended algorithm for case-insensitive comparison of two identifiers fro ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 3649
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment has been a major goal. There are many options for deploying your Django application, based on your a ... s: WSGI and ASGI. WSGI is the main Python standard for communicating between web servers and applications ... uld also consider how you will handle static files for your application, and how to handle error reportin ... g . Finally, before you deploy your application to production, you sh ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 3649
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous | up | next » How to provide initial data for models ¶ アプリケーションを最初に設定するときに、デ ... documentation でサポートされている各 serialization formats の詳細を確認できます。 As an example, though, ... here's what a fixture for a Person model might look like in JSON: [ { "model ... つのに役立ちます。 目次 How to provide initial data for models マイグレーションで初期データを投入する フィ ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 3649
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ication, and we'll now create some automated tests for it. 困ったときは: このチュートリアルの実行に問題が ... self ): """ was_published_recently() returns False for questions whose pub_date is in the future. """ tim ... のような結果になるでしょう。 Creating test database for alias 'default' ... System check identified no iss ... s FAILED ( failures = 1 ) Destroying test database for alias 'default' ... 誤差が違う? 代わりにここで Nam ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 3649
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be properly configured; Django's documentation has for some time contained notes advising users on such c ... () -- was incorrectly handling username/password information in the header. Thus, for example, the follow ... er bugfixes and changes ¶ Subclass HTMLParser only for appropriate Python versions (#18239). Added batch_ ... mall regression in the admin filters where wrongly formatted dates passed as url parameters caused an unh ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 3649
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rating system vendors have also backported the fix for the Python bug into their packages of earlier vers ... of a strip_tags() call without escaping it first, for example with escape() . Mitigated possible XSS att ... e user to an "on success" URL. The security checks for these redirects (namely django.utils.http.is_safe_ ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]