検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for comments (0.018 sec.)
External packages — Django 4.0.6 ドキュメント 12219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itHub Documentation PyPI コメント ¶ django-contrib-comments can be used to attach comments to any model, so yo ... u can use it for comments on blog entries, photos, book chapters, or anythin ... 非同期サポート 関連キーワード packages , External , comments , Documentation , contrib , トピック , Formtools , ...
https://man.plustar.jp/django/topics/external-packages.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 12092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r False before saving the object. Translations and comments in templates ¶ Extraction of translations after co ... ly ignored. Not anymore" %} Location of translator commentsComments for translators in templates specified ... d to be at the end of a line. If they are not, the comments are ignored and makemessages will generate a warni ... r encoded versions. Storage of IP addresses in the comments app ¶ The comments app now uses a GenericIPAddress ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 10888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Sally Smith' # Hard-coded copyright notice. # ITEM COMMENTS URL -- It's optional to use one of these three. Th ... ok that specifies how to get the URL of a page for comments for a # given item. def item_comments ( self , obj ... em, as returned by items(), and returns the item's comments URL as a normal Python string. """ def item_commen ... ts ( self ): """ Returns the comments URL for every item in the feed. """ item_comments ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 10888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the highlights: Several fixes in django.contrib.comments , pertaining to RSS feeds of comments, default ord ... ering of comments and the XHTML and internationalization of the defa ... ult templates for comments. Multiple fixes for Django's support of Oracle dat ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 9953
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ery as the target of an __in lookup. To return all comments for posts published within the last day: >>> from ... ezone . now () - timedelta ( days = 1 ) >>> recent_comments = Comment . objects . filter ( ... post = OuterRef ... ects . annotate ( recent_comment = Exists ( recent_comments )) On PostgreSQL, the SQL looks like: SELECT "post ... ions, or to directly filter a queryset: >>> recent_comments = Comment . objects . filter ( ... ) # From above ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 9810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... submit it to the upgraded Django instance: contrib.comments form security hash Consequences: The user will see ... ementation. Check their documentation for details. COMMENTS_BANNED_USERS_GROUP setting ¶ Django's comments has ... historically supported excluding the comments of a special user group, but we've never documente ... om django.conf import settings from django.contrib.comments.managers import CommentManager class BanningCommen ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
LICENSE.txt 9414
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... d Font Awesome Free files already contain embedded comments with sufficient attribution, so you shouldn't need ... using these files normally. We've kept attribution comments terse, so we ask that you do not actively work to ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
Coding style — Django 4.0.6 ドキュメント 8748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k is included when you run flake8 . Documentation, comments, and docstrings should be wrapped at 79 characters ... adjust the formatting method. Avoid use of "we" in comments, e.g. "Loop over" rather than "We loop over". Use ... ls that can't be easily described in docstrings or comments. Include the ticket number at the end of a sentenc ... es above the first function or class. For example (comments are for explanatory purposes only): django/contrib ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... already have the new value). For example, to turn comments off for all blog entries published in 2010, you co ... ects . filter ( pub_date__year = 2010 ) . update ( comments_on = False ) (This assumes your Entry model has fi ... elds pub_date and comments_on .) You can update multiple fields — there's no ... limit on how many. For example, here we update the comments_on and headline fields: >>> Entry . objects . filt ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 8209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... weeks) to code, keep everybody updated by posting comments on the ticket. If you don't provide regular update ... you've written, mention the ticket numbers in some comments in the test so that one can easily trace back the ... Trac ticket to "Ready for checkin". If you've left comments for improvement on the pull request, please tick t ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
PREV 1 2 3 4 NEXT