検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 36 for comments (0.041 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 8209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he on_delete documentation. Contextual markers and comments for translatable strings ¶ For translation strings ... r translators, you can also add special translator comments in the source. For more information, see 文脈マーカ ... provided (and enforced) a list of profanities. The comments app has enforced this list of profanities, prevent ... ing people from submitting comments that contained one of those profanities. Unfortuna ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 8082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs = models . ManyToManyField ( Author ) number_of_comments = models . IntegerField ( default = 0 ) number_of_ ... import F >>> Entry . objects . filter ( number_of_comments__gt = F ( 'number_of_pingbacks' )) Django supports ... all the blog entries with more than twice as many comments as pingbacks, we modify the query: >>> Entry . obj ... ects . filter ( number_of_comments__gt = F ( 'number_of_pingbacks' ) * 2 ) To find al ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 7940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -(\d+)/)?$' , blog_articles ), # bad re_path ( r '^comments/(?:page-(?P<page_number>\d+)/)?$' , comments ), # ... と 2 ) で blog_articles と一致する結果となります。 comments の 2 番目のパターンは、2 にセットされたキーワード引 ... 数 page_number で comments/page-2/ と一致します。 この例での外部の引数は、キャ ... のを必要としますが (この例では page-2/ か引数なし)、 comments は引数なしか page_number に対する値のどちらかで解決 ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 7813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry them out on a database other than SQLite. Leave comments and feedback! Keep old patches up to date Oftentim ... ags are unchecked once you've addressed all review comments. Remember that Django has an 8 month release cycle ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 7544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ct in the system. The FlatPage model has an enable_comments field that isn't used by contrib.flatpages , but t ... 'classes' : ( 'collapse' ,), 'fields' : ( 'enable_comments' , 'registration_required' , 'template_name' , ), ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 7544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... caching documentation . Refactored django.contrib.comments ¶ As part of a Google Summer of Code project, Thej ... major rewrite and refactoring of Django's bundled comment system, greatly increasing its flexibility and cust ... on Split CacheMiddleware Refactored django.contrib.comments Removal of deprecated features Known issues Multi- ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 7544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.auth.views.login() , django.contrib.comments , and i18n ) to redirect the user to an "on succes ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 7417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.auth.views.login() , django.contrib.comments , and i18n ) to redirect the user to an "on succes ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 7417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.auth.views.login() , django.contrib.comments , and i18n ) to redirect the user to an "on succes ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 7274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.auth.views.login() , django.contrib.comments , and i18n ) to redirect the user to an "on succes ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
PREV 1 2 3 4 NEXT