検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 170 for there (0.128 sec.)
Date-based mixins — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provides common behavior for all date-based views. There won't normally be a reason to instantiate BaseDate ... which qs has entries. If date_type isn't provided, the result of get_date_list_period() is used. date_type ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e not using the default project template, here are the requirements: Add 'django.contrib.admin' and its dep ... ェクト ¶ class ModelAdmin ¶ The ModelAdmin class is the representation of a model in the admin interface. Us ... トの __str__() 表現を表示する単一の列を表示します。 There are four types of values that can be used in list_ ... and retrievable via `self.value()`. """ # Compare the requested value (either '80s' or '90s') # to decide ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d context that was provided by the view to compute the response. The final output of the response is not co ... mputed until it is needed, later in the response process. SimpleTemplateResponse objects ¶ c ... . rendered_content ¶ The current rendered value of the response content, using the current template and con ... sponse. is_rendered ¶ A boolean indicating whether the response content has been rendered. メソッド ¶ Simpl ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd possibly a request into a Context and delegates the rendering to the underlying Template . Configuring a ... irst template that was found. Loading a template ¶ The recommended way to create a Template is by calling t ... he value of the engine's string_if_invalid option. There can be side effects when calling some variables, a ... positional argument, processors . In this example, the RequestContext instance gets an ip_address variable: ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nttypes ¶ When stale content types are detected in the remove_stale_contenttypes command, there's now a lis ... tting the 'context_processors' option in OPTIONS . The regroup tag now returns namedtuple s instead of dict ... ) method should include an 'orders' key in each of the returned dictionaries with a list of 'ASC' and/or 'D ... hat it also sets os.environ['TZ'] . Let us know if there's a use case where you find you can't adapt your c ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bjects: >>> r = a . reporter Create an Article via the Reporter object: >>> new_article = r . article_set . ... ships. This works as many levels deep as you want. There's no limit. For example: >>> r . article_set . fil ... ory>, <Article: This is a test>]> Query twice over the related field. This translates to an AND condition i ... n's second story>, <Article: This is a test>]> For the related lookup you can supply a primary key value or ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 項目 を参照ください。 Throughout this guide (and in the reference), we'll refer to the following models, whi ... . filter ( entry__pub_date__year = 2008 ) Suppose there is only one blog that has both entries containing ... derscore will introduce any joins needed to access the related object. For example, to retrieve all the ent ... = '%' ) Django takes care of the quoting for you; the resulting SQL will look something like this: SELECT ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in order, and stops at the first one that matches the requested URL, matching against path_info . Once one ... n contained no named groups, then the matches from the regular expression are provided as positional argume ... , any string, excluding a / character, is matched. There's no need to add a leading slash, because every UR ... view as a string, regardless of what sort of match the regular expression makes. When switching from using ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... intcomma to format numbers in your template. 注釈 There is a related USE_I18N setting that controls if Dja ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... namespace that is using a different salt setting. The result is to prevent an attacker from using a signed ... ue ) {'foo': 'bar'} Because of the nature of JSON (there is no native distinction between lists and tuples) ...
https://man.plustar.jp/django/topics/signing.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT