検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 171 for we (0.081 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es. These release notes cover the new features, as well as important changes you'll want to be aware of ... ible manner per our API stability policy policy. However, a handful of features have changed in ways tha ... d until the old system is removed in Django 1.4. However, upgrading to the new CSRF protection framework ... o's initial public debut. Previous Django releases were tested and supported on 2.x Python versions from ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in previous Django releases in the 1.4 series, as well as one other bug. This is the sixth bugfix/secur ... n't check if the scheme is http(s) and as such allowed javascript:... URLs to be entered. If a developer ... k. This bug doesn't affect Django currently, since we only put this URL into the Location response heade ... '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]
Django 1.5.5 release notes — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us but extremely large passwords. In Django 1.5.5, we've reverted this change and instead improved the s ...
https://man.plustar.jp/django/releases/1.5.5.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RL scheme is an important detail in a high-quality web application. Django lets you design URLs however ... age, dashes must be included and letters must be lowercase. For example, 075194d3-6885-417e-a8a8-6c931e2 ... iews. Using unnamed regular expression groups ¶ As well as the named group syntax, e.g. (?P<year>[0-9]{4 ... akes it easier to accidentally introduce errors between the intended meaning of a match and the argument ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omplete representation of the serialized object. However, if you have a model that uses multi-table inhe ... es, you will need to serialize the Place models as well: all_objects = [ * Restaurant . objects . all () ... ring or stream of data, and returns an iterator. However, here it gets slightly complicated. The objects ... nted by the name of the app ("sessions") and the lowercase name of the model ("session") separated by a ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eploy Django ¶ Django is full of shortcuts to make web developers' lives easier, but all those tools are ... t Django can give you as guidance. Django, being a web framework, needs a web server in order to operate ... . And since most web servers don't natively speak Python, we need an i ... I is the main Python standard for communicating between web servers and applications, but it only suppor ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erve files itself; it leaves that job to whichever web server you choose. We recommend using a separate ... dmin app (and any other installed apps). This is however not the case when you use any other server arra ... re responsible for setting up Apache, or whichever web server you're using, to serve the admin files. ad ... ( django/contrib/admin/static/admin ) にあります。 We strongly recommend using django.contrib.staticfile ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... How to deploy Django How to upgrade Django to a newer version How to manage error reporting How to prov ... tions 参考 The Django community aggregator , where we aggregate content from the global Django community ...
https://man.plustar.jp/django/howto/index.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inherit from; it can contain both class objects as well as strings in the format "appname.ModelName" if ... ions def forwards_func ( apps , schema_editor ): # We get the model from the versioned app registry; # i ... f we directly import it, it'll be the wrong version Cou ... ou can take this template and work from it, though we suggest looking at the built-in Django operations ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 5225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsions of Django it was possible to bypass the ALLOWED_INCLUDE_ROOTS setting used for security with the ... ng a relative path that starts with one of the allowed roots. For example, if ALLOWED_INCLUDE_ROOTS = (" ... s not support all Python objects like pickle does, we highly recommend switching to JSON-serialized valu ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]