検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 126 for different (0.007 sec.)
Unit tests — Django 4.0.6 ドキュメント 10948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sing another settings module to learn how to use a different settings module to run the tests with a different ... sts using tox ¶ Tox is a tool for running tests in different virtual environments. Django includes a basic tox. ... using SQLite. If you want to run the tests using a different database, you'll need to define your own settings ... database backend and will be skipped if run with a different backend. Some tests are skipped or expected failur ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 9943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mically is that you can create customized PDFs for different purposes -- say, for different users or different ... , file , browsers , dynamically , not , formats , different , PDFs クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 9538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... such as _archive , _archive_year and so on to use different templates for the various specialized date-based l ... en attributes and methods that overlap between the different classes you're using, and how method resolution or ... s and methods are likely to cause conflict between different classes and mixins. If in doubt, it's often better ... e object. In order to do this, we need to have two different querysets: ListView` で使用するための Book の quer ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 9538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... essage': 'Hello!'} Using salt in this way puts the different signatures into different namespaces. A signature ... be used to validate the same plaintext string in a different namespace that is using a different salt setting. ... t is generating (and verifying) signatures using a different salt. Unlike your SECRET_KEY , your salt argument ...
https://man.plustar.jp/django/topics/signing.html - [similar]
設定 — Django 4.0.6 ドキュメント 9146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en. This can be whatever you want (as long as it's different from the other cookie names in your application). ... nces running under the same hostname. They can use different cookie paths, and each instance will only see its ... ication with a custom configuration that defines a different label . These rules apply regardless of whether IN ... cation packages. When several applications provide different versions of the same resource (template, static fi ...
https://man.plustar.jp/django/ref/settings.html - [similar]
検索 — Django 4.0.6 ドキュメント 9146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ore complex querying options. Other databases have different selections of tools, possibly via plugins or user- ... ows another issue, where we are matching against a different spelling of the name. In this case we have an asym ... Helen Mirren>, <Author: Hélène Joy>] Now we have a different problem - the longer name of "Helena Bonham Carter ... " are considered similar. Weighting words based on different criteria such as how frequently they appear in the ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 8949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... create dynamic fields on your models by combining different fields with arithmetic: company = Company . object ... irs' )) If the fields that you're combining are of different types you'll need to tell Django what kind of fiel ... attribute is set and the function is called with a different number of expressions, TypeError will be raised. D ... sary when using arithmetic on F() expressions with different types as described in F() を annotation と一緒に使 ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8545
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to unpickle a queryset in a Django version that is different than the one in which it was pickled. QuerySet API ... prior to truncation. Indeed, a given datetime has different representations depending on the time zone in use. ... arguments are QuerySet s of other models. Passing different models works as long as the SELECT list is the sam ... nition, these extra lookups may not be portable to different database engines (because you're explicitly writin ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 8545
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rate respectively. These new signals have slightly different arguments. Check the documentation for details. Th ... ection of the migration. Test rollback behavior is different for apps with migrations; in particular, Django wi ... prefetching the same relation multiple times with different querysets. See prefetch_related() for more details ... message when the browser and server time zone are different, to clarify how the value inserted in the field wi ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 8349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d for each request. For convenience, Django offers different levels of cache granularity: You can cache the out ... allow. Responses to requests for the same URL with different query parameters are considered to be unique pages ... expensive queries, the results of which change at different intervals. In this case, it would not be ideal to ... dError will be raised. To provide thread-safety, a different instance of the cache backend will be returned for ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT