検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 387 for This (0.135 sec.)
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 4607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 1.1.3 リリースノート ¶ Django 1.1.3 へようこそ! This is the third "bugfix" release in the Django 1.1 se ... ls, including across database-level relationships. This is implemented by passing lookup arguments in the ... uerystring. However, it has been demonstrated that this can be abused to gain access to information outsid ... ormation such as users' password hashes. To remedy this, django.contrib.admin will now validate that query ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... assume now that only GET or POST requests make it this far # ... pass Note that request methods should be ... nt compression on a per-view basis. gzip_page () ¶ This decorator compresses content if the browser allows ... client-side caching. cache_control ( ** kwargs ) ¶ This decorator patches the response's Cache-Control hea ... of the transformation. never_cache ( view_func ) ¶ This decorator adds an Expires header to the current da ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bases is an optional list of other classes to have this model inherit from; it can contain both class obje ... state ( True ), or if it is temporary and just for this migration ( False ) - usually because the migratio ... fault value may cause a full rewrite of the table. This happens even for nullable fields and may have a ne ... default value and run the makemigrations command. This should generate a migration with an AddField opera ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 4589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that access to user registration was unrestricted this provided a potential vector for a denial-of-servic ... e attack. In order to mitigate this issue, relatively long values are now ignored by U ... serAttributeSimilarityValidator . This issue has severity "medium" according to the Djang ... f passed a suitably crafted key. In order to avoid this possibility, dictsort now works with a restricted ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o releases in the 1.3 series. Please be aware that this security release is slightly different from previo ... us ones. Both issues addressed here have been dealt with in prior ... Port, if specified, is numeric. Any deviation from this will now be rejected, raising the exception django ... Also following up on a previous issue: in July of this year, we made changes to Django's HTTP redirect cl ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o releases in the 1.4 series. Please be aware that this security release is slightly different from previo ... us ones. Both issues addressed here have been dealt with in prior ... Port, if specified, is numeric. Any deviation from this will now be rejected, raising the exception django ... Also following up on a previous issue: in July of this year, we made changes to Django's HTTP redirect cl ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ser to a different host. An attacker could exploit this, for example, by redirecting users to a phishing s ... te designed to ask for user's passwords. To remedy this, URL reversing now ensures that no URL starts with ... cond slash with its URL encoded counterpart (%2F). This approach ensures that semantics stay the same, whi ... the scheme. File upload denial-of-service ¶ Before this release, Django's file upload handing in its defau ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 4537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | next » Windows での Django のインストール方法 ¶ This document will guide you through installing Python ... which makes it easier to work on Python projects. This is meant as a beginner's guide for users working o ... developing patches for Django itself. The steps in this guide have been tested with Windows 10. In other v ... nv for managing environments which we will use for this guide. To create a virtual environment for your pr ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 4537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sues, we ask that they not be publicly reported in this fashion. Instead, if you believe you've found some ... rity@djangoproject.com is 0xfcb84b8d1d17f80b , and this public key is available from most commonly-used ke ... g notice will include a list of affected versions. This list is comprised solely of supported versions of ... ty release, as well as the severity of the issues. This is to aid organizations that need to ensure they h ...
https://man.plustar.jp/django/internals/security.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou have to tell it which settings you're using. Do this by using an environment variable, DJANGO_SETTINGS_ ... きません。 from django.conf.settings import DEBUG # This won't work. また global_settings や自作の設定ファイ ... import settings settings . DEBUG = True # Don't do this! 設定を変えて良いのは、設定ファイルの中だけです。 ... t only you and your web server's user can read it. This is especially important in a shared-hosting enviro ...
https://man.plustar.jp/django/topics/settings.html - [similar]