検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 387 for This (0.078 sec.)
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ther bugs and numerous documentation improvements. This is the fourth bugfix/security release in the Djang ... incorrect and possibly malicious Host header. For this reason, Django 1.4.4 adds a new setting, ALLOWED_H ... ng an explicit list of valid host/domain names for this site. A request with a Host header not matching an ... entry in this list will raise SuspiciousOperation if request.get ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 5006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django's request.META dictionary). Unfortunately, this means that the WSGI environ cannot distinguish bet ... ser and X-Auth_User both become HTTP_X_AUTH_USER . This means that if a header is used in a security-sensi ... an X-Auth_User header (with underscore) and bypass this protection. In order to prevent such attacks, both ... into a link, they could suffer from a XSS attack. This bug doesn't affect Django currently, since we only ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls, JavaScript and CSV. 変数 ¶ Variables look like this: {{ variable }} . When the template engine encount ... s for display by using filters . Filters look like this: {{ name|lower }} . This displays the value of the ... lters take arguments. A filter argument looks like this: {{ bio|truncatewords:30 }} . This will display th ... nothing ". length Returns the length of the value. This works for both strings and lists. For example: {{ ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions are coroutine functions, hence the need for # this to exist. Code taken from CPython. if sys . versio ... anager to manage context for thread sensitive mode This context manager controls which thread pool executo ... may be used to specify a thread pool per context. This context manager is re-entrant, so only the outer-m ... de runs in a new loop in a new thread. Either way, this thread then pauses and waits to run any thread_sen ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 1.0 へようこそ! We've been looking forward to this moment for over three years, and it's finally here ... ability and forwards-compatibility. In a nutshell, this means that code you develop against Django 1.0 wil ... nywhere you see something like: New in Django 1.0: This feature is new in Django 1.0 You'll know that you' ... ls have been refactored to use Unicode throughout; this drastically simplifies the task of dealing with no ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onvenience function -- reverse() -- which performs this process in the opposite direction. The reverse() f ... pass a dotted Python path to the desired view. In this situation, Django will import the module indicated ... xecution with side effects on importing. To remedy this, reverse() will now only accept and import dotted ... y modules the developer intended to be imported in this fashion can or will be imported. Caching of anonym ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 4936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y define a default_app_config variable pointing to this class in their __init__.py . When the apps.py subm ... True an implicit primary key is added. The type of this implicit primary key can now be controlled via the ... specify attributes on the custom method. Prior to this it was necessary to use the property() function in ... regardless of whether the URL is otherwise valid. This protects against a potential model enumeration pri ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... values. Variables are surrounded by {{ and }} like this: My first name is {{ first_name }} . My last name ... xt of {'first_name': 'John', 'last_name': 'Doe'} , this template renders to: My first name is John. My las ... provide arbitrary logic in the rendering process. This definition is deliberately vague. For example, a t ... mplate tags. Tags are surrounded by {% and %} like this: {% csrf_token %} Most tags accept arguments: {% c ...
https://man.plustar.jp/django/topics/templates.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ロギングを設定する on how to complement or replace this default logging configuration. Django logging exte ... er hierarchy . Django does not post messages using this name. Instead, it uses one of the loggers below. d ... , you can override that specific logger following this example: 'handlers' : { 'null' : { 'class' : 'logg ... og the queries executed by RunPython . Messages to this logger have params and sql in their extra context ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 4910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 1.1.4 リリースノート ¶ Django 1.1.4 へようこそ! This is the fourth "bugfix" release in the Django 1.1 s ... of a browser, the only way that a custom header of this nature can be added is with XMLHttpRequest. Theref ... e custom HTTP headers on a request to any website. This can allow a forged request to appear to be an AJAX ... uests. Michael Koziarski of the Rails team brought this to our attention, and we were able to produce a pr ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]