検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 171 for we (0.094 sec.)
Unit tests — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r policy to make sure all tests pass at all times. We appreciate any and all contributions to the test s ... lly figure out which package to install by doing a web search for the last line or so of the error messa ... gs file for database backends other than SQLite, however, you must create and provide your own test sett ... n shows commands for running tests without tox , however, any option passed to runtests.py can also be p ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ght corner of this page, or update Django to the newest version. If you're using an older version of Pyt ... s), you're probably used to putting code under the web server's document root (in a place such as /var/w ... od idea to put any of this Python code within your web server's document root, because it risks the poss ... that people may be able to view your code over the web. That's not good for security. コードはドキュメン ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name' ) ... url = forms . URLField ( label = 'Your website' , required = False ) ... comment = forms . C ... text" name="name" required></td></tr> <tr><th>Your website:</th><td><input type="url" name="url"></td></ ... nationality = forms . CharField () ... captcha_answer = forms . IntegerField ( label = '2 + 2' , label_ ... ="text" required></p> <p><label for="id_captcha_answer">2 + 2 =</label> <input id="id_captcha_answer" na ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... には、 ビルトインの Field クラス をご覧ください。 However, if you want to use a different widget for a fi ... all TextInput widgets will appear the same on your web pages. ウィジェットをカスタマイズする方法には 2 つ ... text" name="comment" required></td></tr> On a real web page, you probably don't want every widget to loo ... final return handles when value is None , meaning we don't have any defaults for our subwidgets. The de ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Signals — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t. Note also that Django stores signal handlers as weak references by default, so if your handler is a l ... it may be garbage collected. To prevent this, pass weak=False when you call the signal's connect() . 注釈 ... class itself) args [] (an empty list because there were no positional arguments passed to __init__() ) k ... toppings = models . ManyToManyField ( Topping ) If we connected a handler like this: from django.db.mode ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.4.18 fixes several security issues in 1.4.17 as well as a regression on Python 2.5 in the 1.4.17 rele ... means that the WSGI environ cannot distinguish between headers containing dashes and headers containing ... k. This bug doesn't affect Django currently, since we only put this URL into the Location response heade ... e in chunks to prevent large memory usage. Note, however, that this view has always carried a warning th ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in previous Django releases in the 1.4 series, as well as several other bugs and numerous documentation ... contained notes advising users on how to configure web servers to ensure that only valid Host headers ca ... n reach the Django application. However, it has been reported to us that even with the ... recommended web server configurations there are still techniques ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... means that the WSGI environ cannot distinguish between headers containing dashes and headers containing ... k. This bug doesn't affect Django currently, since we only put this URL into the Location response heade ... e in chunks to prevent large memory usage. Note, however, that this view has always carried a warning th ... ve your files in production using a real front-end web server if you are not doing so. Database denial-o ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user's passwords. To remedy this, URL reversing now ensures that no URL starts with two slashes (//), r ... all that is necessary to make a site unavailable. We've remedied the issue by changing the algorithm fo ... , rather than iterating through an underscore followed by a number (e.g. "_1" , "_2" , etc.). RemoteUser ... serBackend , a change to the REMOTE_USER header between requests without an intervening logout could res ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... means that the WSGI environ cannot distinguish between headers containing dashes and headers containing ... k. This bug doesn't affect Django currently, since we only put this URL into the Location response heade ... e in chunks to prevent large memory usage. Note, however, that this view has always carried a warning th ... ve your files in production using a real front-end web server if you are not doing so. Database denial-o ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT