django1/django/contrib
Adrian Holovaty 944de9e9e6 Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline. Fixes #329, #498, #502 and #554. Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:44:53 +00:00
..
admin fixed the "recent actions" list not pointing to the objects detail page - backport of rjwittams fix from new_admin 2005-11-12 01:16:14 +00:00
comments Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
flatpages Added README.TXT to contrib.redirects and contrib.flatpages 2005-11-12 00:09:20 +00:00
markup Fixed #241 -- added django.contrib.markup app with markup templatetags for Textile, ReST and Markdown 2005-08-10 18:31:33 +00:00
redirects Added README.TXT to contrib.redirects and contrib.flatpages 2005-11-12 00:09:20 +00:00
syndication Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline. Fixes #329, #498, #502 and #554. Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk 2005-11-12 03:44:53 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00