Opened 13 years ago
Last modified 13 years ago
#19904 closed Cleanup/optimization
Rework syndications contrib to use generic CBV's — at Version 1
| Reported by: | Mathijs de Bruin | Owned by: | Mathijs de Bruin |
|---|---|---|---|
| Component: | contrib.syndication | Version: | dev |
| Severity: | Normal | Keywords: | django-sprint cbv syndication |
| Cc: | mathijs@… | Triage Stage: | Design decision needed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Currently, the Feeds contrib is using some sort of custom CBV implementation.
Using Django's 'new' generic class based views would be beneficial in several ways:
- The API would be the consistent with what people are used to.
- It would be easier to extend the Feed API in a consistent way.
- It would reduce the amount of custom code.
Fixing this would probably include, or enable, fixing of #13896 , #13896 and #18112.
Note:
See TracTickets
for help on using tickets.