検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 481 for To (0.101 sec.)
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 1.4.13. reverse() could generate URLs pointing to other hosts ¶ In certain situations, URL reversing ... slashes), which could unexpectedly redirect a user to a different host. An attacker could exploit this, ... for example, by redirecting users to a phishing site designed to ask for user's passwor ... ds. To remedy this, URL reversing now ensures that no URL ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere have been dealt with in prior security updates to Django. In one case, we have received ongoing repo ... rts of problems, and in the other we've chosen to take further steps to tighten up Django's code in ... response to independent discovery of potential problems from m ... of poisoning the HTTP Host header, causing Django to generate URLs pointing to arbitrary, potentially-m ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... issues in 1.5.8. Caches may incorrectly be allowed to store and serve private data ¶ In certain situatio ... ns, Django may allow caches to store private data related to a particular session ... and then serve that data to requests with a different session, or no session a ... t all. This can lead to information disclosure and can be a vector for cac ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s in 1.5.8. reverse() could generate URLs pointing to other hosts ¶ In certain situations, URL reversing ... slashes), which could unexpectedly redirect a user to a different host. An attacker could exploit this, ... for example, by redirecting users to a phishing site designed to ask for user's passwor ... ds. To remedy this, URL reversing now ensures that no URL ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mport encoders as Encoders from email import generator , message_from_string from email.errors import He ... 8_charset . body_encoding = None # Python defaults to BASE64 utf8_charset_qp = Charset . Charset ( "utf- ... . body_encoding = Charset . QP # Default MIME type to use on attachments (if it is not explicitly given ... 22) ADDRESS_HEADERS = { "from" , "sender" , "reply-to" , "to" , "cc" , "bcc" , "resent-from" , "resent-s ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dex | Modules « previous | up | next » GeoDjango Tutorial ¶ はじめに ¶ GeoDjango is an included contrib ... module for Django that turns it into a world-class geographic web framework. GeoDjango ... strives to make it as simple as possible to create geographic ... lds for OGC geometries and raster data. Extensions to Django's ORM for querying and manipulating spatial ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... る事もできます。 If you need an empty migration file to write your own Operation objects into, use python ... ma-altering operations can confuse the migration autodetector and make resulting runs of makemigrations ... ョンの辞書オブジェクトです。 bases is an optional list of other classes to have this model inherit from; i ... ings in the format "appname.ModelName" if you want to depend on another model (so you inherit from the h ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.0 へようこそ! We've been looking forward to this moment for over three years, and it's finally ... here. Django 1.0 represents the largest milestone in Django's development to date: a web framework ... ons from hundreds of developers, been translated into fifty languages, and today is used by developers o ... tinent and in every kind of job. An interesting historical note: when Django was first released in July ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デルメソッド を使ってください。 For example, this custom Manager adds a method with_counts() : from django ... ample, you'd use OpinionPoll.objects.with_counts() to get a QuerySet of OpinionPoll objects with the ext ... QuerySet だけは返してはいけません。 Another thing to note is that Manager methods can access self.model ... to get the model class to which they're attached. マネ ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango runs through each URL pattern, in order, and stops at the first one that matches the requested URL, ... rguments specified in the optional kwargs argument to django.urls.path() or django.urls.re_path() . もし ... /<slug:slug>/' , views . article_detail ), ] メモ: To capture a value from the URL, use angle brackets. ... lude a converter type. For example, use <int:name> to capture an integer parameter. If a converter isn't ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT