検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 98 for contain (0.016 sec.)
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_of_birth' , 'height' ] 注釈 REQUIRED_FIELDS must contain all required fields on your user model, but should ... not contain the USERNAME_FIELD or password as these fields wil ... te that the default value of allowed_chars doesn't contain letters that can cause user confusion, including: ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anslated % rhs except TypeError : # String doesn't contain a placeholder for the number. pass return translat ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vior of an existing feature, the patch should also contain documentation. When you think your work is ready t ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ryset ( queryset , page_size ) ¶ Returns a 4-tuple containing ( paginator , page , object_list , is_paginated ... yset into pages of size page_size . If the request contains a page argument, either as a captured URL argumen ... the number of "overflow" objects the last page can contain. By default this returns the value of paginate_orp ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly logs every SQL query -- and when SQL statements contain geometries, this may consume more memory than is t ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing = None , fields = None , ** kwargs ): # fields contains the name of the deferred field to be # loaded. if ... ionError as e : # Do something based on the errors contained in e.message_dict. # Display them to a user, or ... report that a row was updated even if the database contains a row for the object's primary key value. An exam ... ]) The update_fields argument can be any iterable containing strings. An empty update_fields iterable will s ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... path info portion. The path_info attribute always contains the path info portion of the path, no matter what ... さい。 HttpRequest. POST ¶ A dictionary-like object containing all given HTTP POST parameters, providing that ... the request contains form data. See the QueryDict documentation below. ... です。 HttpRequest. FILES ¶ A dictionary-like object containing all uploaded files. Each key in FILES is the na ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0 words of the bio variable. Filter arguments that contain spaces must be quoted; for example, to join a list ... er as 'hello' : {# greeting #} hello A comment can contain any template code, invalid or not. For example: {# ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... date . today ()) >>> q = q . exclude ( body_text__icontains = "food" ) >>> print ( q ) この例ではデータベース ... blOG" というタイトルを持つ Blog にもマッチします。 contains case-sensitive な部分一致テストを行います。たとえ ... ば、 Entry . objects . get ( headline__contains = 'Lennon' ) はだいたい次のような SQL に変換されま ... に注意してください。 case-insensitive バージョンの icontains もあります。 startswith と endswith それぞれ star ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upgrade paths; however, these packages will rarely contain the latest release of Django. Installing the devel ...
https://man.plustar.jp/django/topics/install.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT