検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 102 for forms (0.077 sec.)
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 6043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you will need to ensure they do not contain a DTD. Formset memory exhaustion ¶ Previous versions of Django ... it the form-count data provided by the client in a formset's management form, making it possible to exhaust ... mory by forcing it to create very large numbers of forms. In Django 1.4.4, all formsets have a strictly-enf ... orced maximum number of forms (1000 by default, though it can be set higher via ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on 3, or single applications that support both platforms. However, we're labeling this support "experimenta ... endently. cleaned_data dictionary kept for invalid forms ¶ The cleaned_data dictionary is now always presen ... cuments are passed to Django's model deserializer. Formsets default max_num ¶ A (default) value of None for ... the max_num argument to a formset factory no longer defaults to allowing any numbe ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m your templates. error_message argument to django.forms.RegexField ¶ It provided backwards compatibility f ... , [ 'Lawrence' , 'Topeka' ], 'Illinois' ]] django.forms.Field._has_changed() ¶ Rename this method to has_c ... s-compatibility, calling a SQLCompiler instance performs the same name-quoting that the qn function used to ... s_managed() django.db.transaction.managed() django.forms.widgets.RadioInput is removed. The module django.t ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... も指定できるようになりました。詳しくは Prefixes for forms を読んでください。 formset 内の form のコンストラク ... form is now a subclass of Func() which allows Transform s to be used on the right hand side of an expressio ... functions like Length , Lower , and Upper as transforms. SlugField now accepts an allow_unicode argument t ... re configured ¶ The DjangoTemplates backend now performs discovery on installed template tag modules when i ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 6043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se its localize argument: class CashRegisterForm ( forms . Form ): product = forms . CharField () revenue = ... forms . DecimalField ( max_digits = 4 , decimal_places = ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6004
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n of datetime instances to the current timezone in forms and templates, as well as operations on aware date ... Redis in Django . Template based form rendering ¶ Forms , Formsets , and ErrorList are now rendered using ... ) , get_context() , and template_name for Form and formset rendering for Formset . マイナーな機能 ¶ django. ... ains the admin site header. The new ModelAdmin.get_formset_kwargs() method allows customizing the keyword a ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リデータを使用することができます: from django import forms class MyForm ( forms . Form ): even_field = forms ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sable it. The required attribute isn't included on forms of formsets because the browser validation may not ... be correct when adding and deleting formsets. ジェネリックビュー (generic view) ¶ The View c ... er or changing usernames: from django.contrib.auth.forms import UserCreationForm class MyUserCreationForm ( ... UserCreationForm ): username = forms . CharField ( max_length = 30 , help_text = 'Requi ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... filter out results ( #24924 ). Fixed usage of transforms in subqueries ( #24744 ). Fixed SimpleTestCase.ass ... pes that Pillow doesn't detect, such as bitmap, in forms.ImageField ( #24948 ). Fixed a regression when del ... lse positive system check ( #25016 ). Fixed inline forms that use a parent object that has a UUIDField prim ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5926
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by default. By default, validators are used in the forms to reset or change passwords and in the createsupe ... assword_validation that you can call from your own forms or other code to integrate password validation. Th ... is can be useful if you use custom forms for password setting, or if you have API calls tha ... d , user = None , password_validators = None ) ¶ Informs all validators that the password has been changed. ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT