検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 219 for list (0.182 sec.)
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Beyond this, applications may choose to define a list of allowable file extensions for user uploaded fil ... en Web Application Security Project (OWASP) Top 10 list which identifies some common vulnerabilities in we ...
https://man.plustar.jp/django/topics/security.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 4505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by examining self.object or queryset . fields ¶ A list of names of fields. This is interpreted the same w ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 4505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行い、モデルに対しては行いません。 has_perms ( perm_list , obj = None ) ¶ Returns True if the user has each ... ールドです: group . permissions . set ([ permission_list ]) group . permissions . add ( permission , permis ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 4505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xclusionConstraint. include ¶ New in Django 3.2. A list or tuple of the names of the fields to be included ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 4505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , size = None , ** options ) ¶ A field for storing lists of data. Most field types can be used, and you pa ... e field a default , ensure it's a callable such as list (for an empty default) or a callable that returns ... a list (such as a function). Incorrectly using default=[] ... key in a hstore value, any lookup other than those listed below will be interpreted as a key lookup. No er ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to_python ( self , value ): """Normalize data to a list of strings.""" # Return an empty list if no input ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ションの辞書オブジェクトです。 bases is an optional list of other classes to have this model inherit from; ... e manually creating a column, you should pass in a list containing an AddField operation here so that the ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on apps without migrations when running migrate --list ( #23366 ). 目次 Django 1.7.2 release notes Bugfix ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the result is a shorter string: >>> signing.dumps(list(range(1, 20)), compress=True) '.eJwFwcERACAIwLCF-r ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django FAQ よくある質問 — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... れるのに、mod_wsgi を使った場合には表示されません。 “list_filter” に ManyToManyField を入れたのに、フィルタが ...
https://man.plustar.jp/django/faq/index.html - [similar]