検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 438 for For (0.101 sec.)
Djangoの設定 — Django 4.0.6 ドキュメント 4156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 定する事ができます。例えば: MY_SETTING = [ str ( i ) for i in range ( 30 )] 他の設定ファイルから値を import ... ティ ¶ Because a settings file contains sensitive information, such as the database password, you should m ... ake every attempt to limit access to it. For example, change its file permissions so that only ... hing stopping you from creating your own settings, for your own Django apps, but follow these guidelines: ...
https://man.plustar.jp/django/topics/settings.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 4139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. # # Redistribution and use in source and binary forms, with or without modification, # are permitted p ... owing disclaimer. # # 2. Redistributions in binary form must reproduce the above copyright # notice, this ... MPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # DISCLAIMED. IN NO EVENT ... HALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMP ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xception is raised when attempting to use models before the app loading process , which initializes the O ... ption ObjectDoesNotExist [ソース] ¶ The base class for Model.DoesNotExist exceptions. A try/except for Ob ... ectDoesNotExist will catch DoesNotExist exceptions for all models. See get() . EmptyResultSet ¶ exception ... t encounter this exception, but it might be useful for implementing custom lookups and expressions. Field ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 4139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.1 series, improving the stability and performance of the Django 1.1 codebase. With one exceptio ... mprovements. Django 1.1.2 is a recommended upgrade for any development or deployment currently using or t ... argeting Django 1.1. For full details on the new features, backwards incomp ... relationships which will generate automatic links for filtering. One historically-undocumented and -unof ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 4097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er 12, 2013 This is Django 1.6.1, a bugfix release for Django 1.6. In addition to the bug fixes listed be ... on 3 (#21398). Fixed a regression that prevented a ForeignKey with a hidden reverse manager ( related_nam ... e ending with '+') from being used as a lookup for prefetch_related (#21410). Fixed Queryset.datetime ... le GenericRelation subclasses from working in ModelForms (#21428). Added missing to_python method for Mod ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 4097
" + 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.6.5.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a different host. An attacker could exploit this, for example, by redirecting users to a phishing site d ... esigned to ask for user's passwords. To remedy this, URL reversing no ... t to the scheme. File upload denial-of-service ¶ Before this release, Django's file upload handing in its ... with the ability to upload files can cause poor performance in the upload handler, eventually causing it ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 4081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s deploying on ASGI , the emerging Python standard for asynchronous web servers and applications. Django' ... ement command sets up a default ASGI configuration for you, which you can tweak as needed for your projec ... use. Django includes getting-started documentation for the following ASGI servers: How to use Django with ... the path to the application callable as a string; for most Django projects, this will look like myprojec ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 4081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ection). A randomly generated password is now used for each test run. DNS rebinding vulnerability when DE ... development or connect to some production services for which there's no development instance, for example ... LOWED_HOSTS is now validated regardless of DEBUG . For convenience, if ALLOWED_HOSTS is empty and DEBUG=T ... ated and User.is_anonymous properties to be tested for set membership ( #27309 ). Fixed a performance reg ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es a convenience function -- reverse() -- which performs this process in the opposite direction. The reve ... rse() function takes information about a view and returns a URL which would i ... nvoke that view. Use of reverse() is encouraged for application developers, as the output of reverse() ... hen making changes to URLs. One argument signature for reverse() is to pass a dotted Python path to the d ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]