検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 170 for there (0.025 sec.)
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 14506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g nulls, concatenated into an array, or default if there are no values. distinct ¶ An optional boolean argu ... ns) that specifies the ordering of the elements in the result list. 例: 'some_field' '-some_field' from dja ... ome_field' ) . desc () バージョン 4.0 で非推奨: If there are no rows and default is not provided, ArrayAgg ... ues are true, default if all values are null or if there are no values, otherwise False . Usage example: cl ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 10682
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nclaim it or don't claim it in the first place! If there's no sign of progress on a particular claimed tick ... ents in the test so that one can easily trace back the relevant discussions after your patch gets committed ... , follow these steps. Make sure your code fulfills the requirements in our patch review checklist . Check t ... n the ticket for opinions. Deprecating a feature ¶ There are a couple of reasons that code in Django might ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 10163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uld like to see added. As in any garden, sometimes there are weeds to be pulled and sometimes there are flo ... ardens, we can aspire to perfection but in reality there's no such thing. Even in the most pristine garden ... re still snails and insects. In a community garden there are also helpful people who -- with the best of in ... Trac maintenance to the community, we accept that there will be mistakes. Trac is "mostly accurate", and w ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 7986
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data = { 'subject' : 'hello' , ... 'message' : 'Hi there' , ... 'sender' : 'foo@example.com' , ... 'cc_myse ... data = { 'subject' : 'hello' , ... 'message' : 'Hi there' , ... 'sender' : 'foo@example.com' , ... 'cc_myse ... >>> data = { 'subject' : '' , ... 'message' : 'Hi there' , ... 'sender' : 'invalid email address' , ... 'c ... equests to a form view where the client interprets the response and inserts errors into the page, you'll wa ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 7884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 's core APIs won't be changing before version 1.0. There likely won't be as big of a change between 0.95 an ... d 1.0 versions as there was between 0.91 and 0.95. 変更と新機能 ¶ The majo ... natural, Pythonic code that works as expected, and there's less "black magic" happening behind the scenes. ... e. A list of the necessary changes is described in the Removing The Magic wiki page. There is also an easy ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 7783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... privately. Stability and forwards-compatibility ¶ The release of Django 1.0 comes with a promise of API st ... cumentation, and greatly improved what was already there. In fact, new documentation is one of our favorite ... features of Django 1.0, so we might as well start there. First, there's a new documentation site: https:// ... improved, cleaned up, and generally made awesome. There's now dedicated search, indexes, and more. We can' ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... undefined if the given QuerySet isn't ordered and there is more than one ordered value to compare against. ... ow provide an url attribute (equivalent to the URL the response will redirect to). The MemcachedCache cache ... stead of requiring an iterable of lists or tuples. The reason phrase can be customized in HTTP responses us ... last object matching the filters. Returns None if there are no objects matching. View and RedirectView now ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ello_world ( request , count ): page = ngettext ( 'there is %(count)d object' , 'there are %(count)d object ... t . _meta . verbose_name_plural text = ngettext ( 'There is %(count)d %(name)s available.' , 'There are %(c ... r something like the following: text = ngettext ( 'There is %(count)d %(name)s object available.' , 'There ... ges as noted above, would fail: text = ngettext ( 'There is %(count)d %(name)s available.' , 'There are %(c ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 7365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... databases. This document gathers together links to the relevant documentation, and adds various tips, organ ... will assume you have done the things listed above. The rest of this document focuses on how to use Django i ... 解する ¶ As well as caching of the whole QuerySet , there is caching of the result of attributes on ORM obje ... ) や only() を使用する ¶ Use defer() and only() if there are database columns you know that you won't need ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 7264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itten bug reports are incredibly helpful. However, there's a certain amount of overhead involved in working ... ll help others understand where it fits in, and if there are already other ways of achieving the same thing ... . If there's a consensus agreement on the feature, then it's ... nism. A proposition will be considered carried if: There are at least three "+1" votes from members of the ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT