検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for Feed (0.015 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 14878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up | next » The syndication feed framework ¶ Django comes with a high-level syndica ... tion-feed-generating framework for creating RSS and Atom fee ... ds. To create any syndication feed, all you have to do is write a short Python class. ... You can create as many feeds as you want. Django also comes with a lower-level ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 12059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndex | Modules « previous | up | next » Geographic Feeds ¶ GeoDjango has its own Feed subclass that may em ... bed location information in RSS/Atom feeds formatted according to either the Simple GeoRSS o ... on general usage. カスタマイズ例 ¶ API Reference ¶ Feed Subclass ¶ class Feed ¶ In addition to methods pro ... vided by the django.contrib.syndication.views.Feed base class, GeoDjango's Feed class provides the fo ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 9407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in.py to provide syntax highlighting . Syndication feeds as views ¶ Syndication feeds can now be used dire ... in complete control over the URL structure of your feeds. Like any other view, feeds views are passed a re ... view, like user based access control, or making a feed a named URL. GeoDjango ¶ The most significant new ... ld be updated to use the new class-based runners . Feed in django.contrib.syndication.feeds ¶ The django.c ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 9040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a Uniform Resource Identifier (URI). django.utils.feedgenerator ¶ 使用例: >>> from django.utils import fe ... edgenerator >>> feed = feedgenerator . Rss201rev2Feed ( ... title = "Po ... ism/publishing." , ... language = "en" , ... ) >>> feed . add_item ( ... title = "Hello" , ... link = "htt ... . ) >>> with open ( 'test.rss' , 'w' ) as fp : ... feed . write ( fp , 'utf-8' ) For simplifying the selec ...
https://man.plustar.jp/django/ref/utils.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 8473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... read ( chunk_size ) if not data : break try : p . feed ( data ) except zlib . error as e : # ignore zlib ... complaining on truncated stream, just feed more # data to parser (ticket #19457). if e . args ... reads return # less bytes than expected. Skip and feed more data to the # parser (ticket #24544). pass ex ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 8206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... runserver --settings = foo.bar シンジケーション ¶ Feed.__init__ has changed ¶ The __init__() method of th ... e syndication framework's Feed class now takes an HttpRequest object as its secon ... d parameter, instead of the feed's URL. This allows the syndication framework to wo ... framework. This only affects code that subclasses Feed and overrides the __init__() method, and code that ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.11.13 リリースノート — Django 4.0.6 ドキュメント 7873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e object, such as django.contrib.syndication.views.Feed ( #29296 ). Fixed a regression in Django 1.11.12 w ...
https://man.plustar.jp/django/releases/1.11.13.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 7839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e object, such as django.contrib.syndication.views.Feed ( #29296 ). Fixed a regression in Django 2.0.4 whe ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e dropped. The mime_type attribute of django.utils.feedgenerator.Atom1Feed and django.utils.feedgenerator. ... RssFeed will be removed in favor of content_type . The app ... oved. The enclosure keyword argument to SyndicationFeed.add_item() will be removed. The django.template.lo ... ngo.test.simple.run_tests() test runner. The views.feed() view and feeds.Feed class in django.contrib.synd ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 7756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tes" framework The staticfiles app The syndication feed framework admin ¶ The automatic Django administrat ... ndication ¶ A framework for generating syndication feeds, in RSS and Atom, quite easily. See the syndicati ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
PREV 1 2 3 NEXT