検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 190 for new (0.222 sec.)
Django internals — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he release(s) available to the public Post-release New stable branch tasks Notes on setting the VERSION t ...
https://man.plustar.jp/django/internals/index.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... individual's candidacy for the technical board. A new board is elected after each release cycle of Djang ... herwise unqualified. Registration of voters close one week after the announcement of the election. At tha ... ng in bad faith. Registration of candidates close one week after it has opened. One week after registrati ... e candidates on the ballot. The election conclude one week after it begins. The DSF Board then tally the ...
https://man.plustar.jp/django/internals/organization.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he result using key and index lookups . distinct ¶ New in Django 3.2. An optional boolean argument that d ... s will be distinct. Defaults to False . ordering ¶ New in Django 3.2. An optional string of a field name ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) expressions ¶ class ArraySubquery ( queryset ) ¶ New in Django 4.0. ArraySubquery is a Subquery that us ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rors. BadRequest ¶ exception BadRequest [ソース] ¶ New in Django 3.2. The BadRequest exception is raised ... errupted ¶ exception SessionInterrupted [ソース] ¶ New in Django 3.2. SessionInterrupted is raised when a ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t object would be used as the default value in all new model instances. Instead, wrap the desired default ... of model instances. The default value is used when new model instances are created and a value isn't prov ... mary key on an existing object and then save it, a new object will be created alongside the old one. Chan ... tes を参照してください。 CharField. db_collation ¶ New in Django 3.2. Optional. The database collation na ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , * , on_each_side = 3 , on_ends = 2 ) [ソース] ¶ New in Django 3.2. Returns a 1-based list of page numb ... number doesn't exist. 属性 ¶ Paginator. ELLIPSIS ¶ New in Django 3.2. A translatable string used as a sub ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng doesn't change content >>> t . template_name = 'new.html' >>> t . render () >>> print ( t . content ) ... t = t . rendered_content >>> print ( t . content ) New content Post-render callbacks ¶ Some operations -- ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atch those on the resource. If they don't match, a new copy of the resource must be computed and your nor ... e latest blog entries, only changes when you add a new blog entry, you can compute the last modified time ... d date for every entry associated with that blog. One way to do this would be: def latest_entry ( request ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dline' ] def __str__ ( self ): return self . headline What follows are examples of operations that can be ... . save () >>> p2 = Publication ( title = 'Science News' ) >>> p2 . save () >>> p3 = Publication ( title ... ion to an Article in one step using create() : >>> new_publication = a2 . publications . create ( title = ... n: Highlights for Children>, <Publication: Science News>, <Publication: Science Weekly>, <Publication: Th ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT