検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 137 for allow (0.064 sec.)
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 6125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for the inline. Submitting these forms would not allow direct edits to the parent model, but would trigge ... e users of Django were depending on the ability to allow editing of inlines in the admin form of an otherwi ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 6065
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.views.generic.base.ContextMixin メソッドと属性 allow_empty ¶ 有効なオブジェクトが 1 つもない場合にページ ... et_paginator ( queryset , per_page , orphans = 0 , allow_empty_first_page = True ) ¶ Returns an instance of ... t this returns the value of paginate_orphans . get_allow_empty () ¶ Return a boolean specifying whether to ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Paginator — Django 4.0.6 ドキュメント 6065
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Paginator ( object_list , per_page , orphans = 0 , allow_empty_first_page = True ) [ソース] ¶ A paginator a ... ed and the last page may have one item. Paginator. allow_empty_first_page ¶ Optional. Whether or not the fi ... rst page is allowed to be empty. If False and object_list is empty, ... yPage exception only if you specify Paginator(..., allow_empty_first_page=False) and the object_list is emp ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... optional arguments for validation, max_length and allow_empty_file . If provided, these ensure that the fi ... message keys: required , invalid_choice The field allows choosing from files inside a certain directory. I ... files with names matching this expression will be allowed as choices. allow_files ¶ Optional. Either True ... cified location should be included. Either this or allow_folders must be True . allow_folders ¶ Optional. E ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us clients who do not have a CSRF cookie. This can allow an attacker to obtain a valid CSRF cookie value an ... rs of the raw() and extra() query methods -- which allow the developer to supply raw SQL or SQL fragments - ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us clients who do not have a CSRF cookie. This can allow an attacker to obtain a valid CSRF cookie value an ... rs of the raw() and extra() query methods -- which allow the developer to supply raw SQL or SQL fragments - ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can also provide hints that will be passed to the allow_migrate() method of database routers as **hints : ... myapp/dbrouters.py ¶ class MyRouter : def allow_migrate ( self , db , app_label , model_name = Non ... ate command. Note there is a race condition if you allow objects to be created while this migration is runn ... t retrieves models from the old app. This approach allows you to deploy your project anywhere without first ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ポート : async.E001 : You should not set the DJANGO_ALLOW_ASYNC_UNSAFE environment variable in deployment. T ... be performed: mysql.E001 : MySQL/MariaDB does not allow unique CharField s to have a max_length > 255. Thi ... ting sql_mode . mysql.W003 : MySQL/MariaDB may not allow unique CharField s to have a max_length > 255. ファ ... s . fields.E140 : FilePathField s must have either allow_files or allow_folders set to True. fields.E150 : ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 5873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドキュメント] @keep_lazy_text def slugify ( value , allow_unicode = False ): """ Convert to ASCII if 'allow_ ... hes, and underscores. """ value = str ( value ) if allow_unicode : value = unicodedata . normalize ( "NFKC" ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 5873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のフローチャート setup() dispatch() http_method_not_allowed() get_template_names() get_slug_field() get_quer ... のフローチャート setup() dispatch() http_method_not_allowed() get_template_names() get_queryset() get_contex ... wargs ) ¶ object_list をコンテキストに追加します。 allow_empty が True の場合、空のリストを描画します。 all ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT