This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
4aed1ee339c4a36035e1fd1a02b1ec9142feac07
django
/
django
/
contrib
/
syndication
History
Aymeric Augustin
9d4a5b00f1
Stopped using non-standard __globals__ and __code__ attributes.
...
Some alternative implementations don't have them.
Closes
#19944
.
2013-03-17 10:44:28 +01:00
..
__init__.py
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
views.py
Stopped using non-standard __globals__ and __code__ attributes.
2013-03-17 10:44:28 +01:00