検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 132 for based (0.048 sec.)
File storage API — Django 4.0.6 ドキュメント 6538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oot , file_ext ) ¶ Returns an alternative filename based on the file_root and file_ext parameters, an under ... ( name , max_length = None ) ¶ Returns a filename based on the name parameter that's free and available fo ... zone. get_valid_name ( name ) ¶ Returns a filename based on the name parameter that's suitable for use on t ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 6538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that caused displaying an incorrect name for class-based views on the technical 404 debug page ( #33425 ). ... aused an incorrect repr of ResolverMatch for class-based views ( #33426 ). Fixed a regression in Django 4.0 ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
検索 — Django 4.0.6 ドキュメント 6538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 ユースケース ¶ 標準的なテキストのクエリ ¶ Text-based fields have a selection of matching operations. Fo ... d "ponies" are considered similar. Weighting words based on different criteria such as how frequently they ... ent are Elastic and Solr . These are full document-based search solutions. To use them with data from Djang ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 検証するために使えます: # my_view here is a function based view self . assertEqual ( response . resolver_matc ... h . func , my_view ) # class-based views need to be compared by name, as the function ... d using the ORM. Database fixtures . Test skipping based on database backend features . The remaining speci ... p install selenium Then, add a LiveServerTestCase -based test to your app's tests module (for example: myap ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 6441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixed model initialization to set the name of class-based model indexes for models that only inherit models. ... n empty string (as it is for the original function-based login() view) if the corresponding parameter isn't ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6357
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e sites in some way. The sites framework is mainly based on this model: class models. Site ¶ A model for st ... ework in your Django views to do particular things based on the site in which the view is being called. For ... er the current Site object or a RequestSite object based on the request. It looks up the current site based ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6357
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st databases for details. GeoDjango ¶ The function-based TEST_RUNNER previously used to execute the GeoDjan ... tests , was finally deprecated in favor of a class-based test runner, django.contrib.gis.tests.GeoDjangoTes ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Widget attributes ¶ GeoDjango widgets are template-based, so their attributes are mostly different from oth ... d. Note that the rendering of GeoDjango widgets is based on a template, identified by the template_name cla ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se. The value that the second thread saves will be based on the original value; the work of the first threa ... is more robust: it will only ever update the field based on the value of the field in the database when the ... save() or update() is executed, rather than based on its value when the instance was retrieved. F() ... ssible to filter a set of objects against criteria based on their field values, rather than on Python value ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplate_name_suffix to construct the template_name based on the model. In this example: CreateView and Upda ... o about implementing a form that works with an API-based workflow as well as 'normal' form POSTs: from djan ... SON support to a form. Must be used with an object-based FormView (e.g. CreateView) """ def form_invalid ( ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT