検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 572 for up (0.421 sec.)
条件付きビュー — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » 条件付きビュー ¶ HTTP clients can send a ... ecorator uses the two functions (you only need to supply one, if you can't compute both quantities easil ... fully is probably best explained with an example. Suppose you have this pair of models, representing a s ... ます。 Client sends an HTTP PUT request to /foo/ to update the resource. It also sends an If-Match: "abcd ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » 多対多 (many-to-many) 関係 ¶ To define a ... dd ( p3 ) Adding a second time is OK, it will not duplicate the relation: >>> a2 . publications . add ( ... any-to-many relationships can be queried using lookups across relationships : >>> Article . objects . fi ... icle: NASA uses Python>]> Reverse m2m queries are supported (i.e., starting at the table that doesn't ha ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » URL ディスパッチャ ¶ A clean, elegant URL ... 。 If the matched URL pattern contained no named groups, then the matches from the regular expression are ... sitional arguments. The keyword arguments are made up of any named parts matched by the path expression ... ssions, the syntax for named regular expression groups is (?P<name>pattern) , where name is the name of ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » 表示形式のローカル化 ¶ 概要 ¶ Django の表 ... n these files as values inside can be exposed if you pass the string to django.utils.formats.get_format( ... コントロール , USE , タグ , 区切り クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
Signals — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Signals ¶ Django includes a "signal dispa ... tcher" which helps decoupled applications get notified when actions occur el ... e identifier for a signal receiver in cases where duplicate signals may be sent. See Preventing duplicat ... sting, so you may want to guard your signals from duplication , especially if you're planning to send th ...
https://man.plustar.jp/django/topics/signals.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 3047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » 暗号署名 ¶ The golden rule of web applica ... r . unsign ( value ) >>> original 'My string' If you pass a non-string value to sign , the value will be ... >>> original '2.5' If you wish to protect a list, tuple, or dictionary you can do so using the sign_obje ... , and underscores. algorithm must be an algorithm supported by hashlib , it defaults to 'sha256' . Chang ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.apps.config のソースコード import inspect i ... cases. # Convert to list because __path__ may not support indexing. paths = list ( getattr ( module , "_ ... ometimes the list returned by __path__ # contains duplicates that must be removed (#25246). paths = list ... : # If the last component of entry starts with an uppercase letter, # then it was likely intended to be ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.contrib.gis.measure のソースコード # Copyri ... ght (c) 2007, Robert Coup <robert.coup@onetrackmind.co.nz> # All rights rese ... # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # ANY THEORY OF LIABILI ... ent calculation and conversions. Authors: Robert Coup, Justin Bronn, Riccardo Di Virgilio Inspired by Ge ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » FAQ: 管理インタフェース ¶ ログインできませ ... イズ , インタフェース , パスワード クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/faq/admin.html - [similar]
FAQ: コードへの貢献 — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » FAQ: コードへの貢献 ¶ Django のコードに貢 ... 貢献 , 影響 , 自分 , 修正 , 一つ クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/faq/contributing.html - [similar]