Opened 11 years ago

Last modified 11 years ago

#19904 closed Cleanup/optimization

Rework syndications contrib to use generic CBV's — at Initial Version

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

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:

  1. The API would be the consistent with what people are used to.
  2. It would be easier to extend the Feed API in a consistent way.
  3. It would reduce the amount of custom code.

Fixing this would probably include, or enable, fixing of #13896 , #13896 and #18112.

There are three main reasons why having this be refactored to use Django's 'new' generic class based views would

Change History (0)

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