検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 218 for but (0.037 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Subclass CommonMiddleware and override the attribute to customize the redirects issued by the middlewa ... the page containing the link is served via HTTPS, but the page being linked to is not served via HTTPS. ... s send a Referer header when a user clicks a link, but the header instructing a browser whether to do so ... ts the browser to send a full URL as the referrer, but only when no protocol downgrade occurs. origin Ins ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fect any users. Security issue: User with "change" but not "add" permission can create objects for ModelA ... e than 2000 parameters when DEBUG is True on distributions that increase the SQLITE_MAX_VARIABLE_NUMBER c ... ommand in a test case with the available_apps attribute pointing to an application with migrations disabl ... e directly on each node using the Node.origin attribute ( #25848 ). Fixed a regression in Django 1.8.5 th ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the request's host is http://mysite.example.com , but redirecting to this URL sends the user to attacker ... the latter hasher hasn't changed since Django 1.4, but some projects may subclass it and increase the wor ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng to an ImageField , the object needs a name attribute that passes the validate_image_file_extension val ... t the user's password by setting the password attribute directly -- you must use the set_password() funct ... o be provided. The user will have its backend attribute set to the value of the backend argument (which s ... e returned to a browser. The response has the attribute exc_info to provide information about the unhandl ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f the standard field options (see the list below), but we ensure it has a fixed length, since it only nee ... ex examples are beyond the scope of this document, but remember - for any configuration of your Field ins ... ctor's argument list, you might prefer positional, but bear in mind that people will be reconstructing yo ... self . assertEqual ( my_field_instance . some_attribute , new_instance . some_attribute ) カスタムフィール ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds aren't required to check for the is_active flag but the default backend ( ModelBackend ) and the Remot ... n't need to use AnonymousUser objects on your own, but they're used by web requests, as explained in the ... ed as a parameter for object-specific permissions, but this backend does not implement them other than re ... also allows an object to be passed as a parameter, but unlike others methods it returns an empty queryset ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he listed methods, File exposes the following attributes and methods of its file object: encoding , filen ... ソース] ¶ The ContentFile class inherits from File , but unlike File it operates on string content (bytes a ... .core.files.images.ImageFile inherits all the attributes and methods of File , and additionally provides ... provided. This will not replace the existing file, but will create a new file and update the object to po ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... add class names, or any other widget-specific attributes. This means, for example, that all TextInput wid ... ss. It is also possible to specify the 'type' attribute to take advantage of the new HTML5 input types. T ... del form fields), you can use the Form.fields attribute: class CommentForm ( forms . ModelForm ): def __i ... s returned by format_value() . 'attrs' : HTML attributes to be set on the rendered widget. The combinatio ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and only have a select few running in async mode - but it is entirely your choice. Django's ORM, cache la ... ns for easier navigation. It is enabled by default but can be disabled by using a custom AdminSite and se ... ation. The new ExclusionConstraint.deferrable attribute allows creating deferrable exclusion constraints. ... d SafeExceptionReporterFilter.hidden_settings attributes allow customization of sensitive settings and re ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cls = None ): if instance is not None : raise AttributeError ( "This method is available only on the clas ... hat 'decorator' expects i.e. no # 'self' argument, but it's a closure over self so it can call # 'func'. ... method.__get__() in a function because new # attributes can't be set on bound method objects, only on fu ... ound_method ( * args , ** kwargs ) # Copy any attributes that a decorator adds to the function it decorat ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]