Opened 16 years ago

Closed 10 years ago

#9699 closed New feature (needsinfo)

Shouldn't entries be associated with many enclosures?

Reported by: directeur Owned by: nobody
Component: Utilities Version: 1.0
Severity: Normal Keywords: feedgenerator enclosures
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In django.utils.feedgenerator every entry is eventually associated with one and only one enclosure. Shouldn't it be a list of enclosures, instead? For a case where I want to include multiple enclosures in a single feed's entry?

Change History (7)

comment:1 by Jacob, 16 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Thejaswi Puthraya, 15 years ago

Component: UncategorizedCore framework

comment:3 by Luke Plant, 13 years ago

Severity: Normal
Type: New feature

comment:4 by Aymeric Augustin, 13 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:5 by Aymeric Augustin, 13 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Component: Core (Other)Utilities

comment:7 by Aymeric Augustin, 10 years ago

Resolution: needsinfo
Status: newclosed

There has been very little interest for this ticket in the last 6 years and I'm not sure to understand what needs to be done to fix it.

I'm not opposed to making changes, but if you want them, you'll have to write a patch, the reopen this ticket. Thanks!

Note: See TracTickets for help on using tickets.
Back to Top