検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 193 for could (0.146 sec.)
設定 — Django 4.0.6 ドキュメント 4921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age). The setting also supports subdomains, so you could add 'https://*.example.com' , for example, to allo ... late the GET and POST dictionaries. Large requests could be used as a denial-of-service attack vector if le ... late the GET and POST dictionaries. Large requests could be used as a denial-of-service attack vector if le ... setting off isn't a good idea because an attacker could capture an unencrypted session cookie with a packe ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 4921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t that state (the locale used to display the site) could be changed by a GET request, which is against the ... tly available on the HttpRequest object (e.g., you could check for a piece of form data by using if 'some_f ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of authors that have contributed to the book, you could use the following query: >>> Book . objects . anno ... r_by () ...clearing any ordering in the query. You could also order by, say, data without any harmful effec ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 4921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g., subdomains for multitenancy). For example, you could write a test for the domain http://otherserver/ as ... cases will be executed in the opposite order. This could be useful to debug tests that aren't properly isol ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... areas in your code that aren't strictly wrong but could benefit from a better implementation. test データベ ... l code and a real database exists, production data could pollute your tests. It is a bad idea to have such ... dback. This includes things like test modules that couldn't be found or that couldn't be loaded due to synt ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 4824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elf . sender_receivers_cache . get ( sender ) # We could end up here with NO_RECEIVERS even if we do check ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 4824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... scii' if the #encoding is unsupported by Python or could not be determined. See tickets #10335 and #5846. " ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 4824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lly according to the environment. For example, you could set an environment variable DJANGO_LOG_LEVEL appro ...
https://man.plustar.jp/django/howto/logging.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 4824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .csv"' }, ) # The data is hard-coded here, but you could load it from a database or # some other source. cs ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 4824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... work is more likely to be merged into Django. You could also upload a traditional patch to Trac, but it's ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]