検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 123 for ALLOWED (0.031 sec.)
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds a minor feature and fixes several bugs in 1.11. Allowed disabling server-side cursors on PostgreSQL ¶ The ... (used in the admin's user change page) ( #28097 ). Allowed prefetch calls on managers with custom ModelIterab ... alue ( #28175 ). 目次 Django 1.11.1 リリースノート Allowed disabling server-side cursors on PostgreSQL Bugfix ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6798
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t' , context ) Tests and multiple host names ¶ The ALLOWED_HOSTS setting is validated when running tests. Thi ... om host names in tests must include those hosts in ALLOWED_HOSTS . The first option to do so is to add the ho ... es a list of the domains supported by the project: ALLOWED_HOSTS = [ 'www.djangoproject.dev' , 'docs.djangopr ... . ] Another option is to add the required hosts to ALLOWED_HOSTS using override_settings() or modify_settings ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 6712
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.7.1 fixes several bugs in 1.7. Bugfixes ¶ Allowed related many-to-many fields to be referenced in th ... lization of type objects in migrations ( #22951 ). Allowed inline and hidden references to admin fields ( #23 ... returned a date rather than a datetime ( #23403 ). Allowed migrations to work with app_label s that have the ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 6625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... didn't check if the scheme is http(s) and as such allowed javascript:... URLs to be entered. If a developer ... ror: 'Settings' object has no attribute '_original_allowed_hosts' exception, it's probably fixed (#20636). 目 ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Base views — Django 4.0.6 ドキュメント 6539
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のフローチャート setup() dispatch() http_method_not_allowed() options() Example views.py : from django.http im ... ッドをサポートする をご覧ください。 http_method_not_allowed ( request , * args , ** kwargs ) ¶ If the view was ... トで、有効なメソッドのリストともに、 HttpResponseNotAllowed を返すデフォルトの処理です。 options ( request , * ... のフローチャート setup() dispatch() http_method_not_allowed() get_context_data() Example views.py : from djang ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6539
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... True if a relation between obj1 and obj2 should be allowed, False if the relation should be prevented, or Non ... ny operations to determine if a relation should be allowed between two objects. If no router has an opinion ( ... one ), only relations within the same database are allowed. allow_migrate ( db , app_label , model_name = Non ... hints ) ¶ Determine if the migration operation is allowed to run on the database with alias db . Return True ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 6465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... curity issues in 1.4.12. Caches may incorrectly be allowed to store and serve private data ¶ In certain situa ... ngo 1.4.13 release notes Caches may incorrectly be allowed to store and serve private data Malformed redirect ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 6465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecurity issues in 1.5.8. Caches may incorrectly be allowed to store and serve private data ¶ In certain situa ... ango 1.5.8 release notes Caches may incorrectly be allowed to store and serve private data Malformed redirect ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 6379
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... al bugs in 1.6.4. Issue: Caches may incorrectly be allowed to store and serve private data ¶ In certain situa ... 6.5 release notes Issue: Caches may incorrectly be allowed to store and serve private data Issue: Malformed r ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6379
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ased from 150,000 to 180,000. django.contrib.gis ¶ Allowed MySQL spatial lookup functions to operate on real ... L. FilePathField now accepts a callable for path . Allowed symmetrical intermediate table for self-referentia ... ase backends for an example. Request と Response ¶ Allowed HttpResponse to be initialized with memoryview con ... ternal utility is_safe_url() is renamed to url_has_allowed_host_and_scheme() . That a URL has an allowed host ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT