検索

phrase: max: clip:
target: order:
Results of 131 - 137 of about 137 for allow (0.034 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r it, which is useful for developers, you can also allow users of the admin app to see a short description ... cription is interpolated with field.__dict__ which allows the description to incorporate arguments of the f ... query is passed as the connection parameter. This allows you to use backend-specific conversion logic if i ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ironment() installs a template renderer which will allow us to examine some additional attributes on respon ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that it is using. The optional encoding parameter allows you to specify a non-standard encoding of the str ... OGR's internal geometry representation. Thus, they allow for more efficient access to data when using DataS ... pe ¶ class OGRGeomType ( type_input ) ¶ This class allows for the representation of an OGR geometry type in ... reating rasters in any GDAL virtual filesystem was allowed. name ¶ The name of the source which is equivale ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
データベース — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alue that determines how long the second thread is allowed to wait on the lock before it times out and rais ... ng the PostgreSQL engine to change a feature class allows_group_by_selected_pks_on_model : mysite/mydbengin ... abaseFeatures ( features . DatabaseFeatures ): def allows_group_by_selected_pks_on_model ( self , model ): ... s, there are backends provided by 3rd parties that allow you to use other databases with Django: CockroachD ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = True , blank = True ) We don't usually recommend allowing null=True for CharField since this allows the f ... ey truncate all parts of the date up to kind which allows grouping or filtering dates with less precision. ... They truncate all parts of the date up to kind and allow grouping or filtering datetimes with less precisio ... ey truncate all parts of the time up to kind which allows grouping or filtering times with less precision. ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "127.0.0.1:8000" Raises django.core.exceptions.DisallowedHost if the host is not in ALLOWED_HOSTS or the d ... e but uses a 403 status code. class HttpResponseNotAllowed ¶ Like HttpResponse , but uses a 405 status code ... r serialization (otherwise only dict instances are allowed). If safe is True and a non- dict object is pass ... rray constructor. For this reason, Django does not allow passing non-dict objects to the JsonResponse const ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2. The absolute_max parameter to formset_factory() allows limiting the number of forms that can be instanti ... fix formset form field names with a given value to allow more than one formset to be sent to a view without ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 NEXT