検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 102 for forms (0.075 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 6392
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itly indicate this. For example: class LoginForm ( forms . Form ): username = forms . CharField ( max_lengt ... h = 100 ) password = forms . CharField ( widget = forms . PasswordInput ( ren ... w the default widget for a FileField , so existing forms including FileField without assigning a custom wid ... th a FileField named document : from django import forms from myapp.models import Document class DocumentFo ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6392
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... them to the end user's time zone in templates and forms. Reasons for using this feature include: Customizi ... s now possible to pass initial values to the model forms that are part of both model formsets and inline mo ... del formsets as returned from factory functions modelformset ... _factory and inlineformset_factory respectively just like with regular form ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6392
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The new absolute_max argument for generic_inlineformset_factory() allows customizing the maximum number ... of forms that can be instantiated when supplying POST data. ... See Limiting the maximum number of instantiated forms for more details. The new can_delete_extra argumen ... t for generic_inlineformset_factory() allows removal of the option to delete ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 6237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion to this rule. In order to test a bug fix that forms part of the 1.2.2 release, it was necessary to add ... ces the test client to perform full CSRF checks on forms. The default behavior of the test client hasn't ch ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o editable=True if you wish to include it in model forms. A number of new text database functions are added ... and distinct(*fields) now support using field transforms. BooleanField can now be null=True . This is encou ... for the new model "view" permission ¶ Custom admin forms need to take the view-only case into account ¶ Wit ... h the new "view" permission, existing custom admin forms may raise errors when a user doesn't have the chan ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t designed to be used together. from django import forms from django.http import HttpResponseForbidden from ... ks.models import Author class AuthorInterestForm ( forms . Form ): message = forms . CharField () class Aut ... erride from before for clarity: from django import forms from django.views.generic import DetailView from b ... ks.models import Author class AuthorInterestForm ( forms . Form ): message = forms . CharField () class Aut ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... file uploads ¶ Passing certain inputs to multipart forms could result in an infinite loop when parsing file ... p_text was HTML-escaped in automatically-generated forms ( #33419 ). Fixed a regression in Django 4.0 that ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ods, you can write high-level generic code that performs queries on any installed model -- instead of impor ... ewise, GenericForeignKey s does not appear in ModelForm s. Reverse generic relations ¶ class GenericRelatio ... ( 'tags' )) {'tags__count': 3} Generic relation in forms ¶ The django.contrib.contenttypes.forms module pro ... vides: BaseGenericInlineFormSet A formset factory, generic_inlineformset_factory ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 6082
" + 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.3.6, 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.3.6.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ォームを使用してください。 from django.contrib.auth.forms import UserChangeForm class MyUserChangeForm ( Use ... rChangeForm ): last_name = forms . CharField ( max_length = 30 , required = False ) ... ger accepted as positional arguments. For example: forms . IntegerField ( 25 , 10 ) raises an exception and ... should be replaced with: forms . IntegerField ( max_value = 25 , min_value = 10 ) ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT