Changeset 7103 for django/branches/gis/django/utils/feedgenerator.py
- Timestamp:
- 02/08/08 14:57:56 (1 year ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/utils/feedgenerator.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7043 to /django/trunk:1-7102
django/branches/gis/django/utils/feedgenerator.py
r6615 r7103 54 54 'link': iri_to_uri(link), 55 55 'description': to_unicode(description), 56 'language': force_unicode(language),56 'language': to_unicode(language), 57 57 'author_email': to_unicode(author_email), 58 58 'author_name': to_unicode(author_name),
