検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 22 for syndication (0.025 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 13181
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts | Index | Modules « previous | up | next » The syndication feed framework ¶ Django comes with a high-level sy ... ork for creating RSS and Atom feeds. To create any syndication feed, all you have to do is write a short Python c ... ¶ A Feed class is a Python class that represents a syndication feed. A feed can be simple (e.g., a "site news" fe ... is variable). Feed classes subclass django.contrib.syndication.views.Feed . They can live anywhere in your codeba ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 12827
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... work The "sites" framework The staticfiles app The syndication feed framework admin ¶ The automatic Django admini ... itemap XML files. See the sitemaps documentation . syndication ¶ A framework for generating syndication feeds, in ... RSS and Atom, quite easily. See the syndication documentation . Other add-ons ¶ If you have an ide ... essages postgres redirects sessions sites sitemaps syndication Other add-ons 前のトピックへ クリックジャッキング対 ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 10285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e GeoRSS or W3C Geo standards. Because GeoDjango's syndication API is a superset of Django's, please consult Djan ... go's syndication documentation for details on general usage. カスタ ... addition to methods provided by the django.contrib.syndication.views.Feed base class, GeoDjango's Feed class prov ... , obj ): # Returns the polygon. return obj . poly SyndicationFeed Subclasses ¶ The following django.utils.feedge ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 10168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y django-admin.py to provide syntax highlighting . Syndication feeds as views ¶ Syndication feeds can now be used ... e new class-based runners . Feed in django.contrib.syndication.feeds ¶ The django.contrib.syndication.feeds.Feed ... class has been replaced by the django.contrib.syndication.views.Feed class. The old feeds.Feed class is depr ... # ... ( r '^feeds/(?P<url>.*)/$' , 'django.contrib.syndication.views.feed' , { 'feed_dict' : feeds }), # ... ) Us ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 9124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s An app for handling static files. django.contrib.syndication A framework for generating syndication feeds, in R ... age character encoding. django.utils.feedgenerator Syndication feed generation library -- used for generating RSS ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.11.13 リリースノート — Django 4.0.6 ドキュメント 8316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... view is a callable object, such as django.contrib.syndication.views.Feed ( #29296 ). Fixed a regression in Djang ...
https://man.plustar.jp/django/releases/1.11.13.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 8198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... view is a callable object, such as django.contrib.syndication.views.Feed ( #29296 ). Fixed a regression in Djang ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 8198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specifying the session cookie age. django.contrib.syndication ¶ Added the language class attribute to the django ... .contrib.syndication.views.Feed to customize a feed language. The defau ... ib.postgres django.contrib.sessions django.contrib.syndication キャッシュ ファイルストレージ フォーム 国際化 (int ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... See findstatic for example output. django.contrib.syndication ¶ The Atom1Feed syndication feed's updated element ... s time zone-related date formats or django.contrib.syndication . remove() and clear() methods of related managers ... ib.sites django.contrib.staticfiles django.contrib.syndication キャッシュ Cross Site Request Forgery E メール ファ ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _init__ has changed ¶ The __init__() method of the syndication framework's Feed class now takes an HttpRequest ob ... ameter, instead of the feed's URL. This allows the syndication framework to work without requiring the sites fram ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
PREV 1 2 3 NEXT