検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 387 for This (0.103 sec.)
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 列挙します。 適合性 (suitablitiry) と API の安定性 ¶ This release is intended to provide a stable reference ... 0.91 and 0.95. 変更と新機能 ¶ The major changes in this release (for developers currently using the 0.91 r ... merging the 'magic-removal' branch of development. This branch removed a number of constraints in the way ... the scenes. Aside from that, another main theme of this release is a dramatic increase in usability. We've ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 4424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs TEST dictionary, a hardcoded password is used. This could allow an attacker with network access to the ... database server to connect. This user is usually dropped after the test suite compl ... settings.ALLOWED_HOSTS when settings.DEBUG=True . This makes them vulnerable to a DNS rebinding attack . ... t ship a module that allows remote code execution, this is at least a cross-site scripting vector, which c ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ては データモデルの項目 を参照ください。 Throughout this guide (and in the reference), we'll refer to the f ... object of the right type to the field in question. This example updates the blog attribute of an Entry ins ... 1 ), use an index instead of a slice. For example, this returns the first Entry in the database, after ord ... but the second query would return that one blog. (This is because the entries selected by the second filt ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 4398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt to help but just don't know how to get started? This is the section for you. Get up and running! If you ... you an introduction to the tools and the workflow. This page contains more general advice on ways you can ... g task, make sure that your idea has support first This means getting someone else to confirm that a bug i ... cary to put your opinion out to the world and say "this ticket is correct" or "this patch needs work", but ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 4398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it using the password reset page . If a ticket for this issue doesn't exist yet, create one in our ticket ... tracker . If a ticket for this issue already exists, make sure nobody else has cl ... aimed it. To do this, look at the "Owned by" section of the ticket. If ... laimed. Otherwise, somebody else may be working on this ticket. Either find another bug/feature to work on ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Built-in Views — Django 4.0.6 ドキュメント 4398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w can be used to serve any directory you give it. (This view is not hardened for production use and should ... serve your MEDIA_ROOT by appending something like this to your URLconf: from django.conf import settings ... t assumes your MEDIA_URL has a value of 'media/' . This will call the serve() view, passing in the path fr ... er. Since it can become a bit cumbersome to define this URL pattern, Django ships with a small URL helper ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 4398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xt » Django 1.4.2 release notes ¶ October 17, 2012 This is the second security release in the Django 1.4 s ... ed from the HTTP Host header. Some attacks against this are beyond Django's ability to control, and requir ... t : validsite . com : random @evilsite . com Using this, an attacker can cause parts of Django -- particul ... ate and display arbitrary URLs to users. To remedy this, the parsing in HttpRequest.get_host() is being mo ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 4398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » Django 1.5.3 release notes ¶ September 10, 2013 This is Django 1.5.3, the third release in the Django 1 ... {% ssi "/var/www/../../etc/passwd" %} In practice this is not a very common problem, as it would require ... scalates to a remote code execution vulnerability. This attack can be mitigated by serializing session dat ... a using JSON rather than pickle . To facilitate this, Django 1.5.3 introduces a new setting, SESSION_SE ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 4398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) method even if an incorrect password is entered. This can leak information about a user, depending on wh ... verridden, more sensitive details could be leaked. This issue is fixed with the caveat that Authentication ... Form can no longer raise the "This account is inactive." error if the authentication ... , ModelBackend , has done that since Django 1.10). This issue will be revisited for Django 2.1 as a fix to ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules « previous | up | next » ファイルの管理 ¶ This document describes Django's file access APIs for f ... to . url 'http://media.example.com/cars/chevy.jpg' This object -- car.photo in the example -- is a File ob ... of the File class. Be aware that files created in this way are not automatically closed. The following ap ... risk of running out of file descriptors may arise. This may lead to the following error: OSError : [ Errno ...
https://man.plustar.jp/django/topics/files.html - [similar]