検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 438 for For (0.114 sec.)
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 3989
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... session, or no session at all. This can lead to information disclosure and can be a vector for cache poi ... eader in combination with many content types. Therefore, Django would remove the header if the request wa ... net Explorer. To remedy this, the special behavior for these older Internet Explorer versions has been re ... ddition, modifications to the Cache-Control header for all Internet Explorer requests with a Content-Disp ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 3973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iles other than your project's static assets that, for convenience, you'd like to have Django serve for y ... directory you give it. (This view is not hardened for production use and should be used only as a develo ... EDIA_ROOT . django.contrib.staticfiles is intended for static assets and has no built-in handling for use ... r views ¶ Django comes with a few views by default for handling HTTP errors. To override these with your ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 3973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to bypass the ALLOWED_INCLUDE_ROOTS setting used for security with the ssi template tag by specifying a ... ve path that starts with one of the allowed roots. For example, if ALLOWED_INCLUDE_ROOTS = ("/var/www",) ... currently uses pickle to serialize session data before storing it in the backend. If you're using the si ... ecutes arbitrary code on the server. The technique for doing so is simple and easily available on the int ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Writing code — Django 4.0.6 ドキュメント 3956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango-developers mailing list and share your ideas for how to improve Django. We're always open to sugges ... tions. You can also interact on the Django forum and the #django-dev IRC channel . Submit patches ... for new and/or fixed behavior. If you're looking for a ... ew patches created by other users. Read the Advice for new contributors to help you get orientated in the ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 3956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hese coding standards when writing JavaScript code for inclusion in Django. Code style ¶ Please conform t ... issues. Most of the JavaScript files use 4 spaces for indentation, but there are some exceptions. When n ... times use a different code style. Please try to conform to the code style of each file. Use the ESLint co ... de linter to check your code for bugs and style errors. ESLint will be run when you ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 3956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 構築するのに使用されます。 django.views.generic.edit.FormMixin django.views.generic.edit.ModelFormMixin dja ... ngo.views.generic.edit.ProcessFormView django.views.generic.edit.DeletionMixin 注釈 ... の例は、 Generic editing ビュー を参照してください。 FormMixin ¶ class django.views.generic.edit. FormMixin ... initial ¶ フォームの初期化データのディクショナリ。 form_class ¶ インスタンス化するフォームクラス。 succes ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 3956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ease be advised that we've decided to drop support for Python 3.2 in Django 1.8.x at the end of 2016. We ... leases against Python 3.2 either. Upstream support for Python 3.2 ends February 2016 so we don't find muc ... h value in providing security updates for a version of Python that could be insecure. To rea ... ion and to let us know if this will be problematic for you, please read the django-developers thread . Bu ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 3956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 素の SQL 文の実行 ¶ Django gives you two ways of performing raw SQL queries: you can use Manager.raw() to ... perform raw queries and return model instances , or you c ... nd execute custom SQL directly . Explore the ORM before using raw SQL! The Django ORM provides many tools ... to express queries without writing raw SQL. For example: The QuerySet API is extensive. You can an ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 3940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orn ('Green Unicorn') is a pure-Python WSGI server for UNIX. It has no dependencies and can be installed ... nicorn by running python -m pip install gunicorn . For more details, see the gunicorn documentation . Run ... WSGI application object named application , which for a typical Django project would look like: gunicorn ... e.py file. See Gunicorn's deployment documentation for additional tips. 目次 How to use Django with Gunic ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 3940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en しないでください。 Don't use the ticket tracker for lengthy discussions, because they're likely to get ... cription of the problem, and a set of instructions for replicating it. Add as much debug information as y ... eveloped as an independent application or module — for instance, you want to support another database eng ... s sufficient community support, we may consider it for inclusion in Django. First request the feature on ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]