検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 95 for valid (0.080 sec.)
Organization of the Django Project — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bers of the technical board, and the DSF Board . A valid determination of ineligibility requires that all o ...
https://man.plustar.jp/django/internals/organization.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stem check framework is a set of static checks for validating Django projects. It detects common problems a ... y keys must not have null=True . fields.E008 : All validators must be callable. fields.E009 : max_length is ... tions. File fields ¶ fields.E200 : unique is not a valid argument for a FileField . This check is removed i ... n Django 1.11 . fields.E201 : primary_key is not a valid argument for a FileField . fields.E202 : FileField ...
https://man.plustar.jp/django/ref/checks.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ND_SLASH setting) if the resulting URL refers to a valid flatpage. Redirects are permanent (301 status code ... The flatpage form used in the admin performs this validation check, and can be imported from django.contri ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... example, 'latin-1' , 'utf-8' , and 'cp437' are all valid encoding parameters. transaction_mode May be 'comm ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
データベース — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o long" errors from your database for data that is valid in Django. See the database specific notes below f ... i because it is more accurate. 警告 Model formsets validate unique fields in a case-sensitive manner. Thus ... ue field values that differ only by case will pass validation, but upon calling save() , an IntegrityError ... part of your database configuration in DATABASES . Valid values for this entry are the four standard isolat ...
https://man.plustar.jp/django/ref/databases.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Model.clean() フィールドの一意性を検証する - Model.validate_unique() モデルの full_clean() メソッドを使うと ... ップが実行されます。 ModelForm を使っているとき、 is_valid() の呼び出しは、フォーム上に含まれる全てのフィール ... 要があります。 Model. full_clean ( exclude = None , validate_unique = True ) ¶ このメソッドは、 Model.clean_ ... fields() 、 Model.clean() 、そして Model.validate_unique() ( validate_unique が True の場合) をこ ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Paginator — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2 at the start and 49 and 50 at the end. Raises InvalidPage if the given page number doesn't exist. 属性 ¶ ... のページ数を返します。次のページが存在しないときは InvalidPage 例外を起こします。 Page. previous_page_number ... のページ数を返します。前のページが存在しないときは InvalidPage 例外を起こします。 Page. start_index () [ソース ... する Paginator オブジェクトです。 例外 ¶ exception InvalidPage [ソース] ¶ pagenator に無効なページ数が渡された ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st is not in ALLOWED_HOSTS or the domain name is invalid according to RFC 1034 / 1035 . 注釈 The get_host() ... dSignature exception if the signature is no longer valid. If you provide the default argument the exception ... ponse , and the render method must itself return a valid response object. Custom response classes ¶ If you ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one , debug = False , loaders = None , string_if_invalid = '' , file_charset = 'utf-8' , libraries = None , ... Loader . See Loader types for details. string_if_invalid is the output, as a string, that the template syst ... em should use for invalid (e.g. misspelled) variables. It defaults to the em ... pty string. See How invalid variables are handled for details. file_charset is ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... che-Control: max-age=0, no-cache, no-store, must-revalidate, private header to a response to indicate that ... Error if their input is well formatted but isn't a valid date or time. They return None if it isn't well fo ... method does not encode the ' character, as it is a valid character within URIs. See encodeURIComponent() Ja ... m django.utils.module_loading import import_string ValidationError = import_string ( 'django.core.exception ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT