検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 126 for different (0.062 sec.)
Unicode data — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g your application -- and if that person chooses a different setting, your code must still continue to work. Er ... for smart_str() and force_str() . This is slightly different semantics from Python's builtin str() function, bu ... brary. These two groups of functions have slightly different purposes, and it's important to keep them straight ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... version of Django, as the exact code necessary is different for some older versions of Django. FileField no lo ... , including rolled-back transactions and fields on different models referencing the same file. In Django 1.2.5, ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Deploying GeoDjango — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , the deployment of a GeoDjango application is not different from the deployment of a normal Django application ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l index for the given geometry field. 注釈 This is different from the db_index field option because spatial ind ... exes are created in a different manner than regular database indexes. Specifically ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allation powers more than one site and you need to differentiate between those sites in some way. The sites fra ... the "thank you for signing up" notice needs to be different for each site. By using Site objects, we can abstr ... system. Assuming Lawrence.com and LJWorld.com have different template directories ( DIRS ), you could farm out ... , you can use a data migration . In order to serve different sites in production, you'd create a separate setti ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 2.2.12 release notes — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Added the ability to handle .po files containing different plural equations for the same language ( #30439 ). ...
https://man.plustar.jp/django/releases/2.2.12.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ror: Cannot assign the same cached_property to two different names ('base' and 'alias'). Use this instead: impo ... s, users with permissions for a proxy model with a different app_label than its concrete model couldn't access ... d. 注釈 The ability to handle .po files containing different plural equations for the same language was added i ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when running tests. This allows the test client to differentiate between internal and external URLs. Projects t ... dreds of models but no relations between models in different applications. デフォルトでは、 available_apps は N ... fine test-only models in its models.py file. Using different testing frameworks ¶ Clearly, unittest is not the ... . This can be overridden if you wish to implement different logic for collecting tests. DiscoverRunner. test_r ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 6546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RL system should allow URLs for the same app to be different in different contexts. For example, one site may p ... Technically, foo.com/bar and foo.com/bar/ are two different URLs, and search-engine robots (and some web traff ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You can provide several AppConfig subclasses with different behaviors. To tell Django which one to use by defa ... it. A workaround is to import the registry under a different name: from django.apps import apps as django_apps ... " and may be spread across multiple directories at different locations on sys.path (see PEP 420 ). Djangoアプリ ...
https://man.plustar.jp/django/ref/applications.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT